On 16/06/17 03:55 AM, Prarthana Agwania wrote:
Greetings,
We have a requirement to package Apache httpd server together with
mod_jk 1.2.42 and distribute it to customers.
Our application is hosted on Tomcat which needs to be load balanced. We
tried the topology where in Apache httpd server ac
On 16/06/17 10:53 PM, David Mehler wrote:
Hello,
I'm doing a config rewrite. I'm using apache 2.4. If someone who does
security could give my setup a check from a security perspective i'd
appreciate it.
I'm also wondering in particular about my cache setup and virtual
hosts. There's a lot of re
On Sat, Jun 17, 2017 at 4:27 PM, Olivier Mallassi
wrote:
> BalancerMember h2://localhost:8081
I suggest re-reading Stefan's reply.
--
Eric Covener
cove...@gmail.com
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache
thanks for the help but it does not seem to be this.
my proxy config (extract) is minmum
ProxyPass / balancer://mycluster/
ProxyPassReverse / balancer://mycluster/
BalancerMember h2://localhost:8081
note that everything is running on the same machine for now.
In the httpd error_log, I se
Hi,
do you talk http: or https: to the backend? h2://mybackend is for the SSL case,
for unencrypted calls, use h2c://mybackend.
Maybe that is the problem?
-Stefan
> Am 17.06.2017 um 15:26 schrieb Olivier Mallassi :
>
> Hello all
>
> We are trying to use the mod_proxy_http2 of httpd. Our use
Hello all
We are trying to use the mod_proxy_http2 of httpd. Our use case is for now
"simple"
- multiple backedns (configured in HTTP2)
- one httpd acting as proxy
-- mod_proxy_http2 is activated
-- we use the Balancer directive to load balanced accross backends
(round-robin)
- the client is a cur