From 61e9e8756180218bf262ab5cb35c31cb564af0f5 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 13 Apr 2008 17:53:35 +0000 Subject: default vhost for centos --- files/vhosts.d/00_default_centos_vhost.conf | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/vhosts.d/00_default_centos_vhost.conf (limited to 'files') diff --git a/files/vhosts.d/00_default_centos_vhost.conf b/files/vhosts.d/00_default_centos_vhost.conf new file mode 100644 index 0000000..b63640f --- /dev/null +++ b/files/vhosts.d/00_default_centos_vhost.conf @@ -0,0 +1,37 @@ +# ########################################################### +# # 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 -- cgit v1.2.3