[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Unable to connect to admin console
- Subject: [cobalt-users] Unable to connect to admin console
- From: "flynhi" <flynhi@xxxxxxx>
- Date: Thu Apr 4 07:58:22 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I saw a similar question (years ago), but no reply in archives.
Problem is I enabled SSL - from that point on I could not connect to
http://mysite.com/admin or https://mysite.com/admin.
When I stop/start the admin server (/etc/rc.d/init.d/admserv stop|start),
the following is showing up in my /var/log/admserv/adm_error file:
[Thu Apr 4 14:36:06 2002] [info] mod_unique_id: using ip addr
XXX.YYY.ZZZ.QQQ
[Thu Apr 4 14:36:07 2002] [crit] (98)Address already in use: make_sock:
could not bind to port 444
netstat does not show anything connected to port 444
If I vi the /etc/admserv/conf/ssl.conf file, commenting out the SSLEngine
and Cert/Key location variables, and again do a stop/start it worked by
accessing the url http://mysite.com:81/admin, but now no longer works
either.
Every time I try to start the admin server, when I do a status it shows
dead. I've vi'd the httpd.conf for the admin server, turning up the level
to debug, but I don't see any clues on what the problem is. I'm stumped,
and open to any suggestions on what may be the problem/fix for it!