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>
# ----------------------------------------------------------------------------------
# Set up our SSL virtual host
# ----------------------------------------------------------------------------------
-Listen 443
+#Listen 443
NameVirtualHost *:443
<VirtualHost *:443>
DocumentRoot "/openils/var/web"
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