I want to use Apache HTTPd as a proxy:
If the user requests http://xxx?st=yyy , the selected backend server must be server1 . If the user requests http://xxx (there is no st parameter), then the server server must be server2 .
I want to know how I need to configure Apache to achieve this.
source share