Re: [users@httpd] Proxy pass settings

2020-06-15 Thread Rainer Canavan
On Fri, Jun 12, 2020 at 5:02 AM Niranjan Rao wrote: > [...] Example could be > > https://myserver/uat/app1 > https://myserver/qa/app1 > > > Earlier I have tried just https://myserver/app1 and it works correctly. > But now I want to add environment to it. Applications don't know they > are proxied

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

[users@httpd] Proxy Pass & Caching

2015-12-18 Thread Gibran Akram
Hi, I was just out experimenting with Proxy Pass, this is a XAMPP 5.6.3 installation. I noticed that once we setup the proxy pass for certain apps (deployed on the same EC2 instance), any changes made to the php pages don't reflect immediately. Restarts etc. don't help. I tried commenting out the

Re: [users@httpd] Proxy pass fails with Spring Security

2015-05-19 Thread Eric Covener
On Mon, May 18, 2015 at 11:59 PM, Reid Watson wrote: > I don’t have direct access the backend server but would like to know if > someone has come across a similar issue ? Bad redirect or cookie path/domain? See ProxyPassReverse* -- Eric Covener cove...@gmail.com -

[users@httpd] Proxy pass fails with Spring Security

2015-05-18 Thread Reid Watson
Hi Everyone, I was hoping someone could shed some light on the issue I’m receiving Issue Proxy pass to https://uccx-pri.auckland.ac.nz:8444/cuic/j_spring_security_check timeouts / hangs with a connection issue Log Snippet Access Log uccx-reports.dev.auckland.ac.nz: 127.0.0.1 - - [15/Ma

Re: [users@httpd] Proxy pass

2015-01-22 Thread Yann Ylavic
Hi, On Wed, Jan 21, 2015 at 7:25 PM, Chris Arnold wrote: [...] > > [Wed Jan 21 12:50:06.641654 2015] [ssl:info] [pid 3229] [remote > 192.168.123.200:8443] AH02003: SSL Proxy connect failed > [Wed Jan 21 12:50:06.641719 2015] [ssl:info] [pid 3229] SSL Library Error: > error:100AE081:elliptic cur

Re: [users@httpd] Proxy pass

2015-01-22 Thread Hendrik Schmieder
Chris Arnold schrieb: From: Chris Arnold Sent: Tuesday, January 20, 2015 9:07 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Proxy pass Is there something extra for this to work on Apache 2.4.10? Compared to what previous level? LogLevel

Re: [users@httpd] Proxy pass

2015-01-21 Thread Chris Arnold
On Jan 21, 2015, at 3:34 PM, Rodrigo Cunha wrote: > > Hi, > what is your enviroment layout ? > SSL which webproxy or ssl in apache withou webproxy? Not sure I understand your second question but I will see if the answer to your first question is of any help: 1 internet facing Apache 2.2.12 ser

Re: [users@httpd] Proxy pass

2015-01-21 Thread Rodrigo Cunha
ubject: RE: [users@httpd] Proxy pass > > > Is there something extra for this to work on Apache 2.4.10? > > >>Compared to what previous level? LogLevel rewrite:trace8 and the > >>error log would be a big help. > > [Wed Jan 21 12:50:06.446776 2015] [ssl:info] [pid 3225

RE: [users@httpd] Proxy pass

2015-01-21 Thread Chris Arnold
From: Chris Arnold Sent: Tuesday, January 20, 2015 9:07 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Proxy pass > Is there something extra for this to work on Apache 2.4.10? >>Compared to what previous level? LogLevel rewrite:trace

RE: [users@httpd] Proxy pass

2015-01-20 Thread Chris Arnold
> Is there something extra for this to work on Apache 2.4.10? >>Compared to what previous level? LogLevel rewrite:trace8 and the >>error log would be a big help. Debug says: [Tue Jan 20 19:32:05.772494 2015] [reqtimeout:info] [pid 7091] [client 192.168.123.165:51763] AH01382: Request header re

Re: [users@httpd] Proxy pass

2015-01-19 Thread Eric Covener
On Mon, Jan 19, 2015 at 2:33 PM, Chris Arnold wrote: > Is there something extra for this to work on Apache 2.4.10? Compared to what previous level? LogLevel rewrite:trace8 and the error log would be a big help. -- Eric Covener cove...@gmail.com

[users@httpd] Proxy pass

2015-01-19 Thread Chris Arnold
Apache 2.4.10. This use to work: a request from https://share.domain.tld would find our Apache server. Apache would pass it to the tomcat app running on the same server port 8443. Since going to Apache 2.4.10, this no longer works. Here is the vhost: This rewrites https://share.anydomain.tld

Re: [users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-31 Thread Nick Kew
de Groot, Peter wrote: > > Apologies .. I explained it badly ... I will try again. > > I have an internal web site ... > >http://ms-weather.egshs.local > > Within this internal web site I have links like > > http://ms-weather.egshs.local/Doc$1/Destination.htm T

RE: [users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-31 Thread de Groot, Peter
Apologies .. I explained it badly ... I will try again. I have an internal web site ... http://ms-weather.egshs.local Within this internal web site I have links like http://ms-weather.egshs.local/Doc$1/Destination.htm I am trying to make the internal web site

RE: [users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread Boyle Owen
> -Original Message- > From: de Groot, Peter [mailto:[EMAIL PROTECTED] > Sent: Montag, 30. Mai 2005 11:46 > To: users@httpd.apache.org > Cc: [EMAIL PROTECTED] > Subject: [EMAIL PROTECTED] Proxy pass and proxy pass reverse > problem with $ > > > > > Apologies ... Putty cut and past prob

[users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread de Groot, Peter
Apologies ... Putty cut and past problem with previous ;-( Please help. I am using proxypass and proxypassreverse to try and redirect People to my internal web site Website is http://egshs.wa.edu.au/weather Extract RewriteEngine on RewriteLog "/var/log/http

[users@httpd] Proxy pass and proxy pass reverse problem with $

2005-05-30 Thread de Groot, Peter
Please help. I am using proxypass and proxypassreverse to try and redirect People to my internal web site Website is http://egshs.wa.edu.au/weather Extract RewriteEngine on RewriteLog "/var/log/httpd/rewrite.log" Rewriteloglevel 4 RewriteRule^/weather