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=42182>. 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=42182 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-22 03:52 ------- This only happens when served from the cache (does not happen on fist request). I am using Apache 2.2.4 as the reverse-proxy server (which gives me the problem), and Apache 2.0.58 as the back-end server (which serves with the correct mime type). related configuration from the Reverse Proxy (2.2.4) : # Mime config in main section DefaultType text/plain TypesConfig conf/mime.types AddHandler type-map var # Cache configuration in main section MCacheMaxObjectCount 1000000 MCacheMaxObjectSize 10000000 MCacheRemovalAlgorithm LRU MCacheSize 1000000 CacheDefaultExpire 86400 # CacheIgnoreNoLastMod On CacheLastModifiedFactor .1 CacheMaxExpire 86400 # Specific cache directory in virtual host CacheEnable mem http://source.mydomain/dir/ # Proxy configuration in Virtual Host: ProxyPass /dir http://source.mydomain/dir ProxyPassReverse /dir http://source.mydomain/dir Thank, Nadav. -- 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]
