I run php4 on windows 98 and apache2. Php is running as cgi-bin. Everythig is ok!
But I need to run it as a loadable module.
I set my config as recomended by manuals but I get the following error message
Syntax error on line 176 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Php/php4apache2.dll into server: One of the library files needed to run this application cannot be found.
line 176 of my conf is the following
LoadModule php4_module "c:/Php/php4apache2.dll"
Is it an apache2 problem with w98 or am I missing something possible to fix?