mod_proxy design docs

2008-06-04 Thread Tamas Palagyi
Hello, Are there any design documentation (slides, figures, etc.) available for the mod_proxy module? I would like to understand its architecture and write a new URL type handler, similar (but much more simple) like the mod_proxy_ajp. Quick google search did not gave any useful results.

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