Larry Shaffer 2f1a5c92e0 Convert local test server over to controller of web and fcgi servers
- Initially using lighttpd/spawn-fcgi
2014-02-19 13:27:58 -07:00

17 lines
371 B
Plaintext

#######################################################################
##
## FastCGI Module
## ---------------
##
## http://redmine.lighttpd.net/projects/1/wiki/Docs_ModFastCGI
##
server.modules += ( "mod_fastcgi" )
alias.url = ( "/cgi-bin/" => base_dir + "cgi-bin/" )
fastcgi.server = (
"/cgi-bin/" =>
(( "socket" => state_dir + "/run/qgs_mapserv.sock"
))
)