X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=templates%2Fssl.template;h=915378d3cff370d1705d08ee903c808d232fd366;hb=4837e8e4e2e378767cce2a0c260d7d4327a0f0af;hp=a060692ee0eb712fd880c4af37b6cb010931c48b;hpb=eb37ec66b33ffb28c3a28fae57326403db609a25;p=apache2-cn.git diff --git a/templates/ssl.template b/templates/ssl.template index a060692..915378d 100644 --- a/templates/ssl.template +++ b/templates/ssl.template @@ -1,12 +1,10 @@ - -# Since SSL has no NameVirtualHosts, and we don't support machines with -# multiple IP addresses yet, make this a simple default config. - 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 @@ -14,16 +12,13 @@ SSLEngine on SSLCertificateFile /etc/ssl/certs/apache2.pem SSLCertificateKeyFile /etc/ssl/private/apache2.key - # SSLCertificateChainFile /etc/ssl/certs/sureserverEDU.pem + # SSLCertificateChainFile /etc/ssl/certs/cert-chain.pem # # # AllowOverride All # AllowOverride None - # Options OPTIONS - # Order allow,deny - # Allow from all + # Options FollowSymLinks + # Require all granted # - -