View Single Post

  #2 (permalink)  
Old 07-25-2007, 11:59 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Quote:
Originally Posted by surmandal View Post
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:
Code:
killall -9 httpd
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
Reply With Quote