Zero Sized Reply Error

by rajesh 2009-08-28 12:36:32

Some times you might get an error called "Zero Sized Reply" when you are browsing a website

Error:
************************************************************************
ERROR

The requested URL could not be retrieved

------------------------------------------------------------------------

While trying to retrieve the URL: your site

The following error was encountered:

* * Zero Sized Reply *
************************************************************************

Cause:
This is caused because of server issue.
The temp folder might have reached its capacity.

Solution:
Remove unwanted files from temp folder of the server.
In most linux servers temp folder will be /tmp

You can remove all the files from the /tmp folder by using the command
rm -rf /tmp/*

But be very cautious while using "rm -rf" command.
If you use it improperly this will delete everything in the server.

Tagged in:

2438
like
0
dislike
0
mail
flag

You must LOGIN to add comments