[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] httpd running but no web except Cobalt GUI



>   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.