Browse Source

Adapted mnemosyne/php to use `php-cgi` instead of `php` in lighttpd's config

legacy/udev-work
Alejandro Mery 17 years ago
parent
commit
3cdcf1a7f1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pkg_conf/php.conf

+ 2
- 2
pkg_conf/php.conf

@ -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",

Loading…
Cancel
Save