wshq 发表于 2018-10-18 10:21:14

在lighttpd上使用fastcgi方式部署hg server-seewind

#fastcgi配置  fastcgi.server=(
  "/hg_fastcgi.fcgi" =>(
  "hg" => (
  "bin-path" => "/usr/bin/python /home/hg/hgserver/hg_fastcgi.py socket=/tmp/hg.socket-0",
  "socket" => "/tmp/hg.socket",
  "min-procs" => 1,
  "max-procs" => 1,
  "idle-timeout" => 120,
  "check-local" => "disable",
  )
  ),
  )

页: [1]
查看完整版本: 在lighttpd上使用fastcgi方式部署hg server-seewind