Thread: 503 errors
View Single Post
  #4  
Old 10-01-2007, 02:32 AM
Dani Dani is offline
Senior Member
 
Join Date: Nov 2005
Posts: 92
ok I found that 2-3 url:s are causing the 503

[30/Sep/2007:21:40:49 +0200] "GET /profile/check_new_stuff HTTP/1.1" 503 401 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
[30/Sep/2007:21:40:49 +0200] "GET /get_ad HTTP/1.1" 503 401 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; SIMBAR Enabled; S


but all these "scripts" return is a text like "a:b:c" where a||b||c == 1-100

This is a header from the check_new_stuff url "when it's working"

Response Headers
Content-Encoding gzip
Vary Accept-Encoding
Date Mon, 01 Oct 2007 09:29:16 GMT
Server LiteSpeed
Connection Keep-Alive
Keep-Alive timeout=5, max=100
X-Powered-By PHP/5.2.3
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache
Content-Type text/html
Content-Length 25


Does this say it gzipped it? Even thought my gzip is set to 300?
Maybe it has something to do with the short length? /get_ad returns 45-60bytes text.

thanks




**edit

I just realized that since this is a php file the output will surely not look what size the output is since the settings only touch the static files

"Min Static File Size (bytes)"

Any chance for a dynamic one?

Last edited by Dani; 10-01-2007 at 02:46 AM..
Reply With Quote