in reply to HTTP Server, anyone?

I think there are quite a few of these.

One that springs to mind is OpenPSP. I haven't tried it though.

You might also want to look at Jellybean by chromatic - looks like a very nice project.

I'd imagine that a search on SourceForge or fm would bring up some interesting Perl web server type things. There is also a CPAN module which impliments most of the httpd code for you if you want to start your own - I forget which one it is, Net::Server or HTTP:Daemon I think

Error: Keyboard not attached. Press F1 to continue.

Replies are listed 'Best First'.
Re: Re: HTTP Server, anyone?
by John M. Dlugosz (Monsignor) on Aug 21, 2001 at 06:39 UTC
    There is also a CPAN module which impliments most of the httpd code for you if you want to start your own

    I figured there was, or the basic protocol modules would go a long way.

    Thanks for the links.

    —John