PHP activation for lighttpd
We will see how to let lighttpd execute PHP scripts and display their results instead of their content.
FastCGI configuration of PHP5
To execute PHP scripts, lighttpd can use the standardised interface CGI that is used by web servers. It is an interface that allow easily the exchange between a ...