Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  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
  4. # This is also true if you have upgraded from before 2.2.9-3 (i.e. from
  5. # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
  6. # README.Debian.gz
  7.  
  8. NameVirtualHost *:80
  9. Listen 80
  10. Listen 5000
  11. Listen 5001
  12. Listen 5002
  13. Listen 5003
  14. Listen 5004
  15. Listen 6000
  16. Listen 6001
  17. Listen 6002
  18. Listen 6003
  19. Listen 6004
  20.  
  21. <IfModule mod_ssl.c>
  22. # If you add NameVirtualHost *:443 here, you will also have to change
  23. # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
  24. # to <VirtualHost *:443>
  25. # Server Name Indication for SSL named virtual hosts is currently not
  26. # supported by MSIE on Windows XP.
  27. Listen 443
  28. </IfModule>
  29.  
  30. <IfModule mod_gnutls.c>
  31. Listen 443
  32. </IfModule>
Add Comment
Please, Sign In to add comment