Page 15
ive installed
Apache 2.0.52-win32-x86-no_ssl
PHP 4.3.10-Win32
Mysql 4.0.22-win
im on page 15 at the bottom.
i dont know if this is me, it seems a few people have a problem with this, i have looked at past posts and tryed to follow them but i seem to have the same problem.
i am told by the book:-
"Now add the PHP moduel into your hyypd.conf program so that Apache can propperly parse PHP.
In your program, add the following line:
LoadModule php4_module c:/php/sapi/php4apache2.dll
Make sure your path matches the location of this file."
i added this line:
"LoadModule php4_module D:/php/php-4.3.10-Win32/sapi/php4apache2.dll"
because thats the path to the dll, but when i start Apache i get the following error:
"The requested oporation has failed!"
i've even followed the manual on "http://www.php.net/manual/en/install.windows.apache2.php"
so that ive included:'
"# For PHP 4 do something like this:
LoadModule php4_module D:/php/php-4.3.10-Win32/sapi/php4apache2.dll
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir D:/php/php-4.3.10-Win32"
and
"ScriptAlias /php/ d:/php/
AddType application/x-httpd-php .php
# For PHP 4
Action application/x-httpd-php php/php.exe"
and i would like someone to point out the error in my ways :d
|