Hi: >But I need a clarification, do I need the .c files?
no, you don't, in fact, the mod_php4.c is not a file name here, it's the module's nomenclature. You load it with LoadModule, but ClearModuleList unloaded it later. So if you comment ClearModuleList, you have solved the problem. If you add it again later with AddModule, it will be also ok. >... >So I commented out all LoadModule *.c lines (and of course the >ClearModuleList line) and Apache works fine, and PHP as well. >Is there some drawback with this behaviour? no, there is not, unless you commented some other module you may need... Greetings, F.J. Ortiz -- PHP Install 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]