]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/public-inbox.cgi.pod
71f8a6f5f6960eedd690c1aecb270bb14d998208
[public-inbox.git] / Documentation / public-inbox.cgi.pod
1 =head1 NAME
2
3 public-inbox.cgi - CGI wrapper for PublicInbox::WWW
4
5 =head1 SYNOPSIS
6
7 You generally want to run public-inbox-httpd, instead
8
9 =head1 DESCRIPTION
10
11 public-inbox.cgi provides a CGI interface wrapper on top of the
12 PSGI/Plack L<PublicInbox::WWW> module.  It is only provided for
13 compatibility reasons and NOT recommended.
14
15 CGI with Perl is slow due to code loading overhead and web servers lack
16 the scheduling fairness of L<public-inbox-httpd(1)> for handling git
17 clones and streaming large mbox downloads.
18
19 =head1 CONTACT
20
21 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
22
23 The mail archives are hosted at L<https://public-inbox.org/meta/> and
24 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
25
26 =head1 COPYRIGHT
27
28 Copyright 2019-2021 all contributors L<mailto:meta@public-inbox.org>
29
30 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
31
32 =head1 SEE ALSO
33
34 L<public-inbox-httpd(1)>, L<PublicInbox::WWW>, L<public-inbox-daemon(8)>,