diff options
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" # ) # ) # ) |