>Does anyone know if it's possible to rotate/alternate between two
>files for the same given request path, using just httpd?
It might be a cleaner implementation if you use relayd(8) to load balance
requests, there's also relayctl(8) which you could use to gather diagnostics,
etc.
Personally, I
Does anyone know if it's possible to rotate/alternate between two
files for the same given request path, using just httpd?
For example, I want to split test two pages: /test/A & /test/B. I would
like to serve half of the traffic to each for the request path /test/.
Ideally, I would like to do an
2 matches
Mail list logo