On Mon, 17 Nov 2003 15:30:43 +0000, Curt Zirzow wrote:

> * Thus wrote Arne Rusek ([EMAIL PROTECTED]):

> Your problem exists here:
> 
> Server API => Command Line Interface
> _ENV["SERVER_SOFTWARE"] => Boa/0.94.13
> 
> Seeing this tells me your webserver is not configured correctly,
> Boa should not be using the CLI version of php it should be using
> the CGI version.

Thank you, that was it. Boa can't run php directly. So i made php files
executable and added '#!/usr/bin/php4' at the beginning of the script.
Instead of that I should have used the cgi version, as you suggested,
which was /usr/lib/cgi-bin/php4.

Take care.

Arne Rusek

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to