Re: Requests on a custom module (LocationMatch)??

2008-06-04 Thread karim Bendadda
Thanks Eric for answer, No I haven't tried Proxy containers, how can I do this?? Concerning the module it just a simple one: What I want to do is something like this: - read request - read cookie - decrypt cookie - if decrypting cookie is OK- I do an *ap_internal_redirect(/auth,r); * With in

Re: Requests on a custom module (LocationMatch)??

2008-06-03 Thread Eric Covener
On Mon, Jun 2, 2008 at 1:13 PM, karim Bendadda [EMAIL PROTECTED] wrote: Hi all, I need some help on an httpd configuration: I'm trying to develop a custom cookie based module (*mod_loginCookie*). The module will check an encrypted cookie using Apache as a *reverse proxy*(using openssl

Requests on a custom module (LocationMatch)??

2008-06-02 Thread karim Bendadda
Hi all, I need some help on an httpd configuration: I'm trying to develop a custom cookie based module (*mod_loginCookie*). The module will check an encrypted cookie using Apache as a *reverse proxy*(using openssl decrypting libraries...); then I'm trying to make all requests to an external