]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
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)
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

index 0f93fa5a96aabfac29591a04212f32cd781f5bd8..58d59ba2cc149b2e45053b054c6e06273b5b5c44 100644 (file)
@@ -17,6 +17,11 @@ web servers lack the scheduling fairness of L<public-inbox-netd(1)>
 and L<public-inbox-httpd(1)> 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<mailto:meta@public-inbox.org>