🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 19:16:12 -04:00
parent b5e7e49b5d
commit 0f7c897742
4 changed files with 11 additions and 8 deletions

View File

@@ -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"
)

View File

@@ -7,7 +7,8 @@ fastcgi.server = (
(( "host" => "127.0.0.1",
"port" => 9000,
"bin-path" => "/usr/bin/php"
)),
))
)
fastcgi.map-extensions = (
".php3" => ".php",