|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: target/mnemosyne/pkg_conf/php.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2002 - 2006 Alejandro Mery |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -36,7 +36,7 @@ lighttpd) |
|
|
|
cat <<-EOT >> $root$1/conf.d/php.conf-dist |
|
|
|
fastcgi.server = ( ".php" => |
|
|
|
(( "socket" => "/tmp/php-fastcgi.socket", |
|
|
|
"bin-path" => "$bindir/php", |
|
|
|
"bin-path" => "$bindir/php-cgi", |
|
|
|
"max-procs" => 1, |
|
|
|
"bin-environment" => ( |
|
|
|
"PHP_FCGI_CHILDREN" => "16", |
|
|
|