I'm trying to view the default value of Apache timeout of my server, but I found nothing about that in /etc/httpd/conf/httpd.conf
. So where is " timeout " supposed to be and how do I change its value ?
The OS is Centos 7 | Apache version : 2.4.6
I'm trying to view the default value of Apache timeout of my server, but I found nothing about that in The OS is Centos 7 | Apache version : 2.4.6 |
||||
From Apache docs: timeout This should be written to server httpd.conf:
More info from the above link:
Also, if you need to increase your script execution time, that's
in php.ini (number is seconds) |
|||||
|
httpd.conf
nor by creating a newconf
file inconf.d
and then adding the new timeout value inside. It seems ( but I'm not sure ) the server still use the default value which is mostly300 second
. – Zorba Mar 18 at 13:29