PirateBoxScripts_Webserver/piratebox/piratebox/conf/lighttpd/fastcgi-php.conf
2016-05-12 18:15:11 +02:00

12 lines
209 B
Plaintext

#-------------------- FAST CGI stuff
$HTTP["url"] =~ "^/content/" {
fastcgi.server = (
".php" => ((
"bin-path" => "/usr/bin/php-cgi",
"socket" => "/tmp/php.socket",
"max-procs" => 1
))
)
}