Advertisement
Guest User

Untitled

a guest
Jun 27th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. NameVirtualHost *.80
  2. Listen 80
  3. ServerName localhost
  4. <IfModule mod_ssl.c>
  5. # If you add NameVirtualHost *:443 here, you will also have to change
  6. # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
  7. # to <VirtualHost *:443>
  8. # Server Name Indication for SSL named virtual hosts is currently not
  9. # supported by MSIE on Windows XP.
  10. Listen 443
  11. </IfModule>
  12.  
  13. <IfModule mod_gnutls.c>
  14. Listen 443
  15. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement