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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
