Alex,
You can do this via your UrlGroup directives. There is an example at the bottom
of the man page:
-----------------------------------------------
ListenHTTP 123.123.123.123,80
# Images server(s)
UrlGroup ".*.(jpg|gif)"
BackEnd 192.168.0.12,80,1
EndGroup
# Block all requests for /forbidden
UrlGroup "/forbidden.*"
EndGroup
# Catch-all server(s)
UrlGroup ".*"
BackEnd 192.168.0.10,80,1
BackEnd 192.168.0.11,80,1
Session BASIC 300
EndGroup
-----------------------------------------------
Hope this helps.
John D.
********** Original Email *********
** To: <pound(at)apsis.ch>
** From: "Alexander Meis" <am(at)simoon.de>
** Date: Thu, 6 May 2004 22:32:32 +0200
**********
Hi....
is there a way to use the clustering in an content sensitiv way, for example
getting .*.jpg and *.gif form another server than *.php.
Thanks for helping.
Greetings
Alex
|