I'm seeing some errors from apache2 that look like:
(36)File name too long: [client <redacted>] AH00036: access to /short/path?really=long&query=string failed (filesystem path '/srv/my-site/short/path?really=long&query=string')
Why is apache including the query string in the filesystem path, and how do I get it to stop doing that?