php-install | 2002112
Date: 11/23/02
- Next message: laurent: "[PHP-INST] Re: Apache Installation problems"
- Previous message: zafar: "[PHP-INST] php installation problem with imap support"
- In reply to: Bill Hudspeth: "[PHP-INST] Apache Installation problems"
- Next in thread: laurent: "[PHP-INST] Re: Apache Installation problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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" <wbhk <email protected>> a écrit dans le message de news:
20021118230405.70954.qmail <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
- Next message: laurent: "[PHP-INST] Re: Apache Installation problems"
- Previous message: zafar: "[PHP-INST] php installation problem with imap support"
- In reply to: Bill Hudspeth: "[PHP-INST] Apache Installation problems"
- Next in thread: laurent: "[PHP-INST] Re: Apache Installation problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

