mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-09-19 15:57:40 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -12,7 +12,7 @@ cgi.assign = (
|
||||
".pl" => "/usr/bin/perl",
|
||||
".cgi" => "/usr/bin/perl",
|
||||
".rb" => "/usr/bin/ruby",
|
||||
".py" => "/usr/bin/python"
|
||||
".py" => "/usr/bin/python",
|
||||
".php" => "/usr/bin/php-cgi"
|
||||
)
|
||||
|
||||
|
@@ -7,7 +7,8 @@ fastcgi.server = (
|
||||
(( "host" => "127.0.0.1",
|
||||
"port" => 9000,
|
||||
"bin-path" => "/usr/bin/php"
|
||||
)),
|
||||
))
|
||||
)
|
||||
|
||||
fastcgi.map-extensions = (
|
||||
".php3" => ".php",
|
||||
|
Reference in New Issue
Block a user