Move unpackaged(?) conf.d files to the new conf-available dir
[sysconfig/apache2.git] / ports.conf
index 6468858b28bbd62ad8f64b76296ff7f41813f500..7816e5672235f42a2c38b8d183852082720fb4b7 100644 (file)
@@ -5,13 +5,14 @@
 # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
 # README.Debian.gz
 
-NameVirtualHost *:80
 Listen 80
 
-<IfModule mod_ssl.c>
-    # SSL name based virtual hosts are not yet supported, therefore no
-    # NameVirtualHost statement here
-    # Alex: ... SNI supposedly works?
-    NameVirtualHost *:443
-    Listen 443
+<IfModule ssl_module>
+    # olinda -- main IP
+    Listen 18.208.0.204:443
+    # acc-858-test -- 6.858 project
+    Listen 18.208.0.229:443
+    # adehnert.mit.edu
+    Listen 18.208.0.221:443
+    # *Not* 18.208.0.44(adehnert-roost-api) -- used for nginx
 </IfModule>