Re: Reverse proxy configuration on el7

2015-05-06 Thread Dewangga Bachrul Alam
Hello! Recently discovered by my self, since apache 2.4.1 or latest, it was bundled with mod_remoteip. So, we didn't need any additional modules like mod_rpaf or mod_extract_forwarded. On 05/07/2015 10:11 AM, Nurahmadie Nurahmadie wrote: > > On Thu, May 7, 2015 at 12:07 PM, Dewangga Bachrul Alam

Re: Reverse proxy configuration on el7

2015-05-06 Thread Nurahmadie Nurahmadie
On Thu, May 7, 2015 at 12:07 PM, Dewangga Bachrul Alam < dewangg...@xtremenitro.org> wrote: > Hello! > > On 05/07/2015 09:45 AM, Nurahmadie Nurahmadie wrote: > > Hi > > > > On Thu, May 7, 2015 at 11:38 AM, Dewangga Bachrul Alam > > mailto:dewangg...@xtremenitro.org>> wrote: > > > > Hello! > >

Re: Reverse proxy configuration on el7

2015-05-06 Thread Dewangga Bachrul Alam
Hello! On 05/07/2015 09:45 AM, Nurahmadie Nurahmadie wrote: > Hi > > On Thu, May 7, 2015 at 11:38 AM, Dewangga Bachrul Alam > mailto:dewangg...@xtremenitro.org>> wrote: > > Hello! > > Did anyone have same problem when configuring reverse proxy nginx + > apache, when the request came

Re: Reverse proxy configuration on el7

2015-05-06 Thread Aron
Hi , You must configure "X-Forwarded-For " in the apache log format to get real IP client.  Regards Aron On Thursday, May 7, 2015 9:39 AM, Dewangga Bachrul Alam wrote: Hello! Did anyone have same problem when configuring reverse proxy nginx + apache, when the request came from ngi

Re: Reverse proxy configuration on el7

2015-05-06 Thread Nurahmadie Nurahmadie
Hi On Thu, May 7, 2015 at 11:38 AM, Dewangga Bachrul Alam < dewangg...@xtremenitro.org> wrote: > Hello! > > Did anyone have same problem when configuring reverse proxy nginx + > apache, when the request came from nginx, the IP didn't shows real visitor. > > Example access.log: > 127.0.0.1 - - [07

Reverse proxy configuration on el7

2015-05-06 Thread Dewangga Bachrul Alam
Hello! Did anyone have same problem when configuring reverse proxy nginx + apache, when the request came from nginx, the IP didn't shows real visitor. Example access.log: 127.0.0.1 - - [07/May/2015:09:27:30 +0700] "GET / HTTP/1.0" 200 61925 127.0.0.1 - - [07/May/2015:09:27:35 +0700] "GET / HTTP/1