@abbas.ali wrote:
I have configured HAProxy as below:
acl has_env_appslogs path_beg -i /test use_backend backend_env_pool_appslogs if has_env_appslogs backend backend_env_pool_appslogs server env_APP_Logs_2 <hostname>:9999 checkwhen I browse https://<haproxy_host>/test it brings me to the backend server’s login page.
After entering user & pass in the login page … it generates a HTTP POST request to https://<haproxy_host>/login …. which can’t handle HAProxy. It says below:
[ 503 Service Unavailable
No server is available to handle this request.]How can I handle this in HAProxy [Like in the middle of backend server communication] ?
Similar request : Rewrite urls for response with absolute urls
Posts: 1
Participants: 1