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.


MSA Altair 5X Bluetooth  Multi-Gas Detector Meter picture

MSA Altair 5X Bluetooth Multi-Gas Detector Meter

$480.00



MSA Altair 5X Bluetooth  Multi-Gas Detector Meter picture

MSA Altair 5X Bluetooth Multi-Gas Detector Meter

$522.50



MSA 10242735 Replacement PID Sensor for Altair 5X IR Series Gas Monitors picture

MSA 10242735 Replacement PID Sensor for Altair 5X IR Series Gas Monitors

$1000.00



MSA Safety 10087913 Charger for Altair 4X and 5X Multi picture

MSA Safety 10087913 Charger for Altair 4X and 5X Multi

$59.00



MSA Altair 5X IR Multigas Detector - LEL, O2, CO, H2S , CO2 picture

MSA Altair 5X IR Multigas Detector - LEL, O2, CO, H2S , CO2

$699.00



MSA Altair 5x Gas Detector 4 Gas LEL O2 CO H2S Warranty Certified Calibration picture

MSA Altair 5x Gas Detector 4 Gas LEL O2 CO H2S Warranty Certified Calibration

$800.00



Brand: MSAModel: ALTAIR 4XR 10179330 picture

Brand: MSAModel: ALTAIR 4XR 10179330

$850.00



MSA Altair 5X Multi Gas Detector /Brass Quick connect disconnect line & Charger picture

MSA Altair 5X Multi Gas Detector /Brass Quick connect disconnect line & Charger

$975.00



Commercial Convection Steamer Altair picture

Commercial Convection Steamer Altair

$800.00



MSA altair 4X detector / Monitor Only picture

MSA altair 4X detector / Monitor Only

$370.00



Powered by WordPress. Designed by WooThemes