# # host für autodiscover unseres Dovecot für Outlookuser # ServerAdmin webmaster@it-ignorant.de ServerName autodiscover.nausch.org # Django # Required, because there is a host with same ServerName and # ServerAlias LISTENING ON PORT 80, - and if these lines are # not present, and .htaccess-Files or LDAP-Access is enabled # for one or more Directory the host on PORT 443 and PORT 80 # will ASK for .htaccess ord LDAP-Access, so please remember # ---------------------------------------------------------- # -- DO NOT DELETE THE FOLLOWING LINES, STARTING WITH SSL -- # -- WHEN USING .htaccess or LDAP-Access! -- # ---------------------------------------------------------- SSLEngine on SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM SSLCertificateFile /etc/pki/tls/private/CAcert-class3-wildcard.crt SSLCertificateKeyFile /etc/pki/tls/private/ca.key SSLCertificateChainFile /etc/pki/tls/private/CAcert_chain.crt ServerPath / DocumentRoot "/var/www/autodiscover/" Options FollowSymLinks AllowOverride All Order allow,deny Allow from all AddType application/x-httpd-php .php .php3 .php4 .php5 .xml DirectoryIndex index.html ErrorLog logs/autodiscover_error.log CustomLog logs/autodiscover_access.log combined