In trying to install the open source library system Evergreen from open-ils.org, I have the following error when starting apache:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Wed Oct 03 10:25:09 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs [ !! ]
I am running Gentoo linux and the configuration files for the virtual hosts are here:
http://open-ils.org/dokuwiki/lib/exe/fetch.php?id=installing_prerequisites_on_gentoo&cache=cache&media=gentoo:eg.conf.txthttp://open-ils.org/dokuwiki/lib/exe/fetch.php?id=installing_prerequisites_on_gentoo&cache=cache&media=gentoo:eg_vhost.conf.txtNetstat reveals that there is no process listening on port 80, so it does not make sense to me that it cannot bind to the address. What are the possible causes of not being able to open the log files?
I am hoping that this is a relatively common error that can be easily fixed, if you need all of the configuration files I would be happy to provide the contents of /etc/apache2