set user-defined tmp-directory for php-socket in lighttpd.conf

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-08 15:04:05 +00:00
parent 3e4dc2f1d8
commit fb75e43511
5 changed files with 6 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ include "mime-types.conf"
fastcgi.server = (
".php" => (
"localhost" => (
"socket" => "/tmp/lighttpd-fcgi-sock-lighttpd",
"socket" => "<CUSTOMER_TMP>lighttpd-fcgi-sock-lighttpd",
"broken-scriptfilename" => "enable",
"bin-path" => "/usr/bin/php-cgi",
"min-procs" => 1,