ProxyRequests Off SSLEngine on SSLCertificateFile /etc/ssl/certificates/certificate.cer SSLCertificateKeyFile /etc/ssl/certificates/key.key SSLCertificateChainFile /etc/ssl/certificates/chain.cer SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown Order deny,allow Allow from all ProxyPass /djigzo http://localhost:8888/djigzo ProxyPassReverse /djigzo http://localhost:8888/djigzo ProxyPass /web http://localhost:8888/web ProxyPassReverse /web http://localhost:8888/web ProxyTimeout 3600 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined CustomLog /var/log/apache2/ciphermail combined