logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

public-inbox.cgi - CGI wrapper for PublicInbox::WWW

Contact

       Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>

       The mail archives are hosted at <https://public-inbox.org/meta/> and
       <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>

Description

       public-inbox.cgi provides a CGI interface wrapper on top of the PSGI/Plack PublicInbox::WWW module.  It
       is only provided for compatibility reasons and NOT recommended.

       CGI with Perl is slow due to code loading overhead and web servers lack the scheduling fairness of
       public-inbox-httpd(1) for handling git clones and streaming large mbox downloads.

Name

       public-inbox.cgi - CGI wrapper for PublicInbox::WWW

See Also

public-inbox-httpd(1), PublicInbox::WWW, public-inbox-daemon(8),

public-inbox.git                                   1993-10-02                                PUBLIC-INBOX.CGI(1)

Synopsis

       You generally want to run public-inbox-httpd, instead

See Also