The following reply was made to PR config/3169; it has been noted by GNATS.
From: Nigel Cole <[EMAIL PROTECTED]>
To: Marc Slemko <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: config/3169: The Include directive should also work in Directory
context
Date: Fri, 9 Oct 1998 17:11:55 +0100
In message <[EMAIL PROTECTED]>, Marc
Slemko <[EMAIL PROTECTED]> writes
>Why do you say it doesn't work in 1.3.2?
>
>Exactly what are you trying and what error do you get?
I am trying to include some common authorisation information in several
<Directory> sections. For example:
<Directory /htdocs>
Options Indexes IncludesNOEXEC SymLinksIfOwnerMatch
AllowOverride None
AuthName Authorisation
AuthType Basic
Include /web/include/groupfile.conf
</Directory>
where /web/include/groupfile.conf contains the single line:
AuthGroupFile /web/setup/groups
This produces the error message:
"Syntax error on line 1 of /web/include/groupfile.conf: AuthGroupFile
not allowed here"
If I copy the contents of /web/include/groupfile.conf into the
<Directory> section, and comment out the Include directive, it works
fine.
--
Nigel Cole