On Fri, Mar 1, 2019, 9:20 PM Paweł Cholewiński Hello,
>
>
> I configured proxy with proxy loadbalancer to route traffic to backend
> application servers.
>
> Balancer members do not detect the unavailability of the backend
> (downtime) and directs traffic to the broken node. As a result, users are
On Wed, March 6, 2019 16:38, Eric Covener wrote:
>> According to
>> http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass
>> , rules are processed in order of configuration, so more specific URLs
>> should come first. But requests to http://myserver/somepath/ are going
>> to
>> the second,
On Wed, Mar 6, 2019 at 10:29 AM Tilman Koschnick wrote:
>
> Hi,
>
> I've set up Apache as a reverse proxy for two different backends, via
> mod_proxy_uwsgi and mod_proxy_http, respectively.
>
> My setup looks like:
>
>
> ProxyPass http://localhost:8000/ retry=0
> ProxyPassReverse http://l
Hi,
I've set up Apache as a reverse proxy for two different backends, via
mod_proxy_uwsgi and mod_proxy_http, respectively.
My setup looks like:
ProxyPass http://localhost:8000/ retry=0
ProxyPassReverse http://localhost:8000/somepath/
ProxyPass uwsgi://localhost:8001/ retry=0
Dear Apache Enthusiast,
(You’re receiving this because you are subscribed to one or more user
mailing lists for an Apache Software Foundation project.)
TL;DR:
* Apache Roadshow DC is in 3 weeks. Register now at
https://apachecon.com/usroadshowdc19/
* Registration for Apache Roadshow Chicago is
On Wed, Mar 6, 2019, 9:18 AM Khandelwal, Ankit <
ankit.k.khandel...@tatatechnologies.com wrote:
> Hello,
>
>
>
> I need help in configuring email alert for errors faced by users during
> load balancer calls. Is there something in Apache Load balancer
> configuration to achieve on windows server.
>