Prva inacica paketa za Debian wheezy distribuciju.
[apache2-cn.git] / templates / ssl.template
index a060692..4f53df4 100644 (file)
@@ -1,12 +1,10 @@
 <IfModule mod_ssl.c>
-
-# Since SSL has no NameVirtualHosts, and we don't support machines with
-# multiple IP addresses yet, make this a simple default config.
-
 <VirtualHost _default_:443>
     ServerAdmin webmaster@HOST.DOMAIN
+
     ServerName HOST.DOMAIN
     DocumentRoot DOCROOT
+
     LogLevel warn
     ErrorLog /var/log/apache2/ssl-HOST.DOMAIN-error.log
     CustomLog /var/log/apache2/ssl-HOST.DOMAIN-access.log combined
@@ -23,7 +21,5 @@
     #    Order allow,deny
     #    Allow from all
     #</Directory>
-
 </VirtualHost>
-
 </IfModule>