Apache appears to not really be starting?

Huy Ton That huyslogic at gmail.com
Wed Mar 15 03:35:23 UTC 2006


Installed apache2.2

I launch via apachectl w/:

apachectl -k start -f /usr/local/etc/apache22/httpd.conf

Edited httpd.conf and pointed the ips to 127.0.0.1:81 as I wanted to use
this port for a specific reason.

Executing this I get no errors however apache doesn't show under ps (noticed
this since I tried to do a stop and restart and just received the message:
httpd (no pid file) not running :( )

After doing a tail /var/log/httpd-error.log I get the following output:

[Tue Mar 14 22:25:26 2006] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Tue Mar 14 22:25:26 2006] [alert] (EAI 8)hostname nor servname provided, or
not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO"
Configuration Failed
[Tue Mar 14 22:26:32 2006] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Tue Mar 14 22:26:32 2006] [alert] (EAI 8)hostname nor servname provided, or
not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO"
Configuration Failed
[Tue Mar 14 22:28:00 2006] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Tue Mar 14 22:28:00 2006] [alert] (EAI 8)hostname nor servname provided, or
not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO"
Configuration Failed

Also I've tried replacing 127.0.0.1 with the the ip address for the incoming
connection nic card and I receive the same results.

Would anyone have any clues as to what I may be missing?

I also have
Listen localhost:81
ServerName localhost:81


More information about the freebsd-questions mailing list