Tweaks to set up more hostnames
[sysconfig/apache2.git] / ports.conf
index 36a0a8f7ce7449d92fd3e221926e8b16633392de..b0112502a6f4380aa418cdc21f52f5c6e3115ab6 100644 (file)
@@ -1,15 +1,21 @@
 # If you just change the port or add more ports here, you will likely also
 # have to change the VirtualHost statement in
-# /etc/apache2/sites-enabled/000-default
-# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
-# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
-# README.Debian.gz
+# /etc/apache2/sites-enabled/000-default.conf
 
-NameVirtualHost *:80
 Listen 80
 
-<IfModule mod_ssl.c>
-    # SSL name based virtual hosts are not yet supported, therefore no
-    # NameVirtualHost statement here
+<IfModule ssl_module>
     Listen 443
+    # olinda -- main IP (~2019)
+    #Listen 18.18.208.12:443
+    #Listen 127.0.0.1:443
+    #Listen 192.168.122.18:443
+    # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx
+    # (except for now we don't use nginx)
 </IfModule>
+
+<IfModule mod_gnutls.c>
+       Listen 443
+</IfModule>
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet