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
|