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.
fcgi timeout because of Gallery2 intensive tasks | GalleryPHP Code:BusyTimeout 10800
ProcessLifeTime 10800
IPCConnectTimeout 20
IPCCommTimeout 10800
MaxRequestsPerProcess -1
Leave a comment:
-
php has nothing todo wit 500 errors. Its d server e.g in apache its the http.conf or .htaccess that gives a 500 when its configured wrongly. So solution, delete or check ur .htaccess file, if dat dnt work tel ur host.
Leave a comment:
-
How to Configure Php Script to Avoid 500 error
Dear mate....Post here the basic tips about how to configure my php script to avoid 500 Internal server error form any server!Tags: None
Leave a comment: