ports.conf 323 B

12345678910111213141516
  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. Listen 5000
  5. <IfModule ssl_module>
  6. Listen 443
  7. </IfModule>
  8. <IfModule mod_gnutls.c>
  9. Listen 443
  10. </IfModule>
  11. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet