alexwilliams


Member since 2007

10 snippets

9312 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

alexwilliams's Recent Snippets



« Prev 1 Next »
This line can be added to 'backend', 'frontend', 'listen' directives in the HAProxy config. It will redirect all requests for /books/mysql to /books.php?title=mysql
0 2661 posted 17 years ago by alexwilliams
In this example: *rewrite urls from domain.com to www.domain.com* This is somewhat documented elsewhere, but not very well, so here's an example on how to perform simple URL rewriting with HAProxy (instead of using mod_rewrite with apache)....
0 1947 posted 17 years ago by alexwilliams
How to send load-balanced requests to a web cluster and split the requests to different server pools based on specific ACL rules. This configuration sends files ending with .php to a pool of "dynamic" web servers (running Apache). It sends all...
0 1661 posted 17 years ago by alexwilliams
« Prev 1 Next »