Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-11 Thread Marat Khalili
If your upgrade procedure is indeed "a second", I'd try to DROP with iptables SYN packets from proxy to appserver for this period, proxy will likely retry connection attempts. Depends on many factors, but at least worths a try. > Where can I request that feature to be considered for adding? On

[users@httpd] Apache Unable to reinitiate connection after application server's ip change.

2018-02-11 Thread Naveen Nandyala - Vendor
Hello All, I'm using Apache as my Webserver and we have Tomcat and Websphere as our application servers. We are making an IP change on application servers. On our application servers we don't specify any IP address in any of Tomcat or Websphere configuration. We only specify

[users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Naveen Nandyala - Vendor
Thank you Eric, I’ve added below values and I see below error message in logs. [Sun Feb 11 18:26:32.055662 2018] [ssl:error] [pid 43131:tid 140388278904576] [remote X:xxx] AH02039: Certificate Verification: Error (19): self signed certificate in certificate chain [Sun Feb

Re: [users@httpd] apache 2.4 and python

2018-02-11 Thread Frank Gingras
You should use mod_wsgi instead. The last release of mod_python is over three years old. On Sun, Feb 11, 2018 at 2:41 PM, David Mehler wrote: > Hello, > > I'm trying to get mod python 3.5 working with apache 2.4. I keep > getting an error on the PythonHandler line. I've

Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-11 Thread Yves Goergen
From getting zero replies I think this isn't possible with Apache. Where can I request that feature to be considered for adding? It can increase the availability of websites. Doesn't that sound interesting? What solutions do you have for this issue? Or am I just thinking too small and

[users@httpd] apache 2.4 and python

2018-02-11 Thread David Mehler
Hello, I'm trying to get mod python 3.5 working with apache 2.4. I keep getting an error on the PythonHandler line. I've got python 3.5 installed, and mod_python 3.5 with apache 2.4, they are not talking to each other. Any ideas? Thanks. Dave.

Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Eric Covener
On Sun, Feb 11, 2018 at 1:50 PM, Naveen Nandyala - Vendor < naveen.nandy...@walmart.com> wrote: > Yep, I’m looking for trust between my webserver and Appserver w/o client > authentication. I’m not worried about trust between my web browser and > webserver as I’m not looking for that now. >

[users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Naveen Nandyala - Vendor
Yep, I’m looking for trust between my webserver and Appserver w/o client authentication. I’m not worried about trust between my web browser and webserver as I’m not looking for that now. Warm Regards, Naveen Kumar Reddy N IBM Middleware WAS-MQ Tower Lead ( WalMart ) Toll Free Number -

Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Eric Covener
On Sun, Feb 11, 2018 at 1:33 PM, Naveen Nandyala - Vendor < naveen.nandy...@walmart.com> wrote: > On Apache I’m using 3rd party signed certificate. And I’ve added Apache > root certificate to WAS truststore to trust my Apache. Similar way I want > to add my WAS certificate to Apache to trust my

[users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Naveen Nandyala - Vendor
On Apache I’m using 3rd party signed certificate. And I’ve added Apache root certificate to WAS truststore to trust my Apache. Similar way I want to add my WAS certificate to Apache to trust my Application server. On WAS end I’m having a self-signed certificate. Below two parameters determine

Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Eric Covener
On Sun, Feb 11, 2018 at 12:47 PM, Naveen Nandyala - Vendor < naveen.nandy...@walmart.com> wrote: > Hi, > > > > I’m using Apache HTTP server as a webserver and Websphere > application server as an Application server. Apache is using Proxy to > redirect requests from Apache to

[users@httpd] Mutual authentication between Apache HTTP server and an application server.

2018-02-11 Thread Naveen Nandyala - Vendor
Hi, I'm using Apache HTTP server as a webserver and Websphere application server as an Application server. Apache is using Proxy to redirect requests from Apache to Websphere. On my websphere side security is enabled, and its looking for mutual authentication. Could you please

Re: [users@httpd] Spurious access denied errors

2018-02-11 Thread Eric Covener
On Sun, Feb 11, 2018 at 4:56 AM, Daniel wrote: > what if? > > The way I see it you are the admin and supposed to set up a correct > documentroot, there are not "what if" for things under your control > imo. > > About the internals probably some knowledgeable dev can tell you

Re: [users@httpd] Spurious access denied errors

2018-02-11 Thread Daniel
what if? The way I see it you are the admin and supposed to set up a correct documentroot, there are not "what if" for things under your control imo. About the internals probably some knowledgeable dev can tell you much better than I, but afaik DocumentRoot is always checked because it is "where