Thread: php - mod_fcgid: read data timeout in 31 seconds,
hi.
i'm have installed phpwiki on server. i'm running lamp virtualmin stack. each virtualhost runs under suexec separate user, , php-cgi used.
when trying restore backup (3.2mb) phpwiki 500 internal server error , following errors in logs :
[tue nov 15 17:19:55 2011] [warn] [client 192.168.69.237] mod_fcgid: read data timeout in 31 seconds, referer: http://test-phpwiki.example.com/index.php/phpwikiadministration
[tue nov 15 17:19:55 2011] [warn] [client 192.168.69.237] (110)connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function, referer: http://test-phpwiki.example.com/index.php/phpwikiadministration
have changed timeout values can find, , no change.
apache config:
<ifmodule mod_fcgid.c>
addhandler fcgid-script .fcgi
fcgidconnecttimeout 300
idletimeout 3600
processlifetime 7200
maxprocesscount 1000
defaultminclassprocesscount 3
defaultmaxclassprocesscount 100
ipcconnecttimeout 8
ipccommtimeout 600
busytimeout 300
</ifmodule>
php.ini
post_max_size = 32m
max_input_time = 600
max_execution_time = 600
upload_max_filesize = 32m
of values insane ..
else can ?
thanks
g
i found issue.
duplicate entry ipccommtimeout in virtualhost config on riding global settings making changes.
ooops.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] php - mod_fcgid: read data timeout in 31 seconds,
Ubuntu
Comments
Post a Comment