Add .fcgi as an extension for script languages

This commit is contained in:
Paul Chaignon
2014-10-15 10:37:58 -04:00
parent 6d51117a91
commit 0fcc26f778
6 changed files with 240 additions and 0 deletions

3
samples/PHP/prefix.fcgi Executable file
View File

@@ -0,0 +1,3 @@
<?php
echo $_SERVER[$_GET["var"]];
?>