i don't really see why you would even try to unload mod-php4.c since apache doesn't come installed with it.In windows you can only load the module (php4apache.dll) if you installed php under c:\ you would only add LoadModule php4_module D:/Programs/AppServ/php/sapi/php4apache.dll any text with mod-php4.c shouldn't even exists in the config then you would add the file types AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps and it should work and you shouldn't forget to copy the file php4ts.dll to lets say your system32 folder making sure it doesn't exists anywhere else in your windows root(from previous php installations) that should generally work.
the other way would be to use the php.exe file and run php as a cgi you would have to add the lines: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" again no text with mod-php4.c should exists. if you for some insane reason still think that mod-php4.c is loading and it shouldn't you could always uncomment the line that says ClearModuleList and then load the needed modules by hand.Note: if you use cleanmodule list and don't uncomment the lines that load the default modules apache will fail to start. Hope this helps "Randall Barber" <[EMAIL PROTECTED]> wrote in message 002001c1940e$3af25ea0$c4df070a@rdb55">news:002001c1940e$3af25ea0$c4df070a@rdb55... Using both the MSI and EXE packages of the subject mentioned programs, I arrive at the same place, Apache will not run PHP. I am using NT 4.0 SP 6. I add the familiar LoadModule and AddType lines to the Apache httpd.conf file. I install Apache first, then PHP with the following error: Cannot unload mod-php4.c: File is not in module list (thats a paraphrase by the way). I tried uninstalling both and installing both in different order. Same result. What am I missing? Apache runs with out the module, so I am guessing its php. Anyone have a solution? Please. Thanks in advance RDB -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]