I'm working on setting this up on Mac OS X Leopard. I'm having a devil of a time getting PHP5 working as fastcgi under lighttpd. I've verified that I've compiled php with fastcgi enabled. I've tried configuring lighttpd as I've seen in various documentation.
Php-cgi yuva oluşturmak gerekiyordu ben anlayamıyorum çekirdek bit veya lighttpd onu oluşturur eğer.
Benim lighttpd'nin config gibi görünüyor:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/var/run/php-fastcgi.socket",
"bin-path" => "/usr/local/php/bin/php-cgi"
)
)
)
I / var / run kontrol ettiğinizde / php-fastcgi.socket oluşturuldu.