X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=ports.conf;h=b0112502a6f4380aa418cdc21f52f5c6e3115ab6;hb=0937ce6e8370a6c93af71098bf4a360ab6824944;hp=98e7ccafa77400e2ae694bd0cecde6d5175d3981;hpb=f2c31fd09cdae9bfd01ed9df7bf1895bd4e775c9;p=sysconfig%2Fapache2.git diff --git a/ports.conf b/ports.conf index 98e7cca..b011250 100644 --- a/ports.conf +++ b/ports.conf @@ -1,20 +1,21 @@ # If you just change the port or add more ports here, you will likely also # have to change the VirtualHost statement in -# /etc/apache2/sites-enabled/000-default -# This is also true if you have upgraded from before 2.2.9-3 (i.e. from -# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and -# README.Debian.gz +# /etc/apache2/sites-enabled/000-default.conf Listen 80 - # olinda -- main IP (old) - Listen 18.208.0.204:443 - # olinda -- main IP (post-renumber) - Listen 18.102.208.15: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 + Listen 443 + # olinda -- main IP (~2019) + #Listen 18.18.208.12:443 + #Listen 127.0.0.1:443 + #Listen 192.168.122.18:443 + # *Not* 18.102.208.10 (adehnert-roost-api) -- used for nginx + # (except for now we don't use nginx) + + + Listen 443 + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet