Random 301 errors

optize

Well-Known Member
#1
We have Pingdom testing our website every minute looking for a 'GOOD' string to make sure everything is operating correctly. However, several times a day, instead of the 'GOOD' string, Litespeed gives a 301.

<html>
<head><title> 301 Moved Permanently
</title></head>
<body><h1> 301 Moved Permanently
</h1>
The document has been permanently moved to <A HREF="%s">here</A>.<hr />
Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
<font face="Verdana, Arial, Helvetica" size=-1>LiteSpeed Technologies is not responsible for administration and contents of this web site!</font></body></html>
I'm not quite sure why it's throwing the random 301? The GOOD page doesn't redirect anything, there's no .htaccess, it's pulling http://servername.com/~test/ which is a simple script in /home/test/public_html (it's a cPanel box)

It's also weird that the 'redirect' is %s, I'm not quite sure what that is?

We are running the latest Litespeed branch.
 
Top