↧
Answer by user56810 for How to configure fastcgi with lighttpd
This is all:fastcgi.server = ( ".php" => (("bin-path" => "/usr/bin/php-cgi","socket" => "/tmp/php.socket" )))
View ArticleHow to configure fastcgi with lighttpd
I am trying to configure FastCgi with ligttpd server. I was able to run vanilla lighttpd like this:./lighttpd -f lighttpd.confAnd then I compile/install the source of fastcgi, and I add the following...
View Article
More Pages to Explore .....