in reply to Re^8: Perl FCGI Error: mod_fcgid: error reading data from FastCGI server
in thread Perl FCGI Error: mod_fcgid: error reading data from FastCGI server

uWSGI is a server talking WSGI

CGI.pm is a module speaking CGI

Mojo is a perl module....talking PSGI ... Can talks with uWSGI

  • Comment on Re^9: Perl FCGI Error: mod_fcgid: error reading data from FastCGI server

Replies are listed 'Best First'.
Re^10: Perl FCGI Error: mod_fcgid: error reading data from FastCGI server
by knox (Sexton) on Jan 30, 2020 at 17:56 UTC
    thank you.