400 Bad Request ?

vivek

Well-Known Member
#1
Hi

I installed Litespeed

Apache Port Offset: 20

I can see litespeed is working on port 100



[root@server lsws-3.3.3]# netstat -pant | grep lshttpd
tcp 0 0 127.0.0.1:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.149:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.148:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.47:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.147:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.46:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.146:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.45:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.44:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.43:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.42:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.150:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.41:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.40:100 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 127.0.0.1:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.149:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.148:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.47:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.147:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.46:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.146:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.45:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.44:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.43:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.42:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.108.150:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.41:463 0.0.0.0:* LISTEN 28206/lshttpd
tcp 0 0 72.232.122.40:463 0.0.0.0:* LISTEN 28206/lshttpd
[root@server lsws-3.3.3]#



But when I take http://serverIP:100/ this error :

400 Bad Request



HTTPS is required

This is an SSL protected page, please use the HTTPS scheme instead of the plain HTTP scheme to access this URL.

Hint: The URL should starts with https://

Powered By LiteSpeed Web Server
http://www.litespeedtech.com



why this?
 

mistwang

LiteSpeed Staff
#2
Which control panel are you using, looks like LSWS think a secure site has been configured on that IP:port combination.
Can you please send your Apache configuration file httpd.conf and all included configuration filr to bug (at) litespeedtech . c o m
 

vivek

Well-Known Member
#3
Yes, there was a site configured to use secure port and I changed its IP to some other IP. and now everything is working fine.

I recompiled php and all working fine.

But seems like server load is little but more now, 3-4 average
 
Top