Dear mate....Post here the basic tips about how to configure my php script to avoid 500 Internal server error form any server!
How to Configure Php Script to Avoid 500 error
Collapse
X
-
if you run php in fast-cgi mode and need long execution time for your scripts eg. for converting videos or uploading large files, you need to configure your php.conf and increase timeouts.
PHP Code:BusyTimeout 10800
ProcessLifeTime 10800
IPCConnectTimeout 20
IPCCommTimeout 10800
MaxRequestsPerProcess -1
Comment
Comment