3.83 Install locked me out of Web Admin

Did the auto update.. Got the reboot and I can't connect to webadmin. I did change the default SSL (Https)port on the config and this happened before when I tried to load a backup file with a different SSL port then the base config. I assume it's doing the same thing but it's hard to say.

How do I fix this by hand?:

Thanks!

Benjamin
Parents Reply Children
  • Same thing here.

    I had webadmin changed to port 10000 and 443 forwarded to another machine. After update webadmin would not respond on port 10000, it gave connection refused instead (firewall did not drop packets to port).

    What I did was login as root and edited /etc/httpd/httpd.conf. There was a line "Listen 443" at the beginning of the file. I changed it to read "Listen 10000", saved and wrote "killall httpd". System restarted httpd service and webadmin was back alive.

    There seems to be a bug as httpd.conf did not refresh automatically. (The port is correctly set to 10000 in /etc/wfe/conf/settings)
  • KillJoy,

    Thanks! That fixed it. This has happened to me 3 or 4 times while I've been using this beta. It's getting old.  [:)]  

    Benjamin