include "awstats.model.conf" before customize settings in it, refs #165

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-20 05:21:48 +00:00
parent d4f3093ae3
commit 4f5cb34f00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
# Include local configuration options identical for all virtual hosts
Include "{AWSTATS_CONF}awstats.model.conf"
LogFile="{LOG_FILE}"
LogType=W
LogFormat = 1
@@ -5,6 +8,3 @@ LogSeparator=" "
SiteDomain="{SITE_DOMAIN}"
HostAliases="{HOST_ALIASES}"
DirData="{CUSTOMER_DOCROOT}"
# Include local configuration options identical for all virtual hosts
Include "{AWSTATS_CONF}awstats.model.conf"

View File

@@ -1,3 +1,6 @@
# Include local configuration options identical for all virtual hosts
Include "{AWSTATS_CONF}awstats.model.conf"
LogFile="{LOG_FILE}"
LogType=W
LogFormat = "%host %virtualname %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"
@@ -6,5 +9,3 @@ SiteDomain="{SITE_DOMAIN}"
HostAliases="{HOST_ALIASES}"
DirData="{CUSTOMER_DOCROOT}"
# Include local configuration options identical for all virtual hosts
Include "{AWSTATS_CONF}awstats.model.conf"