/silverlining/server-root/etc/apache2/ports.conf
Config | 14 lines | 12 code | 2 blank | 0 comment | 0 complexity | 06ed1903ad679f4f824d5e70bd00a83d MD5 | raw file
Possible License(s): GPL-2.0
- # 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
- Listen 8080
- <IfModule mod_ssl.c>
- # SSL name based virtual hosts are not yet supported, therefore no
- # NameVirtualHost statement here
- Listen 443
- </IfModule>