RE: [users@httpd] Apache 2.2.22 bug > mod_cache cacheing 403 "Directory index forbidden by Options directive" pages?

2012-06-02 Thread Geoff Millikan
Submitted bug report for Apache 2.2.22 at link below. We've turned of mod_cache on our production web servers until it's resolved because we can't have phantom 403 pages going out to customers. Considering jumping to 2.4.2... https://issues.apache.org/bugzilla/show_bug.cgi?id=53350

Re: [users@httpd] Fwd: LocationMatch regex variables for Auth*?

2012-06-02 Thread Nick Kew
On 2 Jun 2012, at 17:56, Jerrad Pierce wrote: > > AuthType Digest > AuthDigestFile /var/data/httpd/auth/$1 Wildcards don't work like that over general directives. What you're looking for is mod_macro. Google will find it for you. -- Nick Kew

[users@httpd] Fwd: LocationMatch regex variables for Auth*?

2012-06-02 Thread Jerrad Pierce
Hello all, I need to create many very similar LocationMatch directives with Auth directives inside, since each location needs to be restricted to a different user. I am looking for a means to get this functionality that is more maintainable than adding/ removing many similar chunks of config by pa

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Jean-Christophe Boggio
Michael, Thanks again for your help. Le 02/06/2012 14:55, Michael Streeter a écrit : I'm afraid I'm stumped on that one. I too would expect that voir.html wouldn't be opened with the rewrite in place. Good to know. I don't use rewriting usually so I was not sure if I understood the docs cor

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-02 Thread Jean-Christophe Boggio
Le 02/06/2012 15:27, Daniel Ruggeri a écrit : RewriteCond !%{HTTP_COOKIE} LetMeIn RewriteRule .* /path/to/maintenance.html [L] Elegant ! - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org Fo

Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-02 Thread Daniel Ruggeri
On 6/1/2012 11:02 AM, Ishita Kapadiya wrote: > Daniel's idea looks very good. but what if we also want to verify the > change by logging into the site (after application level change get > complete) and then open it up for all users.. is there any way to > achieve this? Yes, you can control this w

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Michael Streeter
On 06/02/2012 06:19 AM, Jean-Christophe Boggio wrote: Michael, Thanks for your reply. Le 02/06/2012 03:35, Michael Streeter a écrit : To clarify, are you looking to have the URL in the browser change? If so, change the [L] in the RewriteRule lines to [LR]. No, I want that when they try to re

Re: [users@httpd] Problem with URL Rewriting

2012-06-02 Thread Jean-Christophe Boggio
Michael, Thanks for your reply. Le 02/06/2012 03:35, Michael Streeter a écrit : To clarify, are you looking to have the URL in the browser change? If so, change the [L] in the RewriteRule lines to [LR]. No, I want that when they try to reach : http://medecine-et-enfance.net/archives/voir.ht

[users@httpd] Reverse proxy

2012-06-02 Thread Trenta sis
Hello, I'm trying to configure a reverse proxy (ssl) with apache 2.2 in Debian Squeeze, but I have some problems, specially with some path absolute and with https I'll try to detail what I have made and what I'm trying to configure I have a server Debian Squeeze with apache2.2 + mod_proxy_html wi

[users@httpd] Cannot make AuthnProviderAlias work in VirtualHost (2.4.2)

2012-06-02 Thread Jerome Zago
ENVIRONMENT Ubuntu 10.04.4 LTS apr 1.4.6, apr-util 1.4.1, httpd 2.4.2 compiled from source HOW TO REPRODUCE $ cd /usr/local/opt/httpd-2.4.2  # corresponding to ./configure --prefix  sudo cp -pr htdocs htdocs.81  sudo ./bin/htpasswd -b -c conf/passwords1 test1 test1  sudo ./bin/htpasswd -b -c co