エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
PSGI/FAQ.pod at master from miyagawa's psgi-specs - GitHub
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
PSGI/FAQ.pod at master from miyagawa's psgi-specs - GitHub
NAME PSGI::FAQ - Frequently Asked Questions and answers QUESTIONS General How do you pronounce PS... NAME PSGI::FAQ - Frequently Asked Questions and answers QUESTIONS General How do you pronounce PSGI? We read it simply P-S-G-I. So what is this? PSGI is an interface between web servers and perl-based web applications akin to what CGI does for web servers and CGI scripts. Why do we need this? Perl has CGI as a core module that somewhat abstracts the difference between CGI, mod_perl and FastCGI. Ho