that has any sort of advice 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 http://httpd.
Directory"
AuthUserFile /some/where/user.pass
Require user someuser
On Oct 26, 2010, at 9:55 AM, Sacha Varma wrote:
> On 19:59, Brian Hirt wrote:
>> Use instead of
>
> That's the first thing I tried, and was surprised when it didn't work.
>
>
Use instead of
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
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
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 off
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 Serve
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 Hirt
wrote:
Hi,
From the best I can tell, the conditional lo
y. One idea is
to create a 403 page 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
"Rewrite