Apache appears to not really be starting?



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
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: [users@httpd] Re: httpd php dump
    ... configured [hint: SSLSessionCache] ... OpenSSL/0.9.8h configured -- resuming normal operations ... httpd and php are supposed to just work together..... ...
    (freebsd-questions)
  • Re: httpd php dump
    ... like i said there is pretty much nothing in the error log for httpd. ... [hint: SSLSessionCache] ... Did you use the ports to install? ...
    (freebsd-questions)
  • Re: Apache appears to not really be starting?
    ... thank you so much for the insight! ... Huy Ton That writes: ... [hint: SSLSessionCache] ...
    (freebsd-questions)
  • Apache appears to not really be starting?
    ... Huy Ton That writes: ... [hint: SSLSessionCache] ... check that all interfaces apache is supposed to be listening ...
    (freebsd-questions)