On 1/7/06, Mark Leone <midnightjava@xxxxxxxxxxx> wrote: > 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. Are you sure you are editting the right config file? Is the AddModule line before or after the ClearModuleList directive? Joshua.