[FASTCGI] perl lighttpd.conf
Andrew Vonderwueste
vonderwueste at yahoo.com
Sun May 3 18:13:02 EDT 2009
I am new to fastcgi and lighttpd and am unable to find a good example of a lighttpd.conf file set up for multiple perl fcgi scripts.
My current test setup is:
fastcgi.server = ( ".fcgi" =>
(( "socket" => "/tmp/application.fcgi.socket",
"bin-path" => "/var/www/html/site1/fcgi/script1.fcgi",
))
)
Adding another script or two must be simple, but I have been unable to get it right. Any help would be greatly appreciated. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/20090503/2c0027e3/attachment.html>
More information about the FastCGI-developers
mailing list