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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41763


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2007-03-06 03:50 -------
The involved directives are not redefined inside the virtual hosts configuration
but this is done for CacheRoot directive.

Our configuration looks like this :

CacheRoot /a/
CacheDirLength 1
CacheDirLevels 2
...
<VirtualHost xxx>
CacheRoot /a/xxx
</VirtualHost xxx>

<VirtualHost yyy>
CacheRoot /a/yyy
</VirtualHost yyy>


Then we have performed more tests and the problem is corrected if we redefined
CacheDirLength and CacheDirLevels inside the virtual host configuration.
So, we guess the problem is CacheRoot directive override the previous
configuration with the default values.


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

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

Reply via email to