ERROR 500 SUCKS

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Kent
-


Joined: 12 Jan 2003
Posts: 137

PostPosted: Fri Apr 25, 2003 8:15 pm    Post subject: ERROR 500 SUCKS Reply with quote

Hi aprelium,
do you guys ever plan on fixing the bug
that makes abyss shit out to AN error 500 after
running x amount of hours ?
I have had it happen on WIN98 and WINxp so I know its not an OS
issue Its getting to be a chore to have to sit
in front of my pc all day to make sure everything
is still accessible on the net. :evil:
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Apr 27, 2003 3:26 pm    Post subject: Re: ERROR 500 SUCKS Reply with quote

Kent wrote:
Hi aprelium,
do you guys ever plan on fixing the bug
that makes abyss shit out to AN error 500 after
running x amount of hours ?
I have had it happen on WIN98 and WINxp so I know its not an OS
issue Its getting to be a chore to have to sit
in front of my pc all day to make sure everything
is still accessible on the net. :evil:

We did our best to try to figure out what's going on with that problem. But we are still unable to reproduce it, so it is a little bit hard to guess what's causing such a problem especially when it occurs after a some hours. But please be optimistic, we'll continue our efforts and we're sure we'll understand and fix it soon.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Apr 27, 2003 6:15 pm    Post subject: Reply with quote

Kent, how many "x" amount of hours about? 24, 48, 128? Just curious? Is your traffic heavy and what languages are getting hit the most (asp, php, perl, etc)? Just trying to get an idea of your environment outside of your OS. Thanks, I hope you get it solved as it must really suck to have to stay next to your server *just* to make sure its behaving... Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Kent
-


Joined: 12 Jan 2003
Posts: 137

PostPosted: Sun Apr 27, 2003 8:32 pm    Post subject: specs Reply with quote

mostly php langauge is getting hit
I get about 40 simultanious hits per minute or so
the error 500 happens around 72 hours of running under the
hits of my traffic.

OS XPpro
===================
server specs
CPU:CELERON 2.0GHz
248MB of RAM
Back to top View user's profile Send private message
RVachon
-


Joined: 25 Feb 2003
Posts: 3

PostPosted: Wed Apr 30, 2003 7:42 pm    Post subject: Reply with quote

I've also received that error a couple times in the last few days out of the blue. Only thing I run off the server is a PHP forum and not much traffic; maybe 100 hits a day.

The first time it happen I rebooted the system and it fixed it and the 2nd time it just went away on its own. Very strange.

Ray
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri May 02, 2003 10:15 pm    Post subject: Reply with quote

RVachon wrote:
I've also received that error a couple times in the last few days out of the blue. Only thing I run off the server is a PHP forum and not much traffic; maybe 100 hits a day.

The first time it happen I rebooted the system and it fixed it and the 2nd time it just went away on its own. Very strange.

Ray

We suspect a Windows related problem and we are investigating the issue.

Thank you for your feedback and if you (or someone else) has more information about the problem, please let us know.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu May 15, 2003 8:40 pm    Post subject: Reply with quote

Could it be possible that the developers of the forum made a few mistakes and it caused errors all the time :?:
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
dangerousdave
-


Joined: 14 May 2003
Posts: 3

PostPosted: Sun May 18, 2003 6:49 pm    Post subject: Reply with quote

hi guys

I just got that error while testing a harvesting script for one of my clients, worked OK until I used
Code:
set_time_limit(0);

to try and override the remote servers time limitation.

Script made with PHP (solely) on Windows XP.

Any help would be appreciated.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon May 19, 2003 5:34 pm    Post subject: Reply with quote

dangerousdave wrote:
hi guys

I just got that error while testing a harvesting script for one of my clients, worked OK until I used
Code:
set_time_limit(0);

to try and override the remote servers time limitation.

Script made with PHP (solely) on Windows XP.

Any help would be appreciated.

In your case, you should increase the CGI Timeout parameter. By the way, we don't really know if calling set_time_limit with 0 as a parameter is OK. The PHP documentation doesn't say that 0 is a valid argument for that function.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
dangerousdave
-


Joined: 14 May 2003
Posts: 3

PostPosted: Mon May 19, 2003 5:56 pm    Post subject: Reply with quote

The documentation actually states that with this setting the server time limit is overridden indefinitely.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue May 20, 2003 10:22 pm    Post subject: Reply with quote

dangerousdave wrote:
The documentation actually states that with this setting the server time limit is overridden indefinitely.

Abyss Web Server imposes its CGI timeout to the PHP. That function only acts on the script execution time inside PHP. Since PHP is controlled by Abyss, that latter will kill it if it takes more than CGI timeout seconds to run. So you should also increase the CGI Timeout value.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
dangerousdave
-


Joined: 14 May 2003
Posts: 3

PostPosted: Tue May 20, 2003 10:55 pm    Post subject: Reply with quote

ok, thanks, I'll give it a shot
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group