Using a custom php.ini when using FAST CGI (fcgi) in Cpanel WHM

When using FastCGI (FCGI) as the loader for PHP, traditional php_values in the .htaccess file as well as custom php.ini files in the public_html directory no longer work. Instead we must create a wrapper for the main FCGI binary that causes the php.ini to be loaded from it’s current working directory instead of the server-wide one.

Edit the .htaccess file in the directory you want to use a custom PHP configuration for and add the following lines to the bottom of the file:

AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php5.fcgi

Next, you’ll need to copy your your main server php.ini which is located in /usr/local/lib/. Also note that it needs to have the correct ownership.

cd /home/user/public_html/cgi-bin/
cp -a /usr/local/lib/php.ini .
chown user:user php.ini
chgrp user:user php.ini

Create a file in your current directory (cgi-bin) called  php5.fcgi as defined above and add the following:

#!/bin/sh
export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTS=10
exec /usr/local/cpanel/cgi-sys/php5

Finally, make sure the ownership and permissions are correct on this file:

chown user:user php5.fcgi && chmod 0755 php5.fcgi
chgrp user:user php5.fcgi && chmod 0755 php5.fcgi

You can now edit the php.ini inside cgi-bin/ and change the desired values. You can verify they are set properly by inserting the phpinfo() function inside a PHPscript on that user account.


5V Pressure Transducer or Sender 30psi-1600Psi for Fuel Diesel Oil Air Water picture

5V Pressure Transducer or Sender 30psi-1600Psi for Fuel Diesel Oil Air Water

$20.73



Acuson Swiftlink  Ultrasound Transducer Probe Adapter Cable picture

Acuson Swiftlink Ultrasound Transducer Probe Adapter Cable

$1499.99



Esaote LA522E Biosound Linear Array Probe Transducer Ultrasound Testing picture

Esaote LA522E Biosound Linear Array Probe Transducer Ultrasound Testing

$150.00



Rich-Mar C-1 Ultrasound Transducer Probe  picture

Rich-Mar C-1 Ultrasound Transducer Probe

$99.99



NEW BELLOFRAM T-1000 I/P Transducer 961-070-000 4-20mA 3-15p (LATEST REVISION) picture

NEW BELLOFRAM T-1000 I/P Transducer 961-070-000 4-20mA 3-15p (LATEST REVISION)

$229.00



Philips Lumify Ultrasound Transducer S4-1 (NEW) picture

Philips Lumify Ultrasound Transducer S4-1 (NEW)

$6500.00



AUTEX 150 Psi Pressure Transducer/Sender/Sensor 1/8”-27 NPT picture

AUTEX 150 Psi Pressure Transducer/Sender/Sensor 1/8”-27 NPT

$18.50



MKS BARATRON PRESSURE TRANSDUCER 722BO1TCD2FA / RANGE 1 TORR. WORKS. picture

MKS BARATRON PRESSURE TRANSDUCER 722BO1TCD2FA / RANGE 1 TORR. WORKS.

$150.00



1/8NPT Stainless Pressure Transducer Sender Sensor For Oil Air Fuel Gas 150Psi picture

1/8NPT Stainless Pressure Transducer Sender Sensor For Oil Air Fuel Gas 150Psi

$13.98



5-100mm KTR Linear Displacement Sensor Position Transducer High Precision Ruler picture

5-100mm KTR Linear Displacement Sensor Position Transducer High Precision Ruler

$31.49



Powered by WordPress. Designed by WooThemes