H hugemikeyd Active Member Dec 20, 2006 #1 Dec 20, 2006 #1 I am not sure what this is nor why i did not notice it before, but using lsof i was able to determine that lshttpd has this TCP port open for localhost. What is this for?
I am not sure what this is nor why i did not notice it before, but using lsof i was able to determine that lshttpd has this TCP port open for localhost. What is this for?
M mistwang LiteSpeed Staff Dec 20, 2006 #2 Dec 20, 2006 #2 That should be the administration port used for communication between the web admin interface and the server process.
That should be the administration port used for communication between the web admin interface and the server process.
H hugemikeyd Active Member Dec 28, 2006 #3 Dec 28, 2006 #3 Could you add an entry to /etc/services when installing with root? That way people can see what this port is for in netstat.
Could you add an entry to /etc/services when installing with root? That way people can see what this port is for in netstat.
M mistwang LiteSpeed Staff Dec 28, 2006 #4 Dec 28, 2006 #4 For security reason, LSWS uses a random port between 7000-8000 for that purpose. Each time lshttpd starts, the port will be different.
For security reason, LSWS uses a random port between 7000-8000 for that purpose. Each time lshttpd starts, the port will be different.
H hugemikeyd Active Member Dec 28, 2006 #5 Dec 28, 2006 #5 ah ok, you guys think of everything huh? I look forward to 3.0 RC2