Re: [Zope] help with url rewriting

2005-11-15 Thread Chris Withers
Faheem Mitha wrote: Turns out the problem was indeed with the Proxy, I had to change to Allow from all inside the proxy.conf, to enable reverse proxying. Order deny,allow #Deny from all #Allow from .your_domain.com Allow from all I'm n

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Fri, 11 Nov 2005, Faheem Mitha wrote: 6) I was wondering if there might be something wrong with the Proxy thing. I've kept proxy.conf at the Debian defaults. Included below. In particular ProxyRequest are off, but another Debian machine I have access to works fine with that setting. Tu

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Sat, 12 Nov 2005, Tino Wildenhain wrote: Am Samstag, den 12.11.2005, 03:26 -0500 schrieb Faheem Mitha: Which pages beside the introductional page and the docs? The pages in the Document Root work fine. That is, the pages at http://yourserver, which correspond to /var/www/html and https

Re: [Zope] help with url rewriting

2005-11-12 Thread Tino Wildenhain
Am Samstag, den 12.11.2005, 03:26 -0500 schrieb Faheem Mitha: > > On Sat, 12 Nov 2005, Tino Wildenhain wrote: > > [snip] > >> 5) Here are the mods I have enabled. > > ... > >>Alias /doc/ "/usr/share/doc/" > >> > >>Options Indexes MultiViews FollowSymLinks > >>AllowOverride None

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Sat, 12 Nov 2005, Tino Wildenhain wrote: [snip] 5) Here are the mods I have enabled. ... Alias /doc/ "/usr/share/doc/" Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all ^ <--- and

Re: [Zope] help with url rewriting

2005-11-12 Thread Tino Wildenhain
Am Freitag, den 11.11.2005, 23:45 -0500 schrieb Faheem Mitha: > > On Fri, 11 Nov 2005, Faheem Mitha wrote: > > > ... > The main error is > > [Fri Nov 11 18:51:56 2005] [error] [client client_ip_address] > client denied by server configuration: ^^ This means Apache, not Zope > pro

Re: [Zope] help with url rewriting

2005-11-11 Thread Faheem Mitha
On Fri, 11 Nov 2005, Faheem Mitha wrote: On Fri, 11 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: Why not just: /plone(.*) This is the way to go, I don't know what Sascha meant when he was talking about "2 rules". However, he did have a very good point about SSL. If you want Ap

Re: [Zope] help with url rewriting

2005-11-11 Thread Faheem Mitha
On Fri, 11 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: Why not just: /plone(.*) This is the way to go, I don't know what Sascha meant when he was talking about "2 rules". However, he did have a very good point about SSL. If you want Apache to do the SSL encryption and decryption

Re: [Zope] help with url rewriting

2005-11-11 Thread Chris Withers
Faheem Mitha wrote: Why not just: /plone(.*) This is the way to go, I don't know what Sascha meant when he was talking about "2 rules". However, he did have a very good point about SSL. If you want Apache to do the SSL encryption and decryption, then you need to set up mod_ssl, sort out t

Re: [Zope] help with url rewriting

2005-11-10 Thread Faheem Mitha
On Wed, 9 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: the log says [Wed Nov 09 03:30:26 2005] [error] [client ...] client denied by server configuration: This means you likely need to find something else in your apache.conf that's causing this problem... RewriteRule ^/plone

Re: [Zope] help with url rewriting

2005-11-10 Thread Sascha Welter
(Wed, Nov 09, 2005 at 10:41:32AM -0500) [EMAIL PROTECTED] wrote/schrieb/egrapse: > From: Faheem Mitha <[EMAIL PROTECTED]> > ... > I running Apache 2.0 and Zope 2.7 on Debian Sarge. I've configured a zope > (Plone) instance located /var/lib/zope2.7/instance/dulci. > > This can be accessed via > h

Re: [Zope] help with url rewriting

2005-11-09 Thread Chris Withers
Faheem Mitha wrote: the log says [Wed Nov 09 03:30:26 2005] [error] [client ...] client denied by server configuration: This means you likely need to find something else in your apache.conf that's causing this problem... RewriteRule ^/plone(/.*)?$ That's odd.. Why not just: /plon