Re: simplest of simple web servers

2007-11-07 Thread Octavian Rasnita
Hi, Search with Google for "microweb". It is a web server that can run on a CD ROM, and it can use a database, perl, php and many other things like that. Octavian - Original Message - From: "Willy West" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 07, 2007 3:38 AM Subject: sim

Re: simplest of simple web servers

2007-11-06 Thread Willy West
> http://search.cpan.org/ > > Cheers! > > --Tom Phoenix > Stonehenge Perl Training > Well of course! *laugh* funny how staring at a book for hours on end addles the brain. http://search.cpan.org/~jesse/HTTP-Server-Simple-0.27/lib/HTTP/Server/Simple.pm seems to have what I want. it will t

Re: simplest of simple web servers

2007-11-06 Thread Jeff Pang
Writting a webserver by yourself is not so easy I have to say. You must know well about http protocal handling and http connection status. Lincoln Stein has made a simple web server in his book "network programming with perl", you may take that as a reference. -Original Message- >From: W

Re: simplest of simple web servers

2007-11-06 Thread Tom Phoenix
On 11/6/07, Willy West <[EMAIL PROTECTED]> wrote: > Anyway, I'd like to make a perl webserver as simply as possible so > that I can play with dynamic web pages without configuring apache > everywhere I go.. actually a webserver in a USB key would be fun :) > > I figured that I'd come here to see