https://issues.apache.org/bugzilla/show_bug.cgi?id=45037


Peter van Dijk <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #3 from Peter van Dijk <[EMAIL PROTECTED]>  2008-05-29 13:22:30 PST 
---
I had this same issue, and, especially after finding this ticket, blamed it on
Apache.

However, it was a configuration error on our part. We included a directory
(without specifying *.conf in that directory) full of vhost configs, and within
each vhost container, we would include stuff from a subdir. However, that first
directory include already grabbed all those subdirs too, thus applying all
per-vhost configs in the global config state.

The fix for us was to say dirname/*.conf explicitly, thus preventing recursion.
It is likely that the original reporter has a similar issue - as Comment #2
points out too.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to