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 18:18:14 +0100
In message <[EMAIL PROTECTED]>, Marc
Slemko <[EMAIL PROTECTED]> writes
>Well, that says it _IS_ allowing and processing the include, just not
>allowing what is in it.
>
>What if you set "AllowOverride all" for the /web/include directory?
I didn't have anything set for the /web/include directory, since it's
part of my setup structure and not part of my document tree. But I tried
creating a <Directory> entry for it as well, with "AllowOverride all",
and got the same error.
I then repeated the process with the Include line as:
Include groupfile.conf
and groupfile.conf in the same directory as httpd.conf (I normally run
with the 3 files combined into one: I've tried splitting them, and the
error message doesn't change). Unexpectedly, Apache went looking for it
in ServerRoot rather than with the rest of the config files in
ServerRoot/etc. So I tried again with:
Include etc/groupfile.conf
...and I was back to the same error message.
--
Nigel Cole