huwnet
July 10th, 2006, 12:55 PM
I have installed lighttpd, mod_fastcgi and the relevant php files. However when I try to open a php in lighttpd I just get a blank file.
Here is my fastcgi config:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"bin-path" => "/usr/bin/php5-cgi",
"port" => 9000
)
)
)
Obviously the module is enabled ;)
Here is my fastcgi config:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"bin-path" => "/usr/bin/php5-cgi",
"port" => 9000
)
)
)
Obviously the module is enabled ;)