Project

General

Profile

Actions

Bug #381

closed

php or bin path not recognised

Added by Anonymous over 19 years ago. Updated about 1 year ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

php is installed but lighttpd can't recognise it


# /usr/bin/php -v
PHP 5.0.5 (cgi-fcgi) (built: Nov 19 2005 00:26:21)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies

# /etc/rc.d/lighttpd start
2005-11-20 22:20:37: (mod_fastcgi.c.888) execve failed for: /usr/bin/php No such file or directory

lighttpd.conf

fastcgi.server = ( ".php" =>    ( "localhost" =>
                   ( "host" => "127.0.0.1",
                     "port" => 2000,
                     "bin-path" => "/usr/bin/php" 
                    ) ) )

Actions #1

Updated by moo about 19 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme
Actions #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions #3

Updated by gstrauss about 1 year ago

  • Description updated (diff)
  • Status changed from Missing Feedback to Invalid
  • ASK QUESTIONS IN Forums set to No

Use "bin-path" => "/usr/bin/php-cgi"

Actions

Also available in: Atom