Re: [EMAIL PROTECTED] problem using Apache with Zope

2005-11-12 Thread Faheem Mitha
Hi, Thanks for your reply. On Sat, 12 Nov 2005, Joshua Slive wrote: On 11/12/05, Faheem Mitha <[EMAIL PROTECTED]> wrote: Order deny,allow Deny from all #Allow from .your_domain.com I didn't read your problem report in

Re: [EMAIL PROTECTED] problem using Apache with Zope

2005-11-12 Thread Joshua Slive
On 11/12/05, Faheem Mitha <[EMAIL PROTECTED]> wrote: > > Order deny,allow > Deny from all > #Allow from .your_domain.com > I didn't read your problem report in detail, but if you want to proxy requests, you're not going to hav

[EMAIL PROTECTED] problem using Apache with Zope

2005-11-11 Thread Faheem Mitha
Dear People, I'm having some problems with using Apache as a proxy with Zope/Plone. I'm trying to get urls of the form http://machine_name/test_plone and https://machine_name/test_plone to redirect to my test Plone site at machine_name:9673/test_plone via SSL. However, I have not been su