RE: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-31 Thread Administrator
@httpd.apache.org | Cc: 'Neil A. Hillard' | Subject: RE: [EMAIL PROTECTED] Apache2 & ProxyPass | | Hi Neil, | | Thanks - I tried that, and I get a 404 from it. I had: | | RewriteEngine On | RewriteRule ^/zope$ /zope/ [R] | | At the start of the set of rules I posted (before the | ''

RE: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-30 Thread Administrator
al Message- | From: Neil A. Hillard [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 30, 2005 12:59 PM | To: users@httpd.apache.org | Subject: Re: [EMAIL PROTECTED] Apache2 & ProxyPass | | Hi, | | > Is there a workaround for this? I prefer the first | Location statement | > (to | > /zope

Re: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-30 Thread Neil A. Hillard
Hi, Is there a workaround for this? I prefer the first Location statement (to /zope/) but I can't find out how to get the "/zope" locations to work. I've tried several sets of rules for rewriting "/zope" to "/zope/", and they were all either rejected as syntax errors, or just didn't work. Hel