/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-02 / Problem with redirect and referencing

[ << ] [ >> ]

[ Lock Icon Missing in Browser Window for https / ... ] [ PidFile patch / Ondra Kepi Kudlik ... ]

Problem with redirect and referencing
Ondra Kudlik <kepi(at)orthank.net>
2005-02-08 08:24:33 [ SNIP ]
Good morning,

I am using pound for distributing pages between one php4 and one
php5 apache. A have only one IP address, so I am using virtual host
style.

My config seem similar to:

------

RewriteRedirect 0
ListenHTTP      82.208.4.119,80

UrlGroup    ".*"
        HeadRequire Host "(.*php4webone.*)|(.*php4webtwo.*)|(.*php4webthree.*)"
        BackEnd     127.0.0.1,8080,1
EndGroup
UrlGroup    ".*"
        HeadRequire Host "(.*php5webone.*)|(.*php5webtwo.*)|(.*php5webthree.*)"
        BackEnd     127.0.0.1,8081,1
EndGroup

-------

Problem: When I set redirect to php5 aPACHE from php4 apache (or
contrary) I got 404 Error page. Same think when I am including i.e.
image from php5 site in php4 site...  Also anchors between pages
from one apache to another dont work...

Thanks for any Idea how to solve this problem

-- 
 .''`. Ondra 'Kepi' Kudlik
: :' : Debian GNU/Linux User
`. `'
  `-   http://www.nosoftwarepatents.com/cz/m/intro/index.html 


MailBoxer