"Alan Popow" <[EMAIL PROTECTED]> wrote in message
>On Fri, 26 Apr 2002 16:35:30 -0400, you wrote:

>>Has anyone done this?
>>I just tried installing apache 2.0 (latest on their site) and the latest
php as a module for apache (not cgi), and found it doesnt seem to work.
>>
>>When apache starts, it says module not found.
>>
>>I know php is installed right, because the same php folder works under
apache vers 1.
>>
>>Anyone else had this problem?
>
>Are you loading the php4_module from the apache2filter dll in the
>'experimental' folder, or are you still pointing to the php4apache dll in
>the 'sapi' folder?
>
>If you're not using the apache2filter dll, change the loadmodule line in
>your httpd.conf file.
>

Thanks Alan.  That worked a treat for me...!

The line I added was...

LoadModule php4_module C:/php/experimental/apache2filter.dll

Already included were...
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

and I also added index.php to the list of Directory indexes...

DirectoryIndex index.html index.html.var index.php




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

Reply via email to