I am having the weirdest problem. Running Apache
2.0.55 on Solaris 9, I am unable to get Apache to
generate and write to the access_log file while the
CustomLog directive is  enclosed in the <IfModule>
</IfModule> tags.

This is what I have:

<IfModule log_config_module>
    #
    # The following directives define some format
nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b
\"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    CustomLog logs/access.log combined
</IfModule>

It simply doesn’t work.

If I remove the <IfModule></IfModule> tags, it does
work. I made sure I am loading the log_config_module

LoadModule access_module modules/mod_access.so
LoadModule alias_module modules/mod_alias.so
LoadModule auth_module modules/mod_auth.so
LoadModule dir_module modules/mod_dir.so
LoadModule dumpio_module modules/mod_dumpio.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule log_forensic_module
modules/mod_log_forensic.so
LoadModule logio_module modules/mod_logio.so
LoadModule security_module modules/mod_security.so
LoadModule mime_module modules/mod_mime.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule unique_id_module modules/mod_unique_id.so

I even proved this to myself by removing the
“LoadModule log_config_module xxx” line, at which
point Apache complains about the CustomLog directive.
So I know the module is loaded.

I tried to reproduce this behavior on my Fedora 4
linux box with Apache 2.0.55 (RPM) and it does the
same thing.

I am not using any virtual hosts and/or SSL, and yes,
the logs and log directory have the appropriate
permissions.

Has anyone seen / experienced this before?

        Richard


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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]

Reply via email to