> The docs (developer/request.html) say: > > | Every request is subject to an ap_location_walk() call. This ensures > | that | <Location > sections are consistently enforced for all > | requests. > > Perhaps a silly question, but I don't understand why that is necessary.
There are config directives in <Location> blocks that apply to certain URLs. If you do not perform location_walk, you will miss those config directives. Bill
