diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-12 17:43:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:43:42 +0200 |
commit | 33600556ed1dca13f60555278b06e6c14d074cea (patch) | |
tree | d23255828a059fbe7a3ac9c0e23e31ed492163f4 /network/lighttpd/lighttpd.conf | |
parent | 53979f7b2ebfe5f96ff3f7e9f23dcad7fcd7939a (diff) | |
download | slackbuilds-33600556ed1dca13f60555278b06e6c14d074cea.tar.gz |
network/lighttpd: Updated for version 1.4.22
Diffstat (limited to 'network/lighttpd/lighttpd.conf')
-rw-r--r-- | network/lighttpd/lighttpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/lighttpd/lighttpd.conf b/network/lighttpd/lighttpd.conf index 05aa419142..0565ef3aeb 100644 --- a/network/lighttpd/lighttpd.conf +++ b/network/lighttpd/lighttpd.conf @@ -145,7 +145,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) #server.error-handler-404 = "/error-handler.php" ## to help the rc.scripts -server.pid-file = "/var/run/lighttpd.pid" +server.pid-file = "/var/run/lighttpd/lighttpd.pid" ###### virtual hosts @@ -209,8 +209,8 @@ server.groupname = "lighttpd" #fastcgi.server = ( ".php" => # ( "localhost" => # ( -# "socket" => "/tmp/php-fastcgi.socket", -# "bin-path" => "/usr/local/bin/php" +# "socket" => "/var/run/lighttpd/php-fastcgi.socket", +# "bin-path" => "/usr/bin/php" # ) # ) # ) |