github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/ports.conf (about)

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