5 Jan
2004
5 Jan
'04
11:18 p.m.
On Mon, 2004-01-05 at 14:02, Cynthia Kiser wrote:
And Apache question I realize, but is there a way to write the proxy statements so that everything EXCEPT /mydir gets proxied to Zope and /mydir content gets served directly from Apache?
Sure... but you'll probably want to use rewriterule for this instead of proxypass. Put any specific rules first and the fall-through rule last. HTH, Dylan