hermida has asked for the wisdom of the Perl Monks concerning the following question:
Have a project which has a web application component and in my INSTALL doc have required up until now that an HTTP server is already installed like Apache that must be configured to run the web application. I would like to remove this external Apache dependency and simply bundle a lightweight Perl HTTP server with my application that can be run using a simple script and command line options to customize port, etc.
Does anyone have any recommendations and comparison/contrast? There are quite a few I don't know where to start :) Searching CPAN I have found so far:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Recommendations, Comparisons, Contrasts of Perl Web Servers
by Corion (Patriarch) on Mar 08, 2011 at 08:18 UTC | |
|
Re: Recommendations, Comparisons, Contrasts of Perl Web Servers
by Anonymous Monk on Mar 08, 2011 at 00:47 UTC | |
by ag4ve (Monk) on Mar 20, 2011 at 22:06 UTC |