You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/18 21:56:42 UTC

DO NOT REPLY [Bug 16236] - Include directive in Apache is not parsed within current context

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16236>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16236

Include directive in Apache is not parsed within current context

dbronaugh@linuxboxen.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows NT/2K               |All



------- Additional Comments From dbronaugh@linuxboxen.org  2003-01-18 20:56 -------
Should have mentioned this.

Here is the config that triggered this bug for me:

httpd.conf includes vhosts.conf within the context of the main config file.

vhosts.conf includes auth-cics.conf within the context of the vhost

auth-cics.conf defines a number of <directory> sections for authentication.
Within each directory section, I include mysql_auth.conf, which defines how to
connect to the database I'm using for auth (mod_auth_mysql), how it is
structured, etc.

The simplest config that will trigger the bug is this:

httpd.conf:
<Directory />
    Include "conf/foo.conf"
</Directory>

foo.conf:
AuthType Basic

That will trigger this bug.

I haven't checked this on Apache2, however I suspect the situation is the same.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org