View previous topic :: View next topic |
Author |
Message |
Kent -
Joined: 12 Jan 2003 Posts: 137
|
Posted: Fri Apr 25, 2003 8:15 pm Post subject: ERROR 500 SUCKS |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Apr 27, 2003 3:26 pm Post subject: Re: ERROR 500 SUCKS |
|
|
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 |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Sun Apr 27, 2003 6:15 pm Post subject: |
|
|
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 |
 |
 |
Kent -
Joined: 12 Jan 2003 Posts: 137
|
Posted: Sun Apr 27, 2003 8:32 pm Post subject: specs |
|
|
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 |
|
 |
RVachon -
Joined: 25 Feb 2003 Posts: 3
|
Posted: Wed Apr 30, 2003 7:42 pm Post subject: |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri May 02, 2003 10:15 pm Post subject: |
|
|
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 |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Thu May 15, 2003 8:40 pm Post subject: |
|
|
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 |
|
 |
dangerousdave -
Joined: 14 May 2003 Posts: 3
|
Posted: Sun May 18, 2003 6:49 pm Post subject: |
|
|
hi guys
I just got that error while testing a harvesting script for one of my clients, worked OK until I used
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon May 19, 2003 5:34 pm Post subject: |
|
|
dangerousdave wrote: | hi guys
I just got that error while testing a harvesting script for one of my clients, worked OK until I used
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 |
|
 |
dangerousdave -
Joined: 14 May 2003 Posts: 3
|
Posted: Mon May 19, 2003 5:56 pm Post subject: |
|
|
The documentation actually states that with this setting the server time limit is overridden indefinitely. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue May 20, 2003 10:22 pm Post subject: |
|
|
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 |
|
 |
dangerousdave -
Joined: 14 May 2003 Posts: 3
|
Posted: Tue May 20, 2003 10:55 pm Post subject: |
|
|
ok, thanks, I'll give it a shot |
|
Back to top |
|
 |
|