- make path to awstats configuration folder a setting (again), fixes #125

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-08 10:28:48 +00:00
parent 04c7aae433
commit a0274b083b
14 changed files with 40 additions and 17 deletions

View File

@@ -7,4 +7,4 @@ HostAliases="{HOST_ALIASES}"
DirData="{CUSTOMER_DOCROOT}"
# Include local configuration options identical for all virtual hosts
Include "/etc/awstats/awstats.model.conf"
Include "{AWSTATS_CONF}awstats.model.conf"

View File

@@ -7,4 +7,4 @@ HostAliases="{HOST_ALIASES}"
DirData="{CUSTOMER_DOCROOT}"
# Include local configuration options identical for all virtual hosts
Include "/etc/awstats/awstats.model.conf"
Include "{AWSTATS_CONF}awstats.model.conf"