[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] httpd running but no web except Cobalt GUI
- Subject: RE: [cobalt-users] httpd running but no web except Cobalt GUI
- From: "MikeM" <mike_miller@xxxxxxxxxxxxxxxxxx>
- Date: Mon Apr 23 00:13:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> BTW, the Cobalt GUI runs on a different port
> (port 81) than the regular webserver. You may have known that,
> just thought
> I'd mention to clarify why that's accessible.
I suspect the Cobalt GUI runs on more than just a different port. If you do
a netstat -pl, you'll notice that the Cobalt GUI instance of Apache has a
different PID than the Apache that serves up the web pages. [at least, that
is the way it is on my RaQ3]
I suspect there may be two separate instances of Apache running, one for the
Cobalt GUI and the other for the web pages. This will give some measure of
failsafe-ness [is that a word?] to the administration screens when the web
page Apache is modified and has its config files altered.