rockster
Aug 9 2003, 06:37 PM
out of the blue, webhost manager will not open, page not found, the same with cpanel through ssl.. can access the cpanel of amy user without the ssl
2082 works
2083 does not
and the webhost manager only worksd through ssl..
help!
thanks rock
rockster
Aug 9 2003, 07:03 PM
did not find the cause, but the fix worked (from a cpanel forum reply) :
Here's a couple things you need to do when you are unable to access ports.
ssh to your server and grep like this
lsof | grep 2082
If you do not get a TCP *:2082 (LISTEN)
You should restart cpanel
I find that most the times after an upgrade you need to restart cpanel.
service cpanel stop
service cpanel start
You can also do the following for secure ports like 2087
lsof | grep 2087
again if you don't get a TCP *:2087 (LISTEN)
you can restart stunnel /usr/local/cpanel/startstunnel
it worked....
rock