Search
j0ke.net Open Build Service
>
Projects
>
ha
>
lighttpd-snapshot
> lighttpd-1.4.10_testsuite.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lighttpd-1.4.10_testsuite.patch of Package lighttpd-snapshot (Revision 2)
Currently displaying revision
2
,
show latest
yIndex: tests/fastcgi-13.conf =================================================================== Index: tests/fastcgi-13.conf =================================================================== --- tests/fastcgi-13.conf.orig +++ tests/fastcgi-13.conf @@ -85,7 +85,7 @@ fastcgi.server = ( ".php" = "grisu" => ( "host" => "127.0.0.1", "port" => 1048, - "bin-path" => "/usr/bin/php-cgi", + "bin-path" => "/srv/www/cgi-bin/php5", "bin-copy-environment" => ( "PATH", "SHELL", "USER" ), ) ) Index: tests/mod-fastcgi.t =================================================================== --- tests/mod-fastcgi.t.orig +++ tests/mod-fastcgi.t @@ -223,7 +223,7 @@ EOF } SKIP: { - skip "no php found", 5 unless -x "/usr/bin/php-cgi"; + skip "no php found", 5 unless -x "/srv/www/cgi-bin/php5"; $tf->{CONFIGFILE} = 'fastcgi-13.conf'; ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die(); $t->{REQUEST} = ( <<EOF