I just uninstalled Webmin because I had a few problems with it not picking up the updated Apache version, recompiled Apache (with defaultsettings) 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.
Best Regards,
John