> I just installed Apache2 and not sure how to proceed, if I'm doing things > wrong from here or there is some other problem: > > > $ which apachectl > /usr/local/sbin/apachectl > $ apachectl start > httpd: Could not determine the server's fully qualified domain name, using > 127.0.0.1 for ServerName > (13)Permission denied: make_sock: could not bind to address [::]:80 > no listening sockets available, shutting down > Unable to open logs
You need to edit: /usr/local/etc/apache2/httpd.conf Among others, set ServerName to your hostname, and check the other directives in httpd.conf too. Don't forget to use the -dist templates in /usr/local/etc/apache2, e.g.: cp mime.times-dist mime.types Good luck. -- Cordula's Web. http://www.cordula.ws/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"