View Full Version : Uploading Files
Channel_Cat
10-11-2004, 08:50 AM
I'm running an art site, www.sheezyart.com, and some people when uploading get a 503 error, while others don't:
503 Service Unavailable
The server is temporarily busy, try again later!
--------------------------------------------------------------------------------
Powered By LiteSpeed Web Server
http://www.litespeedtech.com
I looked up the error on google, but that wasn't much help. Any suggestions?
Lauren
10-11-2004, 08:12 PM
Do they constantly get 503 error or randomly? during busy hour only? Any thing logged in the error log? Is "post_max_size" in php.ini large enough?
If you don't mind please post your phpFcgi configuration.
Best regards,
Lauren
Channel_Cat
10-11-2004, 08:48 PM
The error log is completely empty. They get this all times when posting, while others do not. Post_Max_Size is set to 20M, so there's no problem there.
http://www.sheezyart.com/phpinfo.php
I think the person is still able to post, but when he goes to get a response, the browser gives a 503 error. I'll try to get more information.
Thank you,
Channel Cat
Lauren
10-11-2004, 09:06 PM
Do you mean that the picture got posted actually, just he got a 503 error page? May be the PHP process crashed during post processing?
If possible, please setup another virtual host on a different port, enable debug logging for that virtual host, reproduce the bug and send us the log file. It probably is the best way to identify and fix the problem.
Maybe you should upgrade to PHP 4.3.9 with GD 2.0.28. :-)
Lauren
ChannelCat
10-19-2004, 11:22 PM
Here's on of the images that when uploaded cause litespeed to generate a 503 error.
http://www.sheezyart.com/images/theunknowntheory.jpg
I didn't believe it till i tried it myself, and sure enough, 503 service error.
Help is much appreciated :-)
mistwang
10-20-2004, 09:55 AM
Channel Cat,
We have no problem with uploading that image onto one of our server.
Is there any operations on the image after it is uploaded, like creating thumbnail with GD, etc? I think PHP crashed during one of the operation, you probably need to write simple PHP testing code to find out the exact problem, start without any additional processing, then add one operation at a time.
Please let us know what exactly cause the problem after you find the answer. :)
Thanks,
George
ChannelCat
10-21-2004, 01:29 AM
Sounds like a good idea, I'll give ita try. The only reason i thought it might crash on yours too is because apache handles it fine, although i have different PHP/GD Image versions. I'll upgrade the PHP and GD image version.