Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2006 22:35:19 -0500
From:      "Huy Ton That" <huyslogic@gmail.com>
To:        questions@freebsd.org
Subject:   Apache appears to not really be starting?
Message-ID:  <1cac28080603141935q48acde39k694be538a9815de5@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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 (notice=
d
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, o=
r
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, o=
r
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, o=
r
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 incomin=
g
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1cac28080603141935q48acde39k694be538a9815de5>