Hello,
I would like to find out how can I make a custom php.conf suffice future updates or rebuilds.
From the Using Custom Configure Flags section of cpanel documenation.
... and then passing the arguments as the example:
But how do I pass these arguments?
I would like to pass the following options:
Thanks
I would like to find out how can I make a custom php.conf suffice future updates or rebuilds.
From the Using Custom Configure Flags section of cpanel documenation.
Since it's php version 5.x.x I create this file /var/cpanel/easy/apache/rawopts/all_php5[...]
Create the file that corresponds to the version of Apache or PHP for which you would like to add a custom configure flag.
In the file, enter the flag you wish to add.
The file will be parsed, and the options properly formatted before EasyApache adds them to the data structure.
See the example below for more information about formatting your custom flags.
Save the changes you have made to the file.
... and then passing the arguments as the example:
Code:
--with-flag
--path-to-flag=/usr/bin/flag
--my-option=
I would like to pass the following options:
Code:
FcgidConnectTimeout 20
MaxRequestLen 157286400