20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
# for Froxlor and AWStats to work together
|
|
# you have to comment out the following
|
|
# variables
|
|
|
|
# look for
|
|
LogFile=""
|
|
LogType=""
|
|
LogFormat=""
|
|
LogSeparator=""
|
|
SiteDomain=""
|
|
DirData="/some/folder/"
|
|
|
|
# and comment this out with a hash (#)
|
|
#LogFile=""
|
|
#LogType=""
|
|
#LogFormat=""
|
|
#LogSeparator=""
|
|
#SiteDomain=""
|
|
#DirData="/some/folder/"
|