Home > Archive > PHP Mirrors > June 2007 > Re: Load Apache Module
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Load Apache Module
|
|
| ZHAO, GRANT GUOZHU G 2007-06-26, 7:03 pm |
| Hi,
I have installed php5 and apache 2.2 on my Windows XP.=20
According to the php installation document and the book "PHP 5 fast&easy
web development", I configure apache Module version of php on Apache
httpd.conf file with following lines:
LoadModule php5_module "c:/php/php5apache2.dll" (based on the
install doc)
or
LoadModule php5_module c:/php// php5apache2.dll (based on the book)
When I test it, It fails because of load syntax errors. Could you please
help me the correct LoadModule syntax.
Thanks,
Grant=20
=20
| |
| Philip Olson 2007-06-26, 7:03 pm |
| >
> I have installed php5 and apache 2.2 on my Windows XP.
> According to the php installation document and the book "PHP 5
> fast&easy
> web development", I configure apache Module version of php on Apache
> httpd.conf file with following lines:
> LoadModule php5_module "c:/php/php5apache2.dll" (based on the
> install doc)
> or
> LoadModule php5_module c:/php// php5apache2.dll (based on the
> book)
> When I test it, It fails because of load syntax errors. Could you
> please
> help me the correct LoadModule syntax.
Hello Grant,
Please use the following for support:
http://php.net/support
http://php.net/manual
Regards,
Philip
P.S. Note the difference between php5apache2_2.dll and php5apache2.dll
|
|
|
|
|