# ###########################################################
# # copyleft 2008 immerda.ch
# ###########################################################
# ### this file is managed by PUPPET ####
# ### only modify in svn or you will loose the changes ! ####
# ###########################################################
DocumentRoot /var/www/html
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
ServerSignature Off
DocumentRoot /var/www/html
SSLEngine on
SSLCipherSuite HIGH:MEDIUM:!ADH:-SSLv2
SSLCertificateFile /e/certs/server.crt
SSLCertificateKeyFile /e/certs/server.key
SSLOptions +StdEnvVars
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
ServerSignature Off
# vim: ts=4 filetype=apache