View Single Post
  #4   (View Single Post)  
Old 22nd September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

I don't know why
this is what I am getting
Code:
[root@ /usr/home/disappearedng]# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
[root@ /usr/home/disappearedng]# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
Syntax OK
apache22 not running? (check /var/run/httpd.pid).
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
[root@ /usr/home/disappearedng]# ps -x | grep apache
Shows nothing

and when I check this again
Code:
[root@ /usr/home/disappearedng]# tail /var/log/httpd-error.log
Configuration Failed
[Mon Sep 22 14:30:47 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 14:30:47 2008] [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of ""
Configuration Failed
[Mon Sep 22 14:31:39 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 14:31:39 2008] [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of ""
Configuration Failed
[Mon Sep 22 14:31:44 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Sep 22 14:31:44 2008] [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of ""
Configuration Failed
Reply With Quote