PDA

View Full Version : Cannot remove module mod_frontpage.c:not found in module list



True Magic
06-07-2004, 12:59 PM
Even though Apache has reloaded, is my frontpage compatibility not usable?:

[Mon Jun 7 14:55:44 2004] [notice] caught SIGTERM, shutting down
[Mon Jun 7 14:55:44 2004] [error] Cannot remove module mod_frontpage.c: not fo$
[Mon Jun 7 14:56:25 2004] [error] Cannot remove module mod_frontpage.c: not fo$
[Mon Jun 7 14:56:26 2004] [error] Cannot remove module mod_frontpage.c: not fo$
[Mon Jun 7 14:57:01 2004] [error] Cannot remove module mod_frontpage.c: not fo$
[Mon Jun 7 14:57:51 2004] [error] Cannot remove module mod_frontpage.c: not fo$
[Mon Jun 7 14:57:52 2004] [notice] Apache/1.3.31 (Unix) mod_ssl/2.8.18 OpenSSL$
[Mon Jun 7 14:57:52 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbi$
[Mon Jun 7 14:57:52 2004] [notice] Accept mutex: flock (Default: flock)

DirectAdmin Sales
06-14-2004, 04:27 PM
Hello,

thats just because the fronpage modules is being loaded by the module is compiled into the binary itself, so it's already loaded into apache.. You can get rid of those by just removing the LoadModule lines for frontpage, since it's not needed (doesnt need to be loaded, its already there).

John