well.

I have found a little error in my lighttpd.conf (the bin-path was wrong)

fastcgi.server             = ( ".php" =>
                               ( "localhost" =>
                                 (
                                   "socket" =>
"/var/www/tmp/php-fastcgi.socket",
                                   "bin-path" => "/usr/local/bin/php-fastcgi"
                                 )
                               )
                            )


now it's ok, but it remains a problem...

when I try to load a webpage, I get "No input file specified".

I have changed my php.ini but it's not enough...

An other idea ?

Regards.

2010/7/10 Matthew Weigel <uni...@idempot.net>:
> On 7/10/2010 9:55 AM, mlanciau wrote:
>> Hello !
>>
>> I'm trying to install lighttpd (no problem) and to add php to create a
>> good web server. But, even if I didn't chroot lighttpd, I don't
>> succeed.
>>
>> Have you any idea ?
>
> What's the fastcgi configuration in lighttpd.conf look like?
> --
> B Matthew Weigel
> B hacker
> B unique & idempot . ent
>
>



--
Lanciaux Maxime
IngC)nieur Consultant BI junior
Web : http://dl.dropbox.com/u/3485254/index.html
Twitter : http://twitter.com/Lanciaux_Maxime

Reply via email to