how to forward the remote clients IPs to web servers behind HAProxy ??
@imfunatparties9463 Жыл бұрын
How much performance hit do complex acls make
@HAProxyTechnologies Жыл бұрын
HAProxy has been optimized for parsing ACLs. For example, its Elastic Binary Trees data structure makes string matching and IP address matching fast, able to parse millions of entries quickly. Matching regular expressions could add some time. As always, the best advice I can give is run a performance test before and after adding the ACL! More information on ACLs is available on our blog: www.haproxy.com/blog/introduction-to-haproxy-acls
@kimsuor3 жыл бұрын
when i try with this sample it can not access path api, it error authorization path error code 401 , why it error like this
@HAProxyTechnologies3 жыл бұрын
Too difficult to guess without more information. Can you take your question to the haproxy.slack.com/ ?
@vanhussen Жыл бұрын
My app location folder on /var/www/html/app1 How to configure this on ha proxy?
@PalleMikkelsen Жыл бұрын
HAProxy points to another webserver (could be on the same machine) so you would confiure that in your webserver and point HAProxy on the name that server listens on.
@vanhussen Жыл бұрын
@@PalleMikkelsen Can you share a link how to configure it as intended? Please help, thank you
@default_youtube_profile3 жыл бұрын
Where is path_end defined?
@HAProxyTechnologies3 жыл бұрын
path_end is built into HAProxy as a predefined fetch method. www.haproxy.com/documentation/hapee/latest/onepage/#7.3.6-path