Proxy authentication

2011-07-11 Thread Petr Hracek
Dear users, I have problems with proxy authorization and I could not image where is a problem. Configuration in my : SSLEngine on SSLProxyEngine on ProxyRequests off RewriteEngine on RewriteCond %{REQUEST_METHOD} ^TRACE RewriteMap pages txt:/opt/httpd2/conf/pages.txt RewriteRule ^/([^/]+)$

Proxy authentication bypassed when serving cached content

2007-10-26 Thread Laurent Tu
Hi, >From my understanding of mod_cache, proxy authentication (header Proxy-Authenticate) is not asked when serving cached content in a forward proxy configuration: mod_cache operates on the quick_handler hook whereas authentication operates later in the request process. I have tried it o