View previous topic :: View next topic |
Author |
Message |
grimm26 Guru
Joined: 23 May 2004 Posts: 313 Location: Chicagoland, IL
|
Posted: Mon Jul 09, 2007 5:21 pm Post subject: VLOG in apache config |
|
|
I am setting up a box with apache 2.2.4 and in the process of setting up the configs, I came across this line in the default set of config files, /etc/apache2/modules.d/00_mod_log_config.conf:
Code: |
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i VLOG=${VLOG}e" vhost
|
Nowhere else inthe default configs is there any mention of VLOG or what it is supposed to do for me. In the server setup I am migrating from, I already use a LogFormat just like that, sans the VLOG part. What is it for? _________________ "Blessed is he who finds happiness in his own foolishness, for he will always be happy". |
|
Back to top |
|
|
magic919 Advocate
Joined: 17 Jun 2005 Posts: 2182 Location: Berkshire, UK
|
|
Back to top |
|
|
grimm26 Guru
Joined: 23 May 2004 Posts: 313 Location: Chicagoland, IL
|
Posted: Mon Jul 09, 2007 6:08 pm Post subject: |
|
|
Thanks for the link. However, that doesn't answer my question about the VLOG=${VLOG}e part. That part is not necessary to accomplish vhritual host log splitting like described in the apache link you provided. _________________ "Blessed is he who finds happiness in his own foolishness, for he will always be happy". |
|
Back to top |
|
|
|