webapps refactoring
This commit is contained in:
16
apps/web/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf
Normal file
16
apps/web/rompr/etc_lighthttpd/mod_fastcgi_fpm.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
###############################################################################
|
||||
# mod_fastcgi_fpm.conf
|
||||
# include'd by lighttpd.conf.
|
||||
###############################################################################
|
||||
|
||||
server.modules += ("mod_fastcgi")
|
||||
fastcgi.server = ( ".php" =>
|
||||
(
|
||||
(
|
||||
"host" => "127.0.0.1",
|
||||
"port" => "9000"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
# vim: set ft=conf foldmethod=marker et :
|
||||
Reference in New Issue
Block a user