www% cd /var/www/logs www% ls access_log error_log ssl_engine_log access_log.oldest httpd.pid ssl_mutex.20978 www% ls -l total 4900 -rw-r--r-- 1 root daemon 221364 Sep 1 18:57 access_log -rw-r--r-- 1 root daemon 2036091 Aug 21 10:53 access_log.oldest -rw-r--r-- 1 root daemon 200973 Sep 1 18:49 error_log -rw-r--r-- 1 root daemon 5 Aug 13 12:57 httpd.pid -rw-r--r-- 1 root daemon 8921 Aug 21 10:57 ssl_engine_log -rw------- 1 www daemon 0 Aug 13 12:57 ssl_mutex.20978 Yes, there is a Customlog line... There was also a line that just said TransferLog... Is this my problem? If it is, I would have never figured it out without some heavy reading... TimH On 01-Sep-2001 Jacob Meuser wrote: > 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]> ------ 01-Sep-2001
