Re: [gentoo-user] apache2 stopped logging referrers

2005-06-09 Thread Grant
 actually I'm using apache2 and referer log comes together with other
 data. May could it be a log format option?
 I'm using cronolog to rotate apache logs so I have this line at apache2.conf:
 CustomLog |/usr/sbin/cronolog /var/log/apache2/%Y/%m/%d/access.log
 combined env=!VLOG

Are you using the stable apache layout with apache2.conf or the new ~
layout with httpd.conf?  The default behaviour seems to have been
changed for the new layout.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] apache2 stopped logging referrers

2005-06-08 Thread Claudinei Matos
actually I'm using apache2 and referer log comes together with other
data. May could it be a log format option?
I'm using cronolog to rotate apache logs so I have this line at apache2.conf:
CustomLog |/usr/sbin/cronolog /var/log/apache2/%Y/%m/%d/access.log
combined env=!VLOG

claudinei matos
On 6/7/05, Grant [EMAIL PROTECTED] wrote:
   It seems that apache2 has stopped logging referrers.  Where can I set
   it to log them again?
  
   - Grant
  
 
  into httpd.conf put something like this:
 
  ErrorLog logs/this.is.your.site.com_error
  CustomLog logs/this.is.your.site.com_log common
  CustomLog logs/this.is.your.site.com_referer referer
 
 Yeah it looks like the new Gentoo apache2 layout (apache2.conf -
 httpd.conf) has moved the referer and user agents into separate log
 files.  Why is that?
 
 - Grant
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] apache2 stopped logging referrers

2005-06-07 Thread Bastian Balthazar Bux
Grant wrote:
 It seems that apache2 has stopped logging referrers.  Where can I set
 it to log them again?
 
 - Grant
 

into httpd.conf put something like this:

ErrorLog logs/this.is.your.site.com_error
CustomLog logs/this.is.your.site.com_log common
CustomLog logs/this.is.your.site.com_referer referer




-- 
 
. These pages are best viewed by coming to my house and looking at   .
. my monitor. [S. Lucas Bergman (on his website)].
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] apache2 stopped logging referrers

2005-06-07 Thread Grant
  It seems that apache2 has stopped logging referrers.  Where can I set
  it to log them again?
 
  - Grant
 
 
 into httpd.conf put something like this:
 
 ErrorLog logs/this.is.your.site.com_error
 CustomLog logs/this.is.your.site.com_log common
 CustomLog logs/this.is.your.site.com_referer referer

Yeah it looks like the new Gentoo apache2 layout (apache2.conf -
httpd.conf) has moved the referer and user agents into separate log
files.  Why is that?

- Grant

-- 
gentoo-user@gentoo.org mailing list