Say I have a $Directory{} configuration in a <Perl> section like so:

$Directory{"/home/httpd/html-ssl/demo"} = {
        SetHandler => "perl-script",
        PerlAuthenHandler => "Authen",
        PerlAuthzHandler => "Authz",
        require => "group payer_manager",
        require => "payer_group demo",
};

Obviously this won't work because the second "require => " directive will
clobber the first.  So what's the workaround?  I couldn't think of what the
logical perl translation to having two require directives would be...

-Adi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to