]> git.pld-linux.org Git - packages/cherokee.git/blob - cherokee-php-path.patch
- use functions, add try-restart
[packages/cherokee.git] / cherokee-php-path.patch
1 --- cherokee-0.6.1/cherokee/handler_phpcgi.c~   2008-04-17 16:41:42.000000000 +0200
2 +++ cherokee-0.6.1/cherokee/handler_phpcgi.c    2008-04-17 16:45:23.471106094 +0200
3 @@ -71,7 +71,7 @@
4         "php", 
5         "php5", 
6         "php4", 
7 -       "php-cgi",
8 +       "php.fcgi",
9  #else
10         "PHP.EXE",
11  #endif
12 --- cherokee-0.9.4/configure.in.orig    2008-10-09 13:41:48.000000000 +0200
13 +++ cherokee-0.9.4/configure.in 2008-10-21 01:20:27.000000000 +0200
14 @@ -1145,13 +1145,7 @@
15  if test "x$PHPCGI" = "x"; then
16     AC_MSG_RESULT([no])
17  else
18 -   $PHPCGI -v | grep 'cgi-fcgi' >/dev/null 2>/dev/null
19 -   if test $? != 0; then
20 -      PHPCGI=""
21 -      AC_MSG_RESULT([no])
22 -   else
23 -      AC_MSG_RESULT([yes])
24 -   fi
25 +   AC_MSG_RESULT([yes])
26  fi
27  
28  if test "x$PHPCGI" = "x"; then
This page took 0.058068 seconds and 3 git commands to generate.