Re: Multiple Switching

2013-06-11 Thread Nenad Merdanovic
Hello, Have you tried moving the regrep lines to the backend sections of the appropriate backends, ie. reqrep ^([^\ ]*)\ /static1/(.*) \1\ /\2 will go to the backend bk_web_82 section. On 06/10/2013 06:45 PM, Chris Brazier wrote: frontend httpweb mode http option http-server-close bind

Multiple Switching

2013-06-10 Thread Chris Brazier
Hi, I am hoping someone can help me. I am trying to use both path_beg and regrep at the same time, but it is not working. My config is as follows: frontend httpweb mode http option http-server-close bind :80 acl p_static1 path_beg /static1/ acl p_static2 path_beg /static2/ reqrep ^([^\ ]*)\