
##Begin Custom php.ini
<IfModule 	mod_fcgid.c>
AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php.fcgi
</IfModule>
<Files cgi-bin/php.ini >
Order deny,allow
Deny from All
</Files>
####End Custom php.ini

