[EMAIL PROTECTED] mod_disk_cache with mod_deflate not sending If-Modified-Since to tomcat webapp

2007-05-13 Thread Ion Alexandru Morega
Hi. I'm having trouble using mod_cache/mod_disk_cache and mod_deflate at the same time. My setup is like this: one Tomcat 5.5 webapp, Apache 2.2.3 + mod_jk 1.2.18. The intent is to cache pages generated by the webapp; as long as the page content is not changed, pages should be served from

Re: [EMAIL PROTECTED] how to preserve remote_host/addr when using proxy

2007-05-16 Thread Ion Alexandru Morega
On 16 May 2007, at 09:32, Yong Liang wrote: Hi all, We're using a reverse proxy to redirect access to java servlets listening on port 9080. The problem is all http requests received by servlets have remote_addr set to 127.0.0.1. Is there a way to configure the proxy to keep the original

Re: [EMAIL PROTECTED] mod_disk_cache with mod_deflate not sending If-Modified-Since to tomcat webapp

2007-05-23 Thread Ion Alexandru Morega
On 13 May 2007, at 16:05, Ion Alexandru Morega wrote: Hi. I'm having trouble using mod_cache/mod_disk_cache and mod_deflate at the same time. My setup is like this: one Tomcat 5.5 webapp, Apache 2.2.3 + mod_jk 1.2.18. The intent is to cache pages generated by the webapp; as long a

Re: [EMAIL PROTECTED] mod_disk_cache with mod_deflate not sending If-Modified-Since to tomcat webapp

2007-05-23 Thread Ion Alexandru Morega
On 24 May 2007, at 00:56, Joshua Slive wrote: On 5/23/07, Ion Alexandru Morega <[EMAIL PROTECTED]> wrote: On 13 May 2007, at 16:05, Ion Alexandru Morega wrote: > Hi. > > I'm having trouble using mod_cache/mod_disk_cache and mod_deflate > at the same time. There'

Re: [EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Ion Alexandru Morega
On 24 May 2007, at 23:33, Philip Ebbert wrote: I have the root and its subfolders password protected. I have one subfolder that I want public with no password protection. What do I need to put in the subfolder’s .htaccess file so it will not inherit the password requirements? Thanks, Hello