From: Jamie C. <jca...@we...> - 2002-06-11 01:09:27
|
Jeremy Reed wrote: > I got tired of trying to fix the error of the Apache version not updating so I uninstalled Webmin, > recompiled Apache (with default settings) and reinstalled Webmin. I can start Apache through the > command line without any problems but when I try to start it in Webmin it comes up with an error that says: > > Failed to start apache : > Starting httpd: [60G[ [1;32mOK[0;39m ] > > I ran the command httpd -t in SSH and it came up with this: > > [root@domain root]# httpd -t > Syntax OK > [Mon Jun 10 19:18:50 2002] [error] Cannot remove module mod_headers.c: not found in module list > [Mon Jun 10 19:18:50 2002] [error] Cannot remove module mod_expires.c: not found in module list > [Mon Jun 10 19:18:50 2002] [error] Cannot remove module mod_auth_db.c: not found in module list > [Mon Jun 10 19:18:50 2002] [error] Cannot remove module mod_auth_anon.c: not found in module list > [Mon Jun 10 19:18:50 2002] [error] Cannot remove module mod_rewrite.c: not found in module list > > Can somebody tell me why it is coming up with this? I tried unchecking these modules in the Apache > Module page and I'm still getting the error when trying to start through Webmin. When you start it in webmin, does it actually get started despite the error message? If so, you could just click on Module Config and change the 'Command to start apache' and 'Command to stop apache' options to Automatic. Currently it is trying to use the startup scripts for the redhat apache package, which won't work with your recompiled installation. - Jamie |