Re: [users@httpd] RE: Can I use If condition against custom header name that my request is passing in Apache 2.4

2019-01-24 Thread Naveen Nandyala
* Cannot parse condition clause: Unterminated string or variable \n Did you try terminating your string? Check your syntax. Matt. From: Naveen Nandyala [mailto:naveen.nandya...@walmart.com.INVALID] Sent: Friday, 25 January 2019 9:00 AM To: users@httpd.apache.org Subject: [users@httpd] Can I use If

[users@httpd] Can I use If condition against custom header name that my request is passing in Apache 2.4

2019-01-24 Thread Naveen Nandyala
We are using Apache 2.4.12, I’m working to set a host in header based on header value passed in my request, was wondering if I can use IF statement to get the same, Request hitting my Apache server is having a header with header name “X-Proxy” and header value is Set to “Torbit”. When this requ

Re: [users@httpd] RE: Updating Response url from Apache

2019-01-15 Thread Naveen Nandyala
. Naveen Reddy Senior Systems Engineer Middleware Webservices – Cloud Middleware Strati PaaS – Core Foundations Cell: 479 321 4679 naveen.nandya...@walmart.com<mailto:naveen.nandya...@walmart.com> From: Naveen Nandyala Reply-To: "users@httpd.apache.org&quo

Re: [users@httpd] RE: Updating Response url from Apache

2019-01-14 Thread Naveen Nandyala
be other approaches, but one method is to configure the www.external.com server as a reverse proxy. This assumes you have control of the web server running on www.external.com. Matt. From: Naveen Nandyala [mailto:naveen.nandya...@walmart.com.INVALID] Sent: Monday, 14 January 201

[users@httpd] Updating Response url from Apache

2019-01-13 Thread Naveen Nandyala
Hello Team, We are currently using application internal to our network using something like below www.internal.com//menu.jsp We are working to expose our application to external users we use an additional component Adobe Experience manager for accessing application which append

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

2018-02-16 Thread Naveen Nandyala - Vendor
mail.com] Sent: Monday, February 12, 2018 2:43 PM To: users@httpd.apache.org Subject: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. On Mon, Feb 12, 2018 at 7:38 PM, Naveen Nandyala - Vendor wrote:> > When using Apache + Proxy + WAS &

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

2018-02-12 Thread Naveen Nandyala - Vendor
t: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. On Mon, Feb 12, 2018 at 7:38 PM, Naveen Nandyala - Vendor wrote:> > When using Apache + Proxy + WAS > > Browser --> Apache --> Proxy --> WAS Apache and Proxy are the same inst

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

2018-02-12 Thread Naveen Nandyala - Vendor
2, 2018 at 6:36 PM, Yann Ylavic wrote: > On Mon, Feb 12, 2018 at 5:16 PM, Naveen Nandyala - Vendor > wrote: >> >> Below is my vhose entry. >> >> >> ServerName Virtual:443 >> SetEnv vhostname virtual >> Header add Set-Cookie "ROUTEID

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

2018-02-12 Thread Naveen Nandyala - Vendor
: Eric Covener [mailto:cove...@gmail.com] Sent: Monday, February 12, 2018 12:20 PM To: users@httpd.apache.org Subject: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. On Sun, Feb 11, 2018 at 12:47 PM, Naveen Nandyala - Vendor mailto:naveen.nandy

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

2018-02-12 Thread Naveen Nandyala - Vendor
9:54 AM To: users@httpd.apache.org Subject: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. Hi, On Mon, Feb 12, 2018 at 2:25 PM, Naveen Nandyala - Vendor wrote:> > [Mon Feb 12 07:22:12.631833 2018] [ssl:warn] [pid 21729:tid > 139998

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

2018-02-12 Thread Naveen Nandyala - Vendor
ttpd.apache.org Subject: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. Hi, On Mon, Feb 12, 2018 at 1:30 AM, Naveen Nandyala - Vendor wrote: > > /tmp/was.crt was created as below. > > Extracted root certificate from WAS. > Converte

[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 se

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

2018-02-11 Thread Naveen Nandyala - Vendor
cation server. On Sun, Feb 11, 2018 at 1:50 PM, Naveen Nandyala - Vendor mailto: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

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

2018-02-11 Thread Naveen Nandyala - Vendor
:39 PM To: users@httpd.apache.org Subject: EXT: Re: [users@httpd] Mutual authentication between Apache HTTP server and an application server. On Sun, Feb 11, 2018 at 1:33 PM, Naveen Nandyala - Vendor mailto:naveen.nandy...@walmart.com>> wrote: On Apache I’m using 3rd party signed certifica

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

2018-02-11 Thread Naveen Nandyala - Vendor
etween Apache HTTP server and an application server. On Sun, Feb 11, 2018 at 12:47 PM, Naveen Nandyala - Vendor mailto: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

[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 h