I have a problem with this panel. I need to run a php script, execution time him are quite large.
In browser sho error(500):
Internal Server Error
In apache log(/usr/local/apache/logs/error):
Script timed out before returning headers: index.php
The values for:
max_input_time, max_execution_time
set great value - 999
I tried to correct the error, the value(Timeout) of the rules:
in file /usr/local/apache/conf/extra/httpd-default.conf
But it did not help.
Some time later, still an error: 500
How to increase the timeout.
Help me please.