Posted by Loafer on 12/17/25 11:56
On 27 Jul 2006 14:54:11 -0700, "php-newbe"
<veraburenin@verizon.net> wrote:
>
>Mladen Gogala wrote:
>> php-newbe wrote:
>> > I have installed Apache2.2 (C:\Program Files\Apache Software
>> > Foundation\Apache2.2) and it works..
>> > Then I have installed php5 (c:\php)
>>
>>
>> Apache 2.2 doesn't work with supplied PHP5 dll objects. You must compile
>> the module from the source code or use Apache 2.0.54.
>>
>>
>> --
>> Mladen Gogala
>> http://www.mgogala.com
>
>Dear Mladen:
>
>Thank you very much. I've installed the Apache 2.0.57 (it was avalable
>as Legacy version)
>but it still does not work. would appreciate if you give me some
>advice on what to do to make php work with Apache.
>THanks,
>Vera
>P.S. I loved you web site.
You have to add a line:
LoadModule php5_module c:\php\php5apache2.dll
in your httpd.conf file. It should work with Apache 2.0.57, but
there's a bug you need to work around in Apache 2.2.x if you
don't have the Microsoft Visual C++ compiler (as I don't). Get
the php5apache2_2.dll file from the current php 5.2 build and put
it in your c:\php directory, and modify the LoadModule line to
refer to it rather than php5apache2.dll
--
Roger
--
Posted via a free Usenet account from http://www.teranews.com
[Back to original message]
|