Friday, May 31, 2002, 9:29:52 AM, you wrote:

> I simply installed the binary version of Apache 2.0.36 and PHP 4.1.1 does
> not work anymore.
> I didn't do anything else than installing the binary version of apache, and
> start apache.
> Apache starts well, I can see the Apache welcome screen.

> What did I do wrong or forget ??

You need to upgrade PHP to the latest version which contains experimental
support for Apache 2. PHP 4.1.x doesn't provide any specific support for
Apache 2 and will only work if you use it as a CGI app.

Whn you upgrade, don't forget to change the LoadModule line for PHP in
httpd.conf to load php/experimental/apache2filter.dll instead of
php/sapi/php4apache.dll.

-- 
Stuart


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

Reply via email to