[users@httpd] Use of proxypassReverse

2018-06-10 Thread Ananya Dey
Hi, Can someone tell me in detail the difference between proxypass and proxypassreverse? I have just read links stating that proxypassreverse is used for "redirect" request. But I am not understanding how. Thanks, Ananya

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-10 Thread Herb Burnswell
Thanks again Yann. > I'm not sure to understand, you want the request to be without > "/frontpage" suffix between the browsers and the proxy (i.e. > https://vanity.example.com) and with the suffix added between proxy > and the backend (i.e. https://vanity.example.com/frontpage), right? You are c

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Paul Gardiner
On 10/06/2018 21:00, Yehuda Katz wrote: I would suggest removing "" from your configuration. It is possible mod_php7 is not actually loaded and you have some other part of your configuration that is setting the handler for .php files. If you remove "error message instead of having HTTPD ignore t

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Yehuda Katz
I would suggest removing "" from your configuration. It is possible mod_php7 is not actually loaded and you have some other part of your configuration that is setting the handler for .php files. If you remove " wrote: > > > On 10/06/2018 18:53, Michael A. Peters wrote: > > On 06/10/2018 06:04 AM,

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Paul Gardiner
On 10/06/2018 18:53, Michael A. Peters wrote: On 06/10/2018 06:04 AM, Paul Gardiner wrote: I have just installed openSUSE Leap 15.0 on a server including Apache 2.4.33 and php 7.2.5. If I attempt to access .php files, I'm offered them as downloads, although renaming them to .php3 makes them

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-10 Thread Yann Ylavic
Hi HB, On Sun, Jun 10, 2018 at 5:05 PM, Herb Burnswell wrote: > > I need the proxy to work as: https://vanity.example.com > > I'm thinking this may require use of RewriteCond directives, however I may > be going about this wrong. > > Is there a way to define an 'active' request to avoid looping

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Michael A. Peters
On 06/10/2018 06:04 AM, Paul Gardiner wrote: I have just installed openSUSE Leap 15.0 on a server including Apache 2.4.33 and php 7.2.5. If I attempt to access .php files, I'm offered them as downloads, although renaming them to .php3 makes them work fine. I have this file amongst my apache conf

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Paul Gardiner
There's nothing coming up in error_log when I access these files. There's just the normal startup lines: [Sun Jun 10 18:09:59.954937 2018] [mpm_prefork:notice] [pid 4652] AH00163: Apache/2.4.33 (Linux/SUSE) OpenSSL/1.1.0h-fips PHP/7.2.5 configured -- resuming normal operations [Sun Jun 10 18:0

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-10 Thread Herb Burnswell
Hi, Thank you for the response. I need the proxy to work as: https://vanity.example.com I'm thinking this may require use of RewriteCond directives, however I may be going about this wrong. Is there a way to define an 'active' request to avoid looping through the same ProxyPass or ProxyPassMat

Re: [users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Miguel Gonzalez
What the error_log says? Paul Gardiner wrote: >I have just installed openSUSE Leap 15.0 on a server including Apache >2.4.33 and php 7.2.5. > >If I attempt to access .php files, I'm offered them as downloads, >although renaming them to .php3 makes them work fine. I have this file >amongst my

[users@httpd] .php3 files recognised but .php files not

2018-06-10 Thread Paul Gardiner
I have just installed openSUSE Leap 15.0 on a server including Apache 2.4.33 and php 7.2.5. If I attempt to access .php files, I'm offered them as downloads, although renaming them to .php3 makes them work fine. I have this file amongst my apache config conf.d/php7.conf