lighttpd and PHP?

I installed lighttpd with apt-get, then php5-cgi with apt-get, following this guide but I can't find the bit it says here

Look for the fastcgi.server section for php4 and change it so it looks like this:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/php-fastcgi.socket",
"bin-path" => "/usr/bin/php4-cgi"
)
)
)
Is there an easier way? Thanks.

 

 

 

 

Top