Re: Adding purge/invalidation to mod_cache

2008-06-03 Thread rahul
| | PURGE http://cachehost/someuri HTTP/1.1 | | | | Isn't it better to do it as a uri - say - /cache-control - hosted on the | proxy? | so the above would look like | | POST /cache-control?purge | | http://cachehost/someuri1 | http://cachehost/someuri2 | http://cachehost/someuri3 | | |

mod_proxy design docs

2008-06-03 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. Quick google search did not gave any useful results. Thanks, Tamas

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