Skip to content

Instantly share code, notes, and snippets.

@sagar2009kumar
Created August 24, 2020 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagar2009kumar/639120df70b5d0132ceba92f4a825cd7 to your computer and use it in GitHub Desktop.
Save sagar2009kumar/639120df70b5d0132ceba92f4a825cd7 to your computer and use it in GitHub Desktop.
Ports configuration for apache2
# 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.conf
Listen 8080
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment