PageRenderTime 31ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/silverlining/server-root/etc/apache2/ports.conf

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