lighttpd+fastcgi under freebsd

| | Comments (0) | TrackBacks (0)
## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
fastcgi.server             = ( ".php" =>
                               ( "localhost" =>
                                 (
                                   "socket" => "/tmp/php-fastcgi.socket",
                                   "bin-path" => "/usr/local/bin/php-cgi"
                                 )
                               )
                            )

0 TrackBacks

Listed below are links to blogs that reference this entry: lighttpd+fastcgi under freebsd.

TrackBack URL for this entry: http://www.syxin.com/mt/mt-tb.cgi/649.

Leave a comment