Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
On 1/29/2019 2:19 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019, 14:16 Jerry Malcolm wrote: On 1/29/2019 12:31 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm mailto:techst...@malcolms.com>> wrote: I'm running

Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread William A Rowe Jr
On Tue, Jan 29, 2019, 14:16 Jerry Malcolm On 1/29/2019 12:31 PM, William A Rowe Jr wrote: > > On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm > wrote: > >> I'm running a very recent version of WAMP x64. I inherited an 'ancient' >> php app that requires php 5.2 and no higher. I went through the

Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
On 1/29/2019 12:31 PM, William A Rowe Jr wrote: On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm > wrote: I'm running a very recent version of WAMP x64.  I inherited an 'ancient' php app that requires php 5.2 and no higher.   I went through the proces

Re: [users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread William A Rowe Jr
On Tue, Jan 29, 2019 at 12:27 PM Jerry Malcolm wrote: > I'm running a very recent version of WAMP x64. I inherited an 'ancient' > php app that requires php 5.2 and no higher. I went through the > process of adding php 5.2 to WAMP, and I copied php5apache2_4.dll from > php 5.6 folder and did th

RE: [users@httpd] Use of ProxyPassReverse

2019-01-29 Thread Muggeridge, Matt
ProxyPassReverse is used for rewriting response headers related only to redirection. As per the docs, it affects only “Location”, “Content-Location” and “URI” headers on HTTP redirect responses. The example they give is helpful (although cluttered with other concepts). Here is a more crystal

[users@httpd] WAMP64 Apache2.4 & PHP 5.2?

2019-01-29 Thread Jerry Malcolm
I'm running a very recent version of WAMP x64.  I inherited an 'ancient' php app that requires php 5.2 and no higher.   I went through the process of adding php 5.2 to WAMP, and I copied php5apache2_4.dll from php 5.6 folder and did the other things in the instructions to add a php version to W

[users@httpd] Use of ProxyPassReverse

2019-01-29 Thread Ananya Dey
Hi all, I am trying to connect my Apache webserver with my backend tomcat server. I am using ProxyPass to do the same. Is there a need to put ProxyPassReverse also along with it? I am not able to understand the working functionality of the two in depth. Could someone please elaborate on the same .