
07-25-2007, 11:59 PM
|
 |
Contributors
User
|
|
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
|
|
Quote:
Originally Posted by surmandal
I am running centos 2.6.9-55.0.2.EL. When I tried to start httpd it gives me the error https dead but subsys locked. I fount the there is no pid file on /var/run. What should i do. Please hel
|
Run killall command:
And start again:
Code:
service httpd start
netstat -tulpn
tail -f /var/log/messages
tail -f /var/log/httpd/error_log
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!
If you have knowledge, let others light their candles at it.
Certified to work on HP-UX / Sun Solaris / RedHat
|