ユーザ用ツール

サイト用ツール


serverapps:lighttpd

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
serverapps:lighttpd [2022/07/01 14:47]
hayashi [php5]
serverapps:lighttpd [2022/07/01 15:03] (現在)
hayashi [php7.4]
行 56: 行 56:
   include "conf.d/fastcgi.conf"   include "conf.d/fastcgi.conf"
  
-conf.d/fastcgi.conf+conf.d/fastcgi.conf((参考: https://www.php.net/manual/ja/install.unix.lighttpd-14.php))
  
 <code> <code>
 fastcgi.server = ( ".php" => fastcgi.server = ( ".php" =>
                     (("bin-path" => "/usr/local/bin/php-cgi",                     (("bin-path" => "/usr/local/bin/php-cgi",
-                      "socket" => "/tmp/php.socket" +                      "socket" => "/tmp/php.socket", 
-                     ))+                      "bin-environment" => ( 
 +                        "PHP_FCGI_CHILDREN" => "16", 
 +                        "PHP_FCGI_MAX_REQUESTS" => "10000" 
 +                      ), 
 +                      "min-procs" => 1, 
 +                      "max-procs" => 1, 
 +                      "idle-timeout" => 20 
 +                    ))
                  )                  )
 </code> </code>
serverapps/lighttpd.1656654428.txt.gz · 最終更新: 2022/07/01 14:47 by hayashi