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.


Crydom X18-10282   Thyristor Module -- picture

Crydom X18-10282 Thyristor Module --

$39.00



1PCS New Module  control thyristor GES9515035P2 Quality Assurance 100% picture

1PCS New Module control thyristor GES9515035P2 Quality Assurance 100%

$118.81



Semikron 1.8V Thyristor Diode Module SKKT 27/16 E picture

Semikron 1.8V Thyristor Diode Module SKKT 27/16 E

$16.99



Thyristor picture

Thyristor

$50.00



Thyristor picture

Thyristor

$50.00



Brand New Semikron MODULE SKKH162/16E Hybrid SCR- THYRISTOR Diode Power Modules picture

Brand New Semikron MODULE SKKH162/16E Hybrid SCR- THYRISTOR Diode Power Modules

$46.43



Semikron SKKT 92/12E Semipack Thyristor Module -  picture

Semikron SKKT 92/12E Semipack Thyristor Module -

$29.99



BISCR6601818 - Thyristor Semiconductor SCR for BENSHAW drives Westcode Ixys picture

BISCR6601818 - Thyristor Semiconductor SCR for BENSHAW drives Westcode Ixys

$125.00



Semikron Sket330/22e Thyristor Module picture

Semikron Sket330/22e Thyristor Module

$193.60



NEW STT250M14M GOP POWER BLOCK MODULE THYRISTOR STD250M14M 9144  picture

NEW STT250M14M GOP POWER BLOCK MODULE THYRISTOR STD250M14M 9144

$225.00



Powered by WordPress. Designed by WooThemes