1PUBLIC-INBOX.CGI(1) public-inbox user manual PUBLIC-INBOX.CGI(1)
2
3
4
6 public-inbox.cgi - CGI wrapper for PublicInbox::WWW
7
9 You generally want to run public-inbox-netd or public-inbox-httpd,
10 instead
11
13 public-inbox.cgi provides a CGI interface wrapper on top of the
14 PSGI/Plack PublicInbox::WWW module. It is only provided for
15 compatibility reasons and NOT recommended.
16
17 CGI with Perl is slow due to code loading overhead and web servers lack
18 the scheduling fairness of public-inbox-netd(1) and
19 public-inbox-httpd(1) for handling git clones and streaming large mbox
20 downloads.
21
23 When using the CGI with Apache, make sure to set AllowEncodedSlashes to
24 On, as public-inbox makes heavy use of encoded slashes.
25
27 Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
28
29 The mail archives are hosted at <https://public-inbox.org/meta/> and
30 <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
31
33 Copyright all contributors <mailto:meta@public-inbox.org>
34
35 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
36
38 public-inbox-netd(1), public-inbox-httpd(1), PublicInbox::WWW,
39 public-inbox-daemon(8),
40
41
42
43public-inbox.git 1993-10-02 PUBLIC-INBOX.CGI(1)