Hi On Tue, 2010-08-03 at 13:56 -0700, Mark Fuller wrote: > On Tue, Aug 3, 2010 at 12:07 PM, <[email protected]> wrote: > > If CGI::Application doesn't have it's own web-serving engine, > > does anyone have a favorite very small server that they've used > > with cgiapp?
See also 'tiny' at http://www.acme.com/software/thttpd/ Here's my config file /home/ron/misc/thttpd/thttpd.conf: cgipat=**.cgi dir=/dev/shm/homepage host=127.0.0.1 logfile=/home/ron/misc/thttpd/thttpd.log pidfile=/home/ron/misc/thttpd/thttpd.pid port=5000 user=ron You'd probably use port 80. I happen to have Engine X (nginx) running on port 80, and redirecting CGI script requests to tiny. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
