daily pastebin goal
62%
SHARE
TWEET

Untitled

a guest Jun 27th, 2012 18 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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>
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top