DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35160>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35160 ------- Additional Comments From [EMAIL PROTECTED] 2006-12-15 00:57 ------- (In reply to comment #7) > Providing the rewrite rules that lead to this could be helpful. Furthermore it > would be helpful if you could provide the configuration you use for > mod_mem_cache RewriteMap ehcrelease txt:%%SERVER_ROOT%%/conf/app/ehcrelease.map RewriteCond %{HTTP_COOKIE} ADPEHCRELEASE=.*ADPEHCRELEASE= RewriteRule .* - [F] RewriteCond $1 ^/rpforms [OR] RewriteCond $1 ^/siteminderagent RewriteRule ^(.*)$ - [L] RewriteCond $1 !^/ADPEHCRELEASE/[^\/]+ RewriteCond %{HTTP_COOKIE} [;]?[\ ]*ADPEHCRELEASE=[\ ]*[\d\-a-zA-Z]5(\d) <IfModule !mod_cache.c> RewriteRule ^(.*)$ /ADPEHCRELEASE/%1$1 [N] </IfModule> <IfModule mod_cache.c> RewriteRule ^(.*)$ /ADPEHCRELEASE/%1$1 [P] </IfModule> RewriteRule ^/ADPEHCRELEASE/([^\/]+)(.*)$ ${ehcrelease:$1}$2 [P] <IfModule mod_cache.c> CacheIgnoreCacheControl Off CacheMaxExpire 864000 <IfModule mod_mem_cache.c> MCacheMaxObjectSize 10000 MCacheSize 70000 CacheEnable mem /ADPEHCRELEASE </IfModule> <IfModule mod_disk_cache.c> CacheRoot %%SERVER_ROOT%%/cache CacheSize 150000 CacheEnable disk /ADPEHCRELEASE </IfModule> </IfModule> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
