Also... 2008/9/17 Don McMorris <[EMAIL PROTECTED]>: > Hi Thomas, > > On Wed, Sep 17, 2008 at 12:45 AM, Thomas Edward <[EMAIL PROTECTED]> > wrote: >> >> >> Hi Dan, >> >> Your email was quick and a huge help. I am even more excited about >> Evergreen. I have one problem though: >> When I initiate the apache server (section: Starting the Web server) I get >> the following error message. >> >> >> ----------------------- >> [EMAIL PROTECTED]:~# /etc/init.d/apache2 start >> * Starting web server apache2 apache2: Could not reliably determine the >> server's fully qualified domain name, using 127.0.1.1 for ServerName >> >> (98)Address already in use: make_sock: could not bind to address >> 0.0.0.0:443 >> no listening sockets available, shutting down
Also note step 7 of Installing on Ubuntu 7.10 instructions (http://open-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_ubuntu_7.10): """ 7. As the root user, edit /etc/apache2/sites-available/eg.conf: 1. Change Allow from 10.0.0.1/8 to Allow from all (to enable access to the configuration CGI scripts from any workstation on any network - note that you must secure this for a production instance, preferably by locking down the allowed IP addresses and adding authentication, because you don't want just anyone adding and deleting libraries from your Evergreen instance!) 2. Delete the line "Listen 443" as it conflicts with the same declaration in /etc/apache2/ports.conf. """ -- Dan Scott Laurentian University
