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
18 hours 7 min ago
23 hours 12 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 19 hours ago
1 day 19 hours ago
2 days 39 min ago
2 days 7 hours ago
2 days 8 hours ago
2 days 9 hours ago