Displaying 1 result from an estimated 1 matches for "whytheluckstiff".
Did you mean:
whytheluckystiff
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache,
both running FastCGI. I''m going to explain the configuration, but first:
update.
gem install camping --source code.whytheluckstiff.net
== Mounting Root for Lighttpd+FastCGI ==
server.port = 3045
server.bind = "192.168.0.103"
server.modules = ( "mod_fastcgi" )
server.document-root = "/usr/local/www/data/examples/"
server.errorlog...