]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- fix path of php cgi binary
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 31 Dec 2005 15:35:40 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee-php-path.patch -> 1.1

cherokee-php-path.patch [new file with mode: 0644]

diff --git a/cherokee-php-path.patch b/cherokee-php-path.patch
new file mode 100644 (file)
index 0000000..6e29c27
--- /dev/null
@@ -0,0 +1,21 @@
+--- cherokee-0.4.29/cherokee/handler_phpcgi.c~ 2005-11-05 12:18:17.000000000 +0200
++++ cherokee-0.4.29/cherokee/handler_phpcgi.c  2005-12-31 16:40:31.000000000 +0200
+@@ -55,16 +55,12 @@
+ static char *php_paths[] = {
+-      "/usr/lib/cgi-bin/",
+-      "/usr/local/bin/",
++      "/usr/bin/",
+       NULL
+ };
+ static char *php_names[] = {
+-      "php", 
+-      "php5", 
+-      "php4", 
+-      "php3",
++      "php.cgi", 
+       NULL
+ };
This page took 0.057002 seconds and 4 git commands to generate.