# see bug #178966 why this is in here #These are already present in other files, so commented out. #Listen 443 #NameVirtualHost *:443 ServerName domain.tld DocumentRoot /usr/portage/packages AuthType Digest AuthName binhost AuthDigestDomain / AuthDigestProvider file AuthUserFile /var/www/auth/binhost Require valid-user Order allow,deny allow from all TransferLog /var/log/apache2/ssl_access_log ErrorLog /var/log/apache2/ssl_error_log SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile /etc/ssl/apache2/binhost.crt SSLCertificateKeyFile /etc/ssl/apache2/binhost.key ## Per-Server Logging: # The home of a custom SSL log file. Use this when you want a compact # non-error SSL logfile on a virtual host basis. CustomLog /var/log/apache2/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # vim: ts=4 filetype=apache