/ Zope / Apsis / Pound Mailing List / Archive / 2004 / 2004-09 / vhost as backend

[ << ] [ >> ]

[ 500 Internal Server Error / "John ... ] [ controlling pound work / Soeren Marnitz ... ]

vhost as backend
"Alexander Meis" <am(at)simoon.de>
2004-09-07 14:21:07 [ FULL ]
Hi....

is it possible ho have an vhost as backend?
i got one imageserver but i need to get data from 2 vhosts on that server 
depending on the url which is requested.

UrlGroup "/(img|pictures)/.+\.(jpg|gif)$"
BackEnd 213.131.250.44,80,1
EndGroup

if there sit something like
UrlGroup "(banner.test.de)/.+\.(jpg|gif)$"
BackEnd banner.foo.de,80,1 #which is on the 213.131.250.44 but a different 
vhost
EndGroup

is this possible to get it working?

Thanks

Alex

RE: vhost as backend
"John Hansen" <john(at)oztralis.com.au>
2004-09-07 14:38:49 [ FULL ]
> is it possible ho have an vhost as backend?[...]

Yes,

UrlGroup "/(img|pictures)/.+\.(jpg|gif)$"
HeadRequire Host "banner\.test\.de"
BackEnd 213.131.250.44,80,1
EndGroup


... John

MailBoxer