[solved] http port 80 down

pooyan

Well-Known Member
#1
Hi

i enabled register_global and all sites down, after i disable register_global all sites will down

when in login to lsws admin console display error ( attached )



hyperspin.com display port 80 http down


please help me
regards
 

Attachments

Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
That's means you have another web server running on port 80, you may need to check from command line which process takes port 80

netstat -anp | grep LISTEN | grep 80

you can use "kill -9 <pid_of_that_process>" to kill those. then restart LSWS.
 

pooyan

Well-Known Member
#3
I intered command and this is report:

root@server [~]# netstat -anp | grep LISTEN | grep 80
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 85.10.211.***:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 85.10.211.***:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 85.10.211.***:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 85.10.211.***:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 46.4.47.***:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 8737/litespeed (lsh
 

pooyan

Well-Known Member
#5
The sites seem to be up and running. Are you still seeing errors?
Yes, all sites up
when i enabled Register_global in Main >> Service Configuration >> PHP Configuration Editor http port be down,
for up http and sites i recompile easy apache and all sites be up
 
Top