IP of 127.0.0.1 banned

anewday

Well-Known Member
#1
I think this made litespeed fail and cpanel automatically restart it.

email from cpanel
Code:
httpd failed @ Mon Nov 10 23:32:03 2008. A restart was attempted automagically.

Failure Reason: Service check failed to completehttpd: [ != HTTP/1..]
error_log
Code:
2008-11-10 23:25:37.119	NOTICE	[127.0.0.1] Reached per client connection hard limit: 60, close connection!
2008-11-10 23:32:05.655	NOTICE	Server Restart Request via Signal...
Just minutes before httpd failed. I checked the access log and it seems that someone spoofed that IP.

I think you should hard code the IP of 127.0.0.1 exempt from being banned by litespeed.
 

anewday

Well-Known Member
#3
Yes, I thought of that afterwards. But, I think you should include it by default in the later versions. It only makes sense. ;)

Is this fine to exclude 127.0.0.1 from connection/throttling limits?

Allowed List

Code:
ALL
127.0.0.*T
 
Last edited:

anewday

Well-Known Member
#7
It's not cpanel, I think it's a legitimate person using a proxy server. The cpanel monitoring restarted httpd automatically as I set it to enabled in the Service Manager.
 
Top