From 472f07098c2e10ac025b132df098f4b51c14adb1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 28 Jun 2013 16:36:47 -0700 Subject: start --- faker/fcmb.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 faker/fcmb.conf (limited to 'faker/fcmb.conf') diff --git a/faker/fcmb.conf b/faker/fcmb.conf new file mode 100644 index 0000000..f50dd8a --- /dev/null +++ b/faker/fcmb.conf @@ -0,0 +1,35 @@ + + + ServerAdmin webmaster@localhost + + DocumentRoot /var/www + + Options FollowSymLinks + AllowOverride None + + + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all + + + Options ExecCGI + AddHandler cgi-script .cgi .aspx .ashx + + + ErrorLog ${APACHE_LOG_DIR}/fcmb_error.log + + CustomLog ${APACHE_LOG_DIR}/fcmb_access.log combined + + SSLEngine on + SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem + SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key + + BrowserMatch "MSIE [2-6]" \ + nokeepalive ssl-unclean-shutdown \ + downgrade-1.0 force-response-1.0 + BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown + + + -- cgit v1.2.1