X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-available%2Fdefault-ssl;h=88f79a1b22d6ed0124ad4a9cb09d4f60055f676b;hb=cc88b712404442e61e0710d519a53a136b6def5e;hp=fa0b0ab5ba834b20841ae7ab462f7cf7293dd656;hpb=9a6ba7ed4fda4382f2611ad703ed26f1e28bfa50;p=sysconfig%2Fapache2.git diff --git a/sites-available/default-ssl b/sites-available/default-ssl index fa0b0ab..88f79a1 100644 --- a/sites-available/default-ssl +++ b/sites-available/default-ssl @@ -1,43 +1,6 @@ - - ServerAdmin webmaster@localhost - - DocumentRoot /var/www - - Options FollowSymLinks - AllowOverride None - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all - - - ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ - - AllowOverride None - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - Order allow,deny - Allow from all - - - ErrorLog /var/log/apache2/error.log - - # Possible values include: debug, info, notice, warn, error, crit, - # alert, emerg. - LogLevel warn - - CustomLog /var/log/apache2/ssl_access.log combined - - Alias /doc/ "/usr/share/doc/" - - Options Indexes MultiViews FollowSymLinks - AllowOverride None - Order deny,allow - Deny from all - Allow from 127.0.0.0/255.0.0.0 ::1/128 - + + Include sites-common/default # SSL Engine Switch: # Enable/Disable SSL for this virtual host. @@ -48,8 +11,8 @@ # /usr/share/doc/apache2.2-common/README.Debian.gz for more info. # If both key and certificate are stored in the same file, only the # SSLCertificateFile directive is needed. - SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem - SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key + SSLCertificateFile /etc/ssl/certs/general-web.crt + SSLCertificateKeyFile /etc/ssl/private/general-web.key # Server Certificate Chain: # Point SSLCertificateChainFile at a file containing the @@ -165,6 +128,5 @@ BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 -