My Apache is rusty.
If two servers, foo and bar, use the same .htaccess file that restricts users using require group or require user, how do you base the requirement on the server? I don’t think you use RewriteCond here, but I forget.
Looking for something like:
# if foo.com
require group foo
# if bar.com
require group bar
As commented here: http://www.gossamer-threads.com/lists/modperl/modperl/93036, I could only find a Mod_Perl alternative, but I don’t want to rely on that, should mod_perl be turned off in the future: