Re: OpenBSD + lighttpd + php5

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: mlanciau
Date: Saturday, July 10, 2010 - 1:27 pm

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 <unique@idempot.net>:



--
Lanciaux Maxime
IngC)nieur Consultant BI junior
Web : http://dl.dropbox.com/u/3485254/index.html
Twitter : http://twitter.com/Lanciaux_Maxime
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
OpenBSD + lighttpd + php5, mlanciau, (Sat Jul 10, 7:55 am)
Re: OpenBSD + lighttpd + php5, Matthew Weigel, (Sat Jul 10, 8:57 am)
Re: OpenBSD + lighttpd + php5, mlanciau, (Sat Jul 10, 1:27 pm)
Re: OpenBSD + lighttpd + php5, Matthew Weigel, (Sat Jul 10, 1:52 pm)
Re: OpenBSD + lighttpd + php5, Antti Harri, (Sat Jul 10, 2:23 pm)