>>> On 11/8/2006 at 3:25 PM, in message <[EMAIL PROTECTED]>, "Vincent Bray" <[EMAIL PROTECTED]> wrote: > Hi, > > Patch to the mod_authn_alias docs. Could somebody confirm that > AuthnProviderAlias isn't permitted in vhost context? > > The patch is to the 2.2 branch, that being the only relevant branch > for this module. > > Index: docs/manual/mod/mod_authn_alias.xml > =================================================================== > --- docs/manual/mod/mod_authn_alias.xml (revision 472662) > +++ docs/manual/mod/mod_authn_alias.xml (working copy) > @@ -77,7 +77,7 @@ > AuthType Basic<br /> > AuthName LDAP_Protected_Place<br /> > AuthzLDAPAuthoritative off<br /> > - require valid-user<br /> > + Require valid-user<br /> > </indent> > </Directory><br /> > </example> > @@ -90,7 +90,7 @@ > the specified alias</description> > <syntax><AuthnProviderAlias <var>baseProvider Alias</var>> > ... </AuthnProviderAlias></syntax> > -<contextlist><context>server config</context><context>virtual host</context> > +<contextlist><context>server config</context> > </contextlist> > > <usage> > > Thanks,
The directive is defined as RSRC_CONF which basically says that it must exist outside of a <Directory> or <Location>. Within a virtual host should be fine. Brad --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
