14 May
2004
14 May
'04
5:40 a.m.
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/VirtualHostR... [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/