[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0d5636809fbb11784edc37fd611ac1471c9e1f29

Evergreen Git git at git.evergreen-ils.org
Wed Sep 28 23:09:05 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0d5636809fbb11784edc37fd611ac1471c9e1f29 (commit)
      from  503c7c67128190a6f0e45395a3c55c1f2f55c46f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d5636809fbb11784edc37fd611ac1471c9e1f29
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Sep 28 23:06:19 2011 -0400

    Remove an installation step: Listen 443 uncommenting
    
    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 at laurentian.ca>

diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf
index dbcd0c4..77b5f40 100644
--- a/Open-ILS/examples/apache/eg.conf
+++ b/Open-ILS/examples/apache/eg.conf
@@ -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
--- 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 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache/eg.conf |    2 +-
 README                           |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list