Hello,

Config:
- Reverse proxy server: solaris 9, apache 2.2
- Proxied server: solaris 9, apache 2.2

Requests to userdir are reverse proxied:

http://www.real.fr/~login -> http://www.priv/~login

Some users use a .htaccess file with order, allow and deny directives:

order deny,allow
deny from all
allow from ipaddresses

but all requests to www.priv are send from only one address: the www.real.fr's one (reverse proxy server). So the deny/allow directives have this binary effect:
- if www.real.fr's ip address is in ipaddresses, requests are allways ok
- if www.real.fr's ip address is not in ipaddresses, request are allways blocked. Is there a way that the request appear to be sent by the end client and not the reverse proxy server?

Notice: i tried the proxy directive with success but i want the users to be able to configure it in there .htaccess.

Thank you,

Manu.

--
Emmanuel Leguy                  LIFL - UMR8022 CNRS - Bat M3
Tel: +33 3 28 77 85 32          USTL - Universite de Lille 1
Fax: +33 3 28 77 85 37          59655 VILLENEUVE D'ASCQ CEDEX - FRANCE

mailto:[EMAIL PROTECTED]        
http://www.lifl.fr/ANNUAIRE/employee.php?login=leguye

Ce mail est signe par un certificat X509 fourni par le CNRS
La verification de ce certificat peut etre faite a l'adresse suivante: http://igc.services.cnrs.fr/CNRS-Standard/recherche.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to