Make sure you have mod_ssl installed. Add this section for your and in httpd.conf and restart apache. ServerName host.domain.com DocumentRoot /var/inet/html SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown RewriteEngine on # Do not allow use of the Zope management interfaces. RewriteCond %{REQUEST_URI} manage RewriteRule manage - [F] RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/https/host.domain.com:443/intranet/VirtualHostRoot/$1 [P,L]