[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Odp: Re: [cobalt-users] Admin (by http)
- Subject: Odp: Re: [cobalt-users] Admin (by http)
- From: RKRAWCZYK@xxxxxxxxxxxxx
- Date: Thu Nov 8 18:05:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
[root web]# ps ax |grep admserv
385 ? S 0:01 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
407 ? S 0:00 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
3965 ? S 0:00 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
[root web]# /etc/rc.d/init.d/admserv restart
Stopping admin web server: ahttpd
Starting admin web server:
Invalid certificates for main site -- Not starting SSL
/usr/sbin/httpd
and without changes
-------------------------------------------------
Robert Krawczyk
e-mail: rkrawczyk@xxxxxxxxxxxxx
-------------------------------------------------
"Gerald
Waugh" Do: <cobalt-users@xxxxxxxxxxxxxxx>
<gerald@waugh DW: <RKRAWCZYK@xxxxxxxxxxxxx>
.com> Temat: Re: [cobalt-users] Admin (by http)
2001-11-08
15:30
<RKRAWCZYK@xxxxxxxxxxxxx> wrote
> I can't connect to Server Management (Cobalt RaQ 4). I have message :
> | File Not Found |
> | The requested URL was not found on this |
> | server. |
Telnet (ssh) into the server.
do ps ax | grep admserv
To see if it is running. (just to check)
Then try to restart it
/etc/rc.d/init.d/admserv restart
Gerald