fcgi php.ini override
Posted
by
Linux Intel
on Server Fault
See other posts from Server Fault
or by Linux Intel
Published on 2012-06-25T13:54:50Z
Indexed on
2012/06/25
21:18 UTC
Read the original article
Hit count: 594
I'm using cPanel
on centos5
64bit installed.
PHP handler is : fcgi
cat /usr/local/apache/conf/php.conf
output is :
LoadModule fcgid_module modules/mod_fcgid.so
MaxRequestsPerProcess 500
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php5
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php4
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php3
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .php2
FCGIWrapper /usr/local/cpanel/cgi-sys/php5 .phtml
AddHandler fcgid-script .php5 .php4 .php .php3 .php2 .phtml
Apache/2.2.22 , PHP 5.2.17
How can i use custom php.ini for a specific account .?
© Server Fault or respective owner