previously we used to be able to edit /usr/local/cpanel/cgi-sys/php5 - however now it seems that it's a binary file. Specifically I used to add :
export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTS=10000
to optimize php+fcgi.
Where is the recommended place to put environment variables now? These must be visible by php.
export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTS=10000
to optimize php+fcgi.
Where is the recommended place to put environment variables now? These must be visible by php.