+-------[ Ken Ara ]---------------------- | We have a filesystem product with an edit method that | allows users to change some properties. At the end, | the user is redirected to the page from which they | came. | | Our setup has Squid in front on port 80, with Pound on | port 81 load-balancing to 3 ZEO clients. | | No matter how we define the redirect URL - even when | we hardcoded it explicitly with ':80' for test | purposes - the redirection is always to port 81. What | is going on?
Your rewrite rule (if any), is not traversing through your Virtual Host Monster correctly. -- Andrew Milton [EMAIL PROTECTED] _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
