]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
public-inbox.cgi(1): Mention AllowEncodedSlashes for Apache setups
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 17 Feb 2023 11:08:50 +0000 (12:08 +0100)
committerEric Wong <e@80x24.org>
Fri, 17 Feb 2023 11:14:21 +0000 (11:14 +0000)
commit849538969a6c0ef0319291f31dc69acdec4481db
tree563430479fbf5f77618d02a41baa2b1be86a0661
parent0e5aa2985e0f4ba7316429bb8a5d06530eb7dfe5
public-inbox.cgi(1): Mention AllowEncodedSlashes for Apache setups

When AllowEncodedSlashes is Off (the default setting), URLs containing
%2f are replied with a 404 error without calling the CGI. To (maybe)
prevent others debugging this issue add a hint with the solution.
Documentation/public-inbox.cgi.pod