Using Windows 98, I have installed Apache 2.0.48. Since it doesn't work, I uninstalled it and installed ver 1.3.28 to be started in console. After that I installed PHP with install, later I realized that in my case it must be installed manually, so I did it.
I modified httpd.conf and php.ini and place them as it is indicated. When I try to start Apache, I received the following error message: Syntax error on line 161 of c:/archivos de programa/apache group/apache/conf/httpd.conf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from I have: #From PHP/Install.txt 161 LoadModule php4_module C:/Archivos de programa/Apache Group/Apache/PHP/php-4.3.5-Win32/sapi/php4apache.dll 162 AddModule mod_php4.c 163 AddType application/x-httpd-php .php I don't have files mod_php4.c neither x-httpd-php .php. Are they needed? From where can I get them? I also have Apache2 in Apache Group/ Thanks for help Luis