Hi,

did someone solve your problem ?
i have php 4.2.3 and apache 2.0.43 on W2K toot
it doesn't work with modules (it your point), so i tryed with ScriptAlias
and in this case installation is fine :
i comment (#) Loadmodule and add the following lines in httpd.conf :

ScriptAlias /php/ "c:/php/"
AddType application-x-httpd-php .php
Action application-x-httpd-php "php/php.exe"

yesssss ! apache is running fine :) but a simple php page generate a "bad
request" answer :(
under command line : php.exe -i works fine -> it seems to be a server side
config problem !

i tried to find help on irc -> nothing right now ...
so i have a look to this discussion mail-list ... keep hanging on ...
thank you for your help


"Bill Hudspeth" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Help!
>
> I have installed PHP 4.2.1 and Apache 2.0.43 on my Win2000 machine. The
> Apache server is up and running, but when I add the following line to my
> httpd.conf, the Apache service cannot be run. The referenced directory
> location is where I have installed my PHP dlls. When I comment out the
line,
> I can start the service again. Any help would be appreciated.
>
> LoadModule php4_module c:/winnt/system32/php4apache2.dll
>
> Bill
>
>
>
>
>
>



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

Reply via email to