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

Re: [cobalt-users] web service stopped



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