Fixes to work better on chankillo
[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.conf
4
5 Listen 80
6
7 <IfModule ssl_module>
8     Listen 443
9     # olinda -- main IP (~2019)
10     #Listen 18.18.208.12:443
11     #Listen 127.0.0.1:443
12     #Listen 192.168.122.18:443
13     # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx
14     # (except for now we don't use nginx)
15 </IfModule>
16
17 <IfModule mod_gnutls.c>
18         Listen 443
19 </IfModule>
20
21 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet