Set up Roost
[sysconfig/apache2.git] / ports.conf
1 # If you just change the port or add more ports here, you will likely also
2 # have to change the VirtualHost statement in
3 # /etc/apache2/sites-enabled/000-default
4 # This is also true if you have upgraded from before 2.2.9-3 (i.e. from
5 # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
6 # README.Debian.gz
7
8 NameVirtualHost *:80
9 Listen 80
10
11 <IfModule mod_ssl.c>
12     # SSL name based virtual hosts are not yet supported, therefore no
13     # NameVirtualHost statement here
14     # Alex: ... SNI supposedly works?
15     NameVirtualHost *:443
16     # olinda -- main IP
17     Listen 18.208.0.204:443
18     # acc-858-test -- 6.858 project
19     Listen 18.208.0.229:443
20     # adehnert.mit.edu
21     Listen 18.208.0.221:443
22     # *Not* 18.208.0.44(adehnert-roost-api) -- used for nginx
23 </IfModule>