Quantcast
Channel: How to configure fastcgi with lighttpd - Server Fault
Browsing all 2 articles
Browse latest View live

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 Article


How 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
Browsing all 2 articles
Browse latest View live