ports.conf 292 B

123456789101112131415
  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 80
  5. Listen 8080
  6. #<IfModule ssl_module>
  7. # Listen 443
  8. #</IfModule>
  9. #<IfModule mod_gnutls.c>
  10. # Listen 443
  11. #</IfModule>