[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] web service stopped
- Subject: Re: [cobalt-users] web service stopped
- From: "David Collin" <david@xxxxxxxxxxxx>
- Date: Tue Nov 28 16:38:01 2000
- Organization: HappyClic
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> how do I check to see if apache is running? and how do I
> start it up if needed. thanks
/etc/rc.d/init.d/httpd start <-- start it
/etc/rc.d/init.d/httpd status <-- see information...
if "ps -e|grep httpd" returns anything, then it's runing...