On 3/12/06, Alan Little <[EMAIL PROTECTED]> wrote:
> Well, for example, all my sites are mirrored on my local machine, with
> a .loc TLD. There are things I use on the live sites that I don't need
> or want on the local mirror -- script wrapping, authentication, etc.
> It would make it easier if I could test HTTP_HOST and configure
> accordingly. The altertnative is to maintain separate .htaccess files,
> which is a PITB.
>
> I'm surprised there's no capability for this; I can't be the first
> person to have thought of it, and it seems like it would be a good
> thing to have.

The standard way to handle this is to wrap directives in
<IfDefine LocalMirror>
...
</IfDefine>
<IfDefine !LocalMirror>
...
</IfDefine>
Then start apache with -DLocalMirror on the affected machine.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to