[users@httpd] Question about RewriteMap files on a NFS filesystem

2011-03-11 Thread Brian Hirt
or experience with this sort of setup? Any words of wisdom would be appreciated. Thanks in advance, Brian Hirt - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: [us...@httpd] Basic authentication for a virtual/rewritten URL?

2010-10-26 Thread Brian Hirt
AuthUserFile /some/where/user.pass Require user someuser /Location On Oct 26, 2010, at 9:55 AM, Sacha Varma wrote: On 19:59, Brian Hirt wrote: UseLocation instead ofDirectory That's the first thing I tried, and was surprised when it didn't work

Re: [us...@httpd] Basic authentication for a virtual/rewritten URL?

2010-10-25 Thread Brian Hirt
Use Location instead of Directory Brian Hirt bh...@me.com On Oct 25, 2010, at 7:14 AM, Sacha Varma wrote: Sorry to interrupt you fine folks, I wasn't able to google up the answer to this. Is it possible to configure Apache to do basic authentication for a URL that doesn't correspond

Re: [us...@httpd] Different PHP Version for a VirtualHost

2010-10-15 Thread Brian Hirt
On Oct 15, 2010, at 3:03 PM, Stefan Dürrenberger wrote: i posted this to a forum, but I think this is the better place to ask. I have a client who needs hosting for an old CMS that still uses PHP 4.4.x. I know they will have to upgrade eventually, but I need to keep the site up in the

[us...@httpd] mod_rewrite: use rewrite map in RewriteCond pattern?

2010-10-08 Thread Brian Hirt
Is there any way to accomplish something like the following? RewriteMap hn txt:/apache/config/hostname.map RewriteCond %{HTTP_HOST}${hn:www} [NC] Thanks! - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] mod_rewrite: use rewrite map in RewriteCond pattern?

2010-10-08 Thread Brian Hirt
On Oct 8, 2010, at 12:19 PM, Eric Covener wrote: RewriteCond %{HTTP_HOST},${hn:www} ^([^,]+),\1 Eric, Thanks for the pointer, it worked like a charm. Note to others, this doesn't appear to work with 1.3 --brian - The

[us...@httpd] Question about conditional logging

2009-08-31 Thread Brian Hirt
in the application that handles the logging i'm looking for, and have the proxy do an internal redirect to the application instead of stopping it during the rewrite phase with a RewriteRule .* - [forbidden] Thanks in advance, Brian Hirt

Re: [us...@httpd] Question about conditional logging

2009-08-31 Thread Brian Hirt
Thank you, I was only looking at the core apache logging, not the mod_rewrite logging. I'll check this out. Kind Regards, Brian On Aug 31, 2009, at 11:12 AM, Eric Covener wrote: On Mon, Aug 31, 2009 at 12:54 PM, Brian Hirtbh...@mobygames.com wrote: Hi, From the best I can tell, the