Apache + SSL + Zope on Debian 3.0
I was wondering if anyone has any notes on how to make these all play nicely with each other. So far I have Apache and Zope playing well with Debian 3.0, but going with the HOWTO from the Zope site on including SSL in the picture, I am missing something (not sure just yet what it is either). For reference, we have Zope redirected to port 9080 which I think is part of my dilemma here. Thanks in advance. --- Crawford The I.T.E.C. Company P.M.B. 146 368 South McCaslin Boulevard Louisville, CO 80027 USA (303) 604-2550 (voice) (866) 604-2550 (toll free) (303) 664-0036 (fax) http://www.itec-co.com
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_pa... [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>
participants (2)
-
Crawford Rainwater -
Nicolas Romero