Help for this page
#!/home/mh/perl514/bin/plackup -s FCGI --listen /tmp/fcgi.sock --daemo +nize --nproc 10 ... return sub { return [ 200, ["Content-Type" => "text/plain"], ["hi"] ]; }
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> ... AddHandler fcgid-script .psgi </Directory>