エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Running PHP scripts in uWSGI — uWSGI 2.0 documentation
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Running PHP scripts in uWSGI — uWSGI 2.0 documentation
Running PHP scripts in uWSGI¶ You can safely run PHP scripts using uWSGI’s CGI support. The downs... Running PHP scripts in uWSGI¶ You can safely run PHP scripts using uWSGI’s CGI support. The downside of this approach is the latency caused by the spawn of a new PHP interpreter at each request. To get far superior performance you will want to embed the PHP interpreter in the uWSGI core and use the PHP plugin. Building¶ A bunch of distros (such as Fedora, Red Hat and CentOS) include a php-embedded

