The core documentation for v. 2.4 of Apache tells me that the AcceptPathInfo directive
"controls whether requests that contain trailing pathname information that follows an actual filename (or non-existent file in an existing directory) will be accepted or rejected."
I would take that to mean that a request containing trailing pathname information would be rejected with an Apache error unless AcceptPathInfo was turned on. What I'm finding is that requests with trailing pathname information do not receive an Apache error whether or not AcceptPathInfo is turned on. In fact, it seems that the status of AcceptPathInfo has no affect on the way that Apache handles requests that contain trailing path information. What am I missing? I'm running httpd v. 2.4.6. Thanks for any input.
... doug