/ Zope / Apsis / Pound Mailing List / Archive / 2004 / 2004-05 / Content Sensitivity

[ << ] [ >> ]

[ Pound Backend Config / "Alexander Meis" ... ] [ Problem with GET / "Alexander Meis" ... ]

Content Sensitivity
"Alexander Meis" <am(at)simoon.de>
2004-05-06 22:32:32 [ SNIP ]
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


RE: Content Sensitivity
John D <jwdavid(at)ibizvision.com>
2004-05-06 23:13:08 [ SNIP ]
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


MailBoxer