On Fri, Aug 31, 2001 at 07:44:36PM -0700, [EMAIL PROTECTED] wrote: > > So are you telling me that it should be working? Yes. > Because it > isn't, so something must be wrong. You never really answered my earlier question. Did you comment out the CustomLog line? funk:/var/www/conf% grep -A 1 TransferLog httpd.conf TransferLog "|rotatelogs /var/www/logs/access_log 86400" #CustomLog logs/access_log common You can also do something like: CustomLog "|rotatelogs /var/www/logs/access_log 86400" common But you CAN'T have two logging directives. It just won't work. You should see a log file like 'access_log.0999xxxxxx' the first time you access the site. Do you have any logs with names like that? > I added user www to the daemon > group, I'm curious why. Could I see `ls -l /var/www/logs` ? root owns and is the only one with write permissions for apache logs on all my machines. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
