Re: [users@httpd] Load balancing based on header value

2016-03-30 Thread Niranjan Rao
, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niranjan, On 3/30/16 2:15 PM, Niranjan Rao wrote: Greetings, My first post to this mailing list. I have apache2 load balancing working perfectly based on session affinity. Traffic does get directed properly to appropriate tomcat

[users@httpd] Load balancing based on header value

2016-03-30 Thread Niranjan Rao
Greetings, My first post to this mailing list. I have apache2 load balancing working perfectly based on session affinity. Traffic does get directed properly to appropriate tomcat server. We are trying to use same servers to serve some REST API calls. These calls don't have a session,

[users@httpd] Transaction/request token

2020-10-15 Thread Niranjan Rao
Greetings, On Ubuntu 20.04, apache version 2.4.29. I did obvious google searches, but may be I am missing right search terms and hence request for the help. We have bunch of services on back end servers and we use Apache proxy pass and related stuff. This all works perfectly and as

[users@httpd] Proxy issue

2020-08-28 Thread Niranjan Rao
Greetings Apache 2,4.29 on Ubuntu 18.04. I had some trouble with proxy settings and struggled with it for two days. Enabled trace5 level logging and finally got the source tarball for my version and reasoned out the log entries to figure out the issue. Now I am trying to understand whether

[users@httpd] Recommended best practices or guides

2020-09-29 Thread Niranjan Rao
Greeting, On Ubuntu 18.04, Apache version 2.4.29, all packages installed from standard repositories and no customization. We have a need to allow certain group of people to perform operations such as start/stop/reload etc. Traditionally these operations are performed using sudo command

[users@httpd] Programmatic access to balancer manager

2020-09-24 Thread Niranjan Rao
Greetings, On Apache 2.4.18, Ubuntu. I am looking for a way to access balancer manager programmatically. I tried searching around, but could not find any officially documented API or interfaces. We are a small organization hosted in AWS. Sometimes we have a need to add/remove a load

Re: [users@httpd] Programmatic access to balancer manager

2020-09-25 Thread Niranjan Rao
at the HTML of the balancer manager page. On Sep 24, 2020, at 2:18 PM, Nick Folino <mailto:n...@folino.us>> wrote: Changes made in balancer-manager do not require a restart to take effect.  You might try Python/Beautiful Soup for programmatic access. Nick On Thu, Sep 24, 2020 at 12:11 PM

[users@httpd] Proxy pass settings

2020-06-11 Thread Niranjan Rao
Greetings, I have spent two days trying various settings and googling for solution for last two days, of course no luck yet. I want to expose two servers using proxy pass. I have done some proxy pass settings earlier and in those cases it worked smoothly. For the purpose of discussion

[users@httpd] Configuring proxy pass

2021-02-09 Thread Niranjan Rao
Greetings, Server version: Apache/2.4.29 (Ubuntu). I am trying to configure proxy pass and combination rewrite rules and can't get it write. Please help me if possible. I have used proxypass module many times, but this is the first time I am trying to configure it in such a way. I have