RE: [us...@httpd] Adding module to Apache-httpd

2009-12-01 Thread Ruiyuan Jiang
ernet user not internal private IP users. The remote internal IP is not suitable for me in my case. Thanks. Ryan -Original Message- From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] Sent: Monday, November 30, 2009 8:39 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Adding

Re: [us...@httpd] Adding module to Apache-httpd

2009-11-30 Thread William A. Rowe Jr.
Ruiyuan Jiang wrote: > I compiled remoteip module and loaded it without problem. > In one of my virtualhost of Apache reverse proxy, I added and tested: > > RemoteIPHeader X-Client-IP > Or > RemoteIPHeader X-Forwarded-For > > Or both > > I don't see the remote client IP is being forwarded to the

RE: [us...@httpd] Adding module to Apache-httpd

2009-11-25 Thread Ruiyuan Jiang
as it supposed to be. Does anyone know why or what I did wrong? Thanks. Ryan -Original Message- From: nicholas@sun.com [mailto:nicholas@sun.com] On Behalf Of Nick Kew Sent: Friday, November 20, 2009 5:48 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Adding module to Apache-

Re: [us...@httpd] Adding module to Apache-httpd

2009-11-20 Thread Nick Kew
Ruiyuan Jiang wrote: Hi, I need the module "mod_remoteip" which is not included in the standard httpd-2.2.14 distribution. http://httpd.apache.org/docs/2.2/programs/apxs.html -- Nick Kew - The official User-To-User support

[us...@httpd] Adding module to Apache-httpd

2009-11-20 Thread Ruiyuan Jiang
Hi, I need the module "mod_remoteip" which is not included in the standard httpd-2.2.14 distribution. I downloaded the source code from people.apache.org/~wrowe/mod_remoteip.c. There is no instruction for the source code as how to compile the module. On the Apache's web site, the document show