Re: [users@httpd] proxying content to another server

2016-01-26 Thread Daniel
Try with "always" Requestheader always... El lun., 25 de ene. de 2016 19:36, Rose, John B escribió: > We tried this, but does not seem to be working. We do have mod_header > installed and loaded Š > > RequestHeader set Host "www.newurl.com" > > > Is something else required?

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
ailto:users@httpd.apache.org>> Date: Tuesday, January 26, 2016 6:59 AM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] proxying content to another server Try with &qu

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
ailto:users@httpd.apache.org>> Date: Tuesday, January 26, 2016 11:07 AM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] proxying content to another server It seems

Re: [users@httpd] proxying content to another server

2016-01-25 Thread Rose, John B
We tried this, but does not seem to be working. We do have mod_header installed and loaded Š RequestHeader set Host "www.newurl.com" Is something else required? Thanks On 1/22/16 3:50 PM, "Eric Covener" wrote: >On Fri, Jan 22, 2016 at 3:40 PM, Rose, John B

Re: [users@httpd] proxying content to another server

2016-01-22 Thread Eric Covener
On Fri, Jan 22, 2016 at 3:58 PM, Rose, John B wrote: > Just removing "ProxyPassReverse" seems to work. What should removing it > impact? The Location header in redirects from the backend won't have the frontend host/port/path substituted on their way out -- Eric Covener

[users@httpd] proxying content to another server

2016-01-22 Thread Rose, John B
Is there a way to proxy content to another server via htaccess? After experimenting with this ... https://httpd.apache.org/docs/trunk/rewrite/proxy.html We found ProxyPassReverse cannot reside in an htaccess file Thanks

Re: [users@httpd] proxying content to another server

2016-01-22 Thread Eric Covener
On Fri, Jan 22, 2016 at 3:40 PM, Rose, John B wrote: > We found ProxyPassReverse cannot reside in an htaccess file You can probably accomplish similar in htaccess with Header always edit Location ... - To

Re: [users@httpd] proxying content to another server

2016-01-22 Thread Rose, John B
"Header always edit Location"? Not clear what that means. Just removing "ProxyPassReverse" seems to work. What should removing it impact? On 1/22/16 3:50 PM, "Eric Covener" wrote: >On Fri, Jan 22, 2016 at 3:40 PM, Rose, John B wrote: >> We found