Script broke in latest version

2 posts / 0 new
Last post
#1 Fri, 09/17/2010 - 07:46
Ruriko

Script broke in latest version

I have a scraping script that works fine on version 3.77 but when I upgraded to 3.80 the script no longer works. It would just timeout and this is the error I found in apache

[Fri Sep 17 15:59:26 2010] [warn] [client 217.23.11.136] Timeout waiting for output from CGI script /home/deliciousmanga/cgi-bin/php5.cgi
[Fri Sep 17 15:59:26 2010] [error] [client 217.23.11.136] Premature end of script headers: php5.cgi
[Fri Sep 17 16:00:29 2010] [warn] [client 121.208.217.85] Timeout waiting for output from CGI script /home/deliciousmanga/cgi-bin/php5.cgi, referer: http://www.deliciousmanga.com/wp-admin/admin.php?page=wp-manga/instruction
[Fri Sep 17 16:00:50 2010] [warn] [client 217.23.11.136] Timeout waiting for output from CGI script /home/deliciousmanga/cgi-bin/php5.cgi
[Fri Sep 17 16:00:50 2010] [error] [client 217.23.11.136] Premature end of script headers: php5.cgi
[Fri Sep 17 16:01:50 2010] [warn] [client 217.23.11.136] Timeout waiting for output from CGI script /home/deliciousmanga/cgi-bin/php5.cgi

So I got this fixed by increasing the Timeout in apache to 10000. Now why do I need to increase the timeout when the older version didn't need to?

Fri, 09/17/2010 - 10:39
andreychek

Howdy,

The version of Virtualmin you're using shouldn't effect anything you're doing in Apache... Webmin/Virtualmin runs on a standalone daemon, and doesn't utilize Apache.

Is it possible something else was updated at the same time that's causing problems?

-Eric

Topic locked