Remove an installation step: Listen 443 uncommenting
authorDan Scott <dscott@laurentian.ca>
Thu, 29 Sep 2011 03:06:19 +0000 (23:06 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 29 Sep 2011 03:08:39 +0000 (23:08 -0400)
Every distribution known to man ships Apache listening on port 443, so
installers always have to comment out the "Listen 443" directive - so
why not just comment it out ourselves and save a step in the
installation instructions?

Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/examples/apache/eg.conf
README

index dbcd0c4..77b5f40 100644 (file)
@@ -102,7 +102,7 @@ ExpiresByType text/css "access plus 50 minutes"
 # ----------------------------------------------------------------------------------
 # Set up our SSL virtual host
 # ----------------------------------------------------------------------------------
-Listen 443
+#Listen 443
 NameVirtualHost *:443
 <VirtualHost *:443>
        DocumentRoot "/openils/var/web"
diff --git a/README b/README
index 41025eb..108fb0b 100644 (file)
--- a/README
+++ b/README
@@ -162,8 +162,6 @@ and browser during testing and development
   a. Replace `Allow from 10.0.0.0/8` with `Allow from all` (to enable
      access to the offline upload / execute interface from any workstation on
      any network - note that you must secure this for a production instance)
-  b. Comment the line `Listen 443` as it conflicts with the same declaration
-     elsewhere in the Apache configuration files.
 4. Change the user for the Apache server.
   * (Debian and Ubuntu): As the root user, edit `/etc/apache2/envvars`.
     Change `export APACHE_RUN_USER=www-data` to