Hi Shwu-Ying,

The PHP manual gets updated with new instructions, which will better cover PHP 5 and Apache 2 issues, as well as providing better PHP install instructions.

Goba


I tried to install PHP 5 with Apache 2 server on Windows environment by following the instruction listed in the install.txt.
In the install.txt, it stated that we should have the following added in the httpd.conf.


    LoadModule php5_module c:/php/php5apache.dll
    AddModule mod_php5.c
    AddType application/x-httpd-php .php

I tried but that does not work for me. I experimented and got it to work. What I did is to load a differet dll and did not include the the AddModule line.


LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php


I hope this helps others who have similar situations like mine.
Thanks!


Shwu-Ying

------------------------------------------------------------------------
Do you Yahoo!?
Yahoo! Mail <http://us.rd.yahoo.com/mail_us/taglines/virus/*http://promotions.yahoo.com/new_mail/static/protection.html> - Helps protect you from nasty viruses.

Reply via email to