Advertisement
susnake

ports.conf

Mar 6th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. # If you just change the port or add more ports here, you will likely also
  3. # have to change the VirtualHost statement in
  4. # /etc/apache2/sites-enabled/000-default.conf
  5.  
  6.  
  7. #NameVirtualHost *:8080
  8. Listen 8080
  9. <IfModule ssl_module>
  10. Listen 443
  11. </IfModule>
  12.  
  13. <IfModule mod_gnutls.c>
  14. Listen 443
  15. </IfModule>
  16.  
  17. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement