Solved the case - As there is some difference between 12.10 and 12.04 - correct code in 15-fastcgi-php.conf is:
Code:
# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
# http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
## Start an FastCGI server for php (needs the php5-cgi package)
fastcgi.server += ( ".php" =>
((
"host" => "127.0.0.1",
"port" => "9000",
"broken-scriptfilename" => "enable"
))
)
And the php is working
Recent comments
19 hours 17 min ago
19 hours 23 min ago
1 day 21 min ago
1 day 7 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 1 hour ago