From 849538969a6c0ef0319291f31dc69acdec4481db Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 17 Feb 2023 12:08:50 +0100 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/public-inbox.cgi.pod') diff --git a/Documentation/public-inbox.cgi.pod b/Documentation/public-inbox.cgi.pod index 0f93fa5a..58d59ba2 100644 --- a/Documentation/public-inbox.cgi.pod +++ b/Documentation/public-inbox.cgi.pod @@ -17,6 +17,11 @@ web servers lack the scheduling fairness of L and L for handling git clones and streaming large mbox downloads. +=head1 COMPATIBILITY NOTE + +When using the CGI with Apache, make sure to set AllowEncodedSlashes to On, as +public-inbox makes heavy use of encoded slashes. + =head1 CONTACT Feedback welcome via plain-text mail to L -- cgit v1.2.3-24-ge0c7