I have the following statements in my httpd.conf file:
LoadModule config_log_module libexec/httpd/mod_log_config.so
AddModule mod_log_config.c
Module mod_log_config is the first module loaded and added in the
respective sections.
However, for some reason, the modele does not execute, as evidenced by
the fact that commands like LogFormat and CustomLog are not understood.
Furthermore, when I examine the apache server status using PHPInfo,
mod_log_config is not listed as a loaded module. I do have the file
mod_log_config.so in directory usr/libexec/httpd, and /usr is specifid
as server root.
Can anyone tell me what I'm missing?
-Mark
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]