Re: [users@httpd] Configuration issue allowing unauthenticated access from 127.0.0.1 to a single directory within a password-protected directory structure

2011-10-05 Thread Mark Montague
On October 5, 2011 17:44 , Thomas Smith wrote: Can someone help me get my desired configuration to work? Maybe someone who is not me can :) I'd be able to help you better if you asked your question much more narrowly. Provide the configuration that is NOT working, say what your goal is (de

[users@httpd] Fwd: Configuration issue allowing unauthenticated access from 127.0.0.1 to a single directory within a password-protected directory structure

2011-10-05 Thread Thomas Smith
Apologies, I sent the wrong config. Here is the WORKING config (except for the location restriction of 127.0.0.1 for the REST directory). Any help with this would be appreciated! :-) > >ServerName sub.domain.tld > >RewriteEngine On >#RewriteLog /var/log/httpd/modrewrite

Re: [users@httpd] SSL Smartcard and Chrome browser

2011-10-05 Thread Devraj Mukherjee
How is this an Apache question? On Tue, Oct 4, 2011 at 1:21 AM, Margus Pärt wrote: > Hello! > > > Problem #1 > > 1. Log in to site1.com with Smartcard (and enter PIN1) > 2. Go to site2.com and enter with Smartcard > > > Result: > No PIN1 is asked. (Chrome caches PIN1) > > > > Problem #2 > > 1. Lo

[users@httpd] Configuration issue allowing unauthenticated access from 127.0.0.1 to a single directory within a password-protected directory structure

2011-10-05 Thread Thomas Smith
Hi, I'm configuring the Request Tracker to use Apache authentication. I've had RT running for quite a few years, but (up to this point) only using its internal database for authentication. Software: * CentOS 4.8 * Apache 2.0.63 * RT 4.0.2 * mod_fastcgi 2.4.6 I created a Directory directive for /

Re: [users@httpd] Re: Vanity URL Rewrites Best Practices?

2011-10-05 Thread Nick Tkach
On Mon, Oct 3, 2011 at 1:41 PM, Andrew Schulman wrote: > > > For example, > > > > http://foo.com/mmh/maintenance_plan/tip?contentCategoryType=MaintenanceTip&id=%2Fwww%2Favm_webapps%2Fmmh%2Fmaintenance-tips%2Fcontent%2Fafter_blizzard.xml > > > > Being sent to > > > >  http://foo.com/mmh/articles/au

Re: [users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
I think I have this figured out, but am interested to know if this is a bug or expected behavior. So I had Spring add a Cache-Control: max-age=600 header in the configuration. I was also adding a Cache-Control: private header in the Java code in a specific place, more or less for testing. I coul

Re: [users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
I am 100% sure. I am adding the header using Java code on Tomcat behind Apache. If I remove that particular line from the code, the Cache-Control: private header is not being sent. Java code, if it matters: response.addHeader("Cache-Control", "private"); On Wed, Oct 5, 2011 at 8:53 AM, Tom Evan

Re: [users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Tom Evans
On Wed, Oct 5, 2011 at 2:16 PM, Brendon Anderson wrote: > I am setting the Cache-Control: private header in a response on a > certain url, but mod_cache is still caching this url. > > Response Headers as indicated by Firefox (Chrome reports similar results): > > Response Headers > Date    Wed, 05

[users@httpd] mod_cache is caching content with Cache-Control: private response headers

2011-10-05 Thread Brendon Anderson
I am setting the Cache-Control: private header in a response on a certain url, but mod_cache is still caching this url. Response Headers as indicated by Firefox (Chrome reports similar results): Response Headers DateWed, 05 Oct 2011 12:58:41 GMT Server Apache/2.2.20 (Win32) mod_jk/1.2.32 Exp

[users@httpd] mod_cache per virtualhost in a proxy apache

2011-10-05 Thread Izan
Hi. I am trying to enable mod_cache in one apache in ubuntu-server (2.2.14) that acts like a proxy for another apaches. My first question is: ¿Is mod_mem_cache indicated for a proxy of apaches or it should be mod_disk_cache? Finally I enabled mod_mem_cache as the doc seems to say: - Simple I ed