[Zope] Rewrite problem
Jamie Heilman
jamie at audible.transient.net
Fri May 14 01:40:32 EDT 2004
Sam Bright wrote:
> I want apache to answer everything except when an url goes to /blog
...
> RewriteRule ^/(.*) http://127.0.0.1:8080/VirtualHostBase/http/myservername:80/blog/VirtualHostRoot/_vh_blog/$1 [L,P]
If you only want Zope to handle /blog* then the above should be
RewriteRule ^/blog(.*) http://127.0.0.1:8080/Virtua...
> I turned mod_proxy on with:
> <IfModule mod_proxy.c>
> ProxyRequests On
No. What on earth made you think that was necessary? Its not, remove
it. You don't need to change any mod_proxy directives except for
*maybe* the ProxyVia directive.
--
Jamie Heilman http://audible.transient.net/~jamie/
More information about the Zope
mailing list