Re: [EMAIL PROTECTED] Is this possible with Apache

2008-10-10 Thread Tom Evans
On Fri, 2008-10-10 at 11:52 +0200, [EMAIL PROTECTED] wrote: > This problem: > > Client with IPaddress 1opens a webpage( starts CGI script > on Apache1.) > (Here on Apache1 is running an application/CGI script) > That script will fetch a page fromApache2. > > So far so easy but I need

Re: [EMAIL PROTECTED] Is this possible with Apache

2008-10-10 Thread André Warnier
[EMAIL PROTECTED] wrote: This problem: Client with IPaddress 1 opens a webpage( starts CGI script on Apache1.) (Here on Apache1 is running an application/CGI script) That script will fetch a page from Apache2. How does it fetch it ? So far so easy but I need the Client's IPaddress 1

[EMAIL PROTECTED] Is this possible with Apache

2008-10-10 Thread export
This problem: Client with IPaddress 1 opens a webpage( starts CGI script on Apache1.) (Here on Apache1 is running an application/CGI script) That script will fetch a page from Apache2. So far so easy but I need the Client's IPaddress 1 to be recorded in log of Apache 2 NOT Apache1's a

Re: [EMAIL PROTECTED] Is this possible ?

2006-08-23 Thread Jignesh Badani
; <[EMAIL PROTECTED]> 08/23/2006 07:06 PM To "Jignesh Badani" <[EMAIL PROTECTED]> cc Subject Re: [EMAIL PROTECTED] Is this possible ? On 8/23/06, Jignesh Badani <[EMAIL PROTECTED]> wrote: > Awesome, just trying to understand the syntax of the last SetEnvIf: &g

Re: [EMAIL PROTECTED] Is this possible ?

2006-08-23 Thread Joshua Slive
On 8/23/06, Jignesh Badani <[EMAIL PROTECTED]> wrote: Awesome, just trying to understand the syntax of the last SetEnvIf: SetEnvIf let_10161_in ^0$ !let_xuser_in --> If the env variable let_10161_in is "0" - meaning the request is not from 10.161, unset (make it 0?) the let_xuser_in env variabl

Re: [EMAIL PROTECTED] Is this possible ?

2006-08-23 Thread Jignesh Badani
how ? Thanks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jignesh Badani "Joshua Slive" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/23/2006 05:10 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAI

Re: [EMAIL PROTECTED] Is this possible ?

2006-08-23 Thread Joshua Slive
On 8/23/06, Jignesh Badani <[EMAIL PROTECTED]> wrote: Hello all, let me try again. I have the following restriction in place: SetEnvIf X-FORWARDED-FOR ^10.161 let_10161_in SetEnvIf COOKIE ^XSESSION let_xuser_in Order Deny,Allow Deny from all Allow from env=let_10161_in Allow from env=let_xuse

[EMAIL PROTECTED] Is this possible ?

2006-08-23 Thread Jignesh Badani
Hello all, let me try again. I have the following restriction in place: SetEnvIf X-FORWARDED-FOR ^10.161 let_10161_in SetEnvIf COOKIE ^XSESSION let_xuser_in Order Deny,Allow Deny from all Allow from env=let_10161_in Allow from env=let_xuser_in It basically means users whose X-FORWARDED-FOR c