Stop listening on IPs we haven't had for years
[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 Listen 80
9
10 <IfModule ssl_module>
11     # olinda -- main IP (~2019)
12     Listen 18.18.208.12:443
13     # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx
14 </IfModule>