From: Spencer <sp...@me...> - 2001-10-18 16:27:21
|
Hello Ian, PerlWebServer is written entirely in perl to maintain portability. Unfortunately, mod_perl for Apache is actually C code that binds perl to the Apache framework, and would not be easily included here. But I do think that mod_perl is an excellent server extension and one that should be incorporated into PerlWebServer. The problem is to design and write a mod_perl extension in 100% pure perl. I think this is a great idea, but I won't be able to get to it for a while. Any one out there who would like to attempt this is more than welcome! I realize documentation about PWS is poor, but I will try to answer any questions people may have about design, API, or whatever. -- -Spencer Christensen sp...@me... Please direct all of your YES/NO questions to 8b...@lo... On Thu, Oct 18, 2001 at 02:32:03AM -0700, Ian Duggan wrote: > > Hi, > > I've been looking around for a simple webserver and I stumbled across > PerlWebserver. > > I'm looking for a webserver that I can start from a script, run some > commands against, and then stop again. CGI is required, but mod_perl > would be a plus. > > How hard would it be to incorporate mod_perl into PerlWebserver? > > -- Ian > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Ian Duggan ia...@ia... > http://www.ianduggan.net |