Add roost cert path
[sysconfig/apache2.git] / ports.conf
index 36a0a8f7ce7449d92fd3e221926e8b16633392de..730df0529765f0b1495747c80feaafc9bccc1e9a 100644 (file)
@@ -11,5 +11,13 @@ Listen 80
 <IfModule mod_ssl.c>
     # SSL name based virtual hosts are not yet supported, therefore no
     # NameVirtualHost statement here
-    Listen 443
+    # Alex: ... SNI supposedly works?
+    NameVirtualHost *:443
+    # 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>