FastCGI Installation and Web Server Configuration / FastCGI GAS configuration on various Web Server |
Lighttpd Web Server support natively FastCGI protocol.
For more information, see the ModFastCGI documentation provided by Apache.
server.modules += ( "mod_fastcgi" ) fastcgi.server = ( "/gas" => (( "host" => "127.0.0.1", "port" => <gas-server-port>, "check-local" => "disable", "bin-path" => "/opt/gas/bin/wrapper.fcgi", "bin-environment" => ( "FGLASDIR" => "/opt/gas" ), "max-procs" => 1 )) )