made the 'spawn php myself' working again for me (jan)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@905 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
8cc3e9fdbb
commit
f6257d9118
|
@ -8,8 +8,6 @@ debug.log-request-handling = "enable"
|
|||
## bind to port (default: 80)
|
||||
server.port = 2048
|
||||
|
||||
# server.license = "00000001000000013feccb804014587f000000010000000105911c976a3d462c8eaa2d7ca850432c"
|
||||
|
||||
## bind to localhost (default: all interfaces)
|
||||
server.bind = "localhost"
|
||||
server.errorlog = "@SRCDIR@/tmp/lighttpd/logs/lighttpd.error.log"
|
||||
|
@ -87,7 +85,7 @@ fastcgi.server = ( ".php" => (
|
|||
"grisu" => (
|
||||
"host" => "127.0.0.1",
|
||||
"port" => 1048,
|
||||
"bin-path" => "/home/jan/Documents/php-5.1.0b3/sapi/cgi/php -c /usr/local/lib/php.ini",
|
||||
"bin-path" => "/home/jan/Documents/php-5.1.0/sapi/cgi/php -c /usr/local/lib/php.ini",
|
||||
"bin-copy-environment" => ( "PATH", "SHELL", "USER" ),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -216,7 +216,7 @@ EOF
|
|||
}
|
||||
|
||||
SKIP: {
|
||||
skip "no php found", 4 unless -x "/home/jan/Documents/php-5.1.0b3/sapi/cgi/php";
|
||||
skip "no php found", 4 unless -x "/home/jan/Documents/php-5.1.0/sapi/cgi/php";
|
||||
$tf->{CONFIGFILE} = 'fastcgi-13.conf';
|
||||
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();
|
||||
$t->{REQUEST} = ( <<EOF
|
||||
|
|
Loading…
Reference in New Issue