[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Admin stoped functioning
- Subject: Re: [cobalt-developers] Admin stoped functioning
- From: Ariel Manzur <punto@xxxxxxxxxxxx>
- Date: Mon Jun 12 04:05:08 2000
At 14:51 12/06/2000 -0400, you wrote:
>Quick question....
>
>Why all of the sudden doesn't my admin want to load?
>
>I just uploaded about 79 virtual sites... went out to lunch....come
>back...nothing...
>
>All the sites load just fine...just the admin is not loading....any ideas?
Maybe the httpd that runs the admin part is not running.. try "ps ax|grep
httpd". The "normal" httpd process should look like this (on a RaQ3):
19737 ? S 0:21 /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf
and the "admin" httpd should look like this:
466 ? S 0:01 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
Maybe it stopped running..
Bye.
Ariel.