* "Stephan Goeldi" <[EMAIL PROTECTED]>

| >On a second thought: What I _really_  want (I think, unless someone
| >tells me differently :-) ) is a conditional ProxyPass, to tell apache
| >to redirect everything _unless_ the URI is /static (or something).
| 
| When you ProxyPass so:
| 
| ProxyPass /static/ http://www.website.com:80/static/
| ProxyPass /        http://www.website.com:8080/
| 
| It should work as you want. Keep the order (root is last line).

Seems simple enough. Thanks. Will try.
-- 
Jørn Helge B. Dahl
http://falch.net


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to