[Zope] Apache + SSL + Zope on Debian 3.0
Nicolas Romero
Nicolas.Romero@adp3i.fr
20 Nov 2002 08:54:24 +0100
>>>>> Crawford Rainwater <crawford.rainwater@itec-co.com> wrote:
Crawford> I was wondering if anyone has any notes on how to make these all play
Crawford> nicely with each other.
Yes, I do this and it works well.
Crawford> So far I have Apache and Zope playing well with Debian 3.0,
Crawford> but going with the HOWTO from the Zope site on including SSL
Crawford> in the picture, I am missing something (not sure just yet
Crawford> what it is either).
I don't remind anything special to say:
- install the apache-ssl deb package
- enable mod_rewrite in httpd.conf
- set the rewrite rules as indicated in the various HOWTOS:
NameVirtualHost your_ip_address
<VirtualHost your_ip_address:443>
SSLEnable
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) http://your_ip_address:9080/VirtualHostBase/https/your_site_name:443/your_path_to_the_site_inside_zope/VirtualHostRoot/$1 [p]
</VirtualHost>
- restart apache-ssl and zope
- and that's it !
Crawford> Thanks in advance.
You're welcome,
Crawford> --- Crawford
--
Nicolas Romero, ADP3i <http://www.adp3i.fr>