Hi,
i need to load the php module in my apache webserver.
these are the packages i downloaded:
httpd-2.0.64-win32-x86-openssl-0.9.8o.msi
php-5.3.22-Win32-VC9-x86.msi
php is installed in c:/programmi/php
now in the httpd.conf, after the others LoadModule:
LoadModule php5_module "c:/Programmi/PHP/php5apache2_2.dll"
now when i start the webserver it says:
Invalid LoadModule path c:/Programmi/PHP/php5apache2_2.dll
since the dll is in the right place, what this error mean?
thanks to all
Michele