summaryrefslogtreecommitdiffstats
path: root/extra/lighttpd/mod_fastcgi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lighttpd/mod_fastcgi.conf')
-rw-r--r--extra/lighttpd/mod_fastcgi.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/lighttpd/mod_fastcgi.conf b/extra/lighttpd/mod_fastcgi.conf
deleted file mode 100644
index ca1369af..00000000
--- a/extra/lighttpd/mod_fastcgi.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# mod_fastcgi.conf
-# include'd by lighttpd.conf.
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/conf/mod_fastcgi.conf-1.4.13-r2,v 1.1 2007/04/01 23:22:00 robbat2 Exp $
-###############################################################################
-
-server.modules += ("mod_fastcgi")
-fastcgi.server = ( ".php" =>
- ( "localhost" =>
- (
- "socket" => "/var/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket",
- "bin-path" => "/usr/bin/php-cgi"
- )
- )
- )
-
-# vim: set ft=conf foldmethod=marker et :