slitaz-forge diff forum/system-config/awstats/awstats.forum.slitaz.org.conf @ rev 0

Adding system and vanilla config files for the forum
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:25:56 2010 +0100 (2010-12-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/forum/system-config/awstats/awstats.forum.slitaz.org.conf	Wed Dec 22 10:25:56 2010 +0100
     1.3 @@ -0,0 +1,240 @@
     1.4 +# AWSTATS CONFIGURE FILE 6.0
     1.5 +#-----------------------------------------------------------------------------
     1.6 +# Copy this file into awstats.www.mydomain.conf and edit this new config file
     1.7 +# to setup AWStats (See documentation in docs/ directory).
     1.8 +# The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for
     1.9 +# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
    1.10 +# To include an environment variable in any parameter (AWStats will replace
    1.11 +# it with its value when reading it), follow the example:
    1.12 +# Parameter="__ENVNAME__"
    1.13 +# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
    1.14 +# the config value in an AWStats running session and can be used like others.
    1.15 +#-----------------------------------------------------------------------------
    1.16 +# $Revision: 1.271 $ - $Author: eldy $ - $Date: 2004/01/25 15:35:11 $
    1.17 +
    1.18 +
    1.19 +
    1.20 +#-----------------------------------------------------------------------------
    1.21 +# MAIN SETUP SECTION (Required to make AWStats work)
    1.22 +#-----------------------------------------------------------------------------
    1.23 +LogFile="/home/slitaz/logs/access_log"
    1.24 +LogType=W
    1.25 +LogFormat=1
    1.26 +LogSeparator=" "
    1.27 +SiteDomain="forum.slitaz.org"
    1.28 +HostAliases="localhost 127.0.0.1 REGEX[forum\.slitaz\.org$]"
    1.29 +DNSLookup=0
    1.30 +DirData="/var/db/awstats/forum.slitaz.org"
    1.31 +DirCgi="/cgi-bin"
    1.32 +DirIcons="/icon"
    1.33 +AllowToUpdateStatsFromBrowser=0
    1.34 +AllowFullYearView=1
    1.35 +
    1.36 +
    1.37 +#-----------------------------------------------------------------------------
    1.38 +# OPTIONAL SETUP SECTION (Not required but increase AWStats features)
    1.39 +#-----------------------------------------------------------------------------
    1.40 +EnableLockForUpdate=0
    1.41 +DNSStaticCacheFile="dnscache.txt"
    1.42 +DNSLastUpdateCacheFile="dnscachelastupdate.txt"
    1.43 +SkipDNSLookupFor=""
    1.44 +AllowAccessFromWebToAuthenticatedUsersOnly=0
    1.45 +AllowAccessFromWebToFollowingAuthenticatedUsers=""
    1.46 +AllowAccessFromWebToFollowingIPAddresses=""
    1.47 +CreateDirDataIfNotExists=0
    1.48 +BuildHistoryFormat=text
    1.49 +BuildReportFormat=html
    1.50 +SaveDatabaseFilesWithPermissionsForEveryone=0
    1.51 +PurgeLogFile=0
    1.52 +ArchiveLogRecords=0
    1.53 +KeepBackupOfHistoricFiles=0
    1.54 +DefaultFile="index.htm"
    1.55 +SkipHosts="81.80.143.121"
    1.56 +SkipUserAgents=""
    1.57 +SkipFiles=""
    1.58 +OnlyHosts=""
    1.59 +OnlyUserAgents=""
    1.60 +OnlyFiles=""
    1.61 +NotPageList="css js class gif jpg jpeg png bmp ico"
    1.62 +ValidHTTPCodes="200 304"
    1.63 +ValidSMTPCodes="1 250"
    1.64 +AuthenticatedUsersNotCaseSensitive=0
    1.65 +URLNotCaseSensitive=0
    1.66 +URLWithAnchor=0
    1.67 +URLQuerySeparators="?;"
    1.68 +URLWithQuery=0
    1.69 +URLWithQueryWithOnlyFollowingParameters=""
    1.70 +URLWithQueryWithoutFollowingParameters=""
    1.71 +URLReferrerWithQuery=0
    1.72 +WarningMessages=1
    1.73 +ErrorMessages=""
    1.74 +DebugMessages=1
    1.75 +NbOfLinesForCorruptedLog=50
    1.76 +WrapperScript=""
    1.77 +DecodeUA=0
    1.78 +MiscTrackerUrl="/js/awstats_misc_tracker.js"
    1.79 +
    1.80 +#-----------------------------------------------------------------------------
    1.81 +# OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
    1.82 +#-----------------------------------------------------------------------------
    1.83 +LevelForBrowsersDetection=2         # 0 disables Browsers detection.
    1.84 +                                    # 2 reduces AWStats speed by 2%
    1.85 +LevelForOSDetection=2               # 0 disables OS detection.
    1.86 +                                    # 2 reduces AWStats speed by 3%
    1.87 +LevelForRefererAnalyze=2            # 0 disables Origin detection.
    1.88 +                                    # 2 reduces AWStats speed by 14%
    1.89 +LevelForRobotsDetection=2           # 0 disables Robots detection.
    1.90 +                                    # 2 reduces AWStats speed by 2.5%
    1.91 +LevelForSearchEnginesDetection=2    # 0 disables Search engines detection.
    1.92 +                                    # 2 reduces AWStats speed by 9%
    1.93 +LevelForKeywordsDetection=2         # 0 disables Keyphrases/Keywords detection.
    1.94 +                                    # 2 reduces AWStats speed by 1%
    1.95 +LevelForFileTypesDetection=2        # 0 disables File types detection.
    1.96 +                                    # 2 reduces AWStats speed by 1%
    1.97 +LevelForWormsDetection=0            # 0 disables Worms detection.
    1.98 +                                    # 2 reduces AWStats speed by 15%
    1.99 +
   1.100 +
   1.101 +
   1.102 +#-----------------------------------------------------------------------------
   1.103 +# OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
   1.104 +#-----------------------------------------------------------------------------
   1.105 +UseFramesWhenCGI=1
   1.106 +DetailedReportsOnNewWindows=1
   1.107 +Expires=0
   1.108 +MaxRowsInHTMLOutput=1000
   1.109 +Lang="auto"
   1.110 +DirLang="./lang"
   1.111 +ShowMenu=1					
   1.112 +ShowMonthStats=UVPHB
   1.113 +ShowDaysOfMonthStats=VPHB
   1.114 +ShowDaysOfWeekStats=PHB
   1.115 +ShowHoursStats=PHB
   1.116 +ShowDomainsStats=PHB
   1.117 +ShowHostsStats=PHBL
   1.118 +ShowAuthenticatedUsers=0
   1.119 +ShowRobotsStats=HBL
   1.120 +ShowWormsStats=0
   1.121 +ShowEMailSenders=0
   1.122 +ShowEMailReceivers=0
   1.123 +ShowSessionsStats=1
   1.124 +ShowPagesStats=PBEX
   1.125 +ShowFileTypesStats=HB
   1.126 +ShowFileSizesStats=0		
   1.127 +ShowOSStats=1
   1.128 +ShowBrowsersStats=1
   1.129 +ShowScreenSizeStats=0
   1.130 +ShowOriginStats=PH
   1.131 +ShowKeyphrasesStats=1
   1.132 +ShowKeywordsStats=1
   1.133 +ShowMiscStats=a
   1.134 +ShowHTTPErrorsStats=1
   1.135 +ShowSMTPErrorsStats=0
   1.136 +ShowClusterStats=0
   1.137 +
   1.138 +AddDataArrayMonthStats=1
   1.139 +AddDataArrayShowDaysOfMonthStats=1
   1.140 +AddDataArrayShowDaysOfWeekStats=1
   1.141 +AddDataArrayShowHoursStats=1
   1.142 +
   1.143 +MaxNbOfDomain = 10
   1.144 +MinHitDomain  = 1
   1.145 +MaxNbOfHostsShown = 10
   1.146 +MinHitHost    = 1
   1.147 +MaxNbOfLoginShown = 10
   1.148 +MinHitLogin   = 1
   1.149 +MaxNbOfRobotShown = 10
   1.150 +MinHitRobot   = 1
   1.151 +MaxNbOfPageShown = 10
   1.152 +MinHitFile    = 1
   1.153 +MaxNbOfOsShown = 10
   1.154 +MinHitOs      = 1
   1.155 +MaxNbOfBrowsersShown = 10
   1.156 +MinHitBrowser = 1
   1.157 +MaxNbOfScreenSizesShown = 5
   1.158 +MinHitScreenSize = 1
   1.159 +MaxNbOfRefererShown = 10
   1.160 +MinHitRefer   = 1
   1.161 +MaxNbOfKeyphrasesShown = 10
   1.162 +MinHitKeyphrase = 1
   1.163 +MaxNbOfKeywordsShown = 10
   1.164 +MinHitKeyword = 1
   1.165 +MaxNbOfEMailsShown = 20
   1.166 +MinHitEMail   = 1
   1.167 +FirstDayOfWeek=1
   1.168 +
   1.169 +ShowFlagLinks=""
   1.170 +ShowLinksOnUrl=1
   1.171 +UseHTTPSLinkForUrl=""
   1.172 +MaxLengthOfShownURL=64
   1.173 +HTMLHeadSection=""
   1.174 +HTMLEndSection=""
   1.175 +Logo="slitaz-logo.png"
   1.176 +LogoLink="http://forum.slita.org"
   1.177 +BarWidth   = 260
   1.178 +BarHeight  = 90
   1.179 +StyleSheet=""
   1.180 +color_Background="FFFFFF"		# Background color for main page (Default = "FFFFFF")
   1.181 +color_TableBGTitle="CCCCDD"		# Background color for table title (Default = "CCCCDD")
   1.182 +color_TableTitle="000000"		# Table title font color (Default = "000000")
   1.183 +color_TableBG="CCCCDD"			# Background color for table (Default = "CCCCDD")
   1.184 +color_TableRowTitle="FFFFFF"	# Table row title font color (Default = "FFFFFF")
   1.185 +color_TableBGRowTitle="ECECEC"	# Background color for row title (Default = "ECECEC")
   1.186 +color_TableBorder="ECECEC"		# Table border color (Default = "ECECEC")
   1.187 +color_text="000000"				# Color of text (Default = "000000")
   1.188 +color_textpercent="606060"		# Color of text for percent values (Default = "606060")
   1.189 +color_titletext="000000"		# Color of text title within colored Title Rows (Default = "000000")
   1.190 +color_weekend="EAEAEA"			# Color for week-end days (Default = "EAEAEA")
   1.191 +color_link="0011BB"				# Color of HTML links (Default = "0011BB")
   1.192 +color_hover="605040"			# Color of HTML on-mouseover links (Default = "605040") 
   1.193 +color_u="FFAA66"				# Background color for number of unique visitors (Default = "FFAA66")
   1.194 +color_v="F4F090"				# Background color for number of visites (Default = "F4F090")
   1.195 +color_p="4477DD"				# Background color for number of pages (Default = "4477DD")
   1.196 +color_h="66DDEE"				# Background color for number of hits (Default = "66DDEE")
   1.197 +color_k="2EA495"				# Background color for number of bytes (Default = "2EA495")
   1.198 +color_s="8888DD"				# Background color for number of search (Default = "8888DD")
   1.199 +color_e="CEC2E8"				# Background color for number of entry pages (Default = "CEC2E8")
   1.200 +color_x="C1B2E2"				# Background color for number of exit pages (Default = "C1B2E2")
   1.201 +
   1.202 +
   1.203 +
   1.204 +#-----------------------------------------------------------------------------
   1.205 +# PLUGINS
   1.206 +#-----------------------------------------------------------------------------
   1.207 +#LoadPlugin="tooltips"
   1.208 +#LoadPlugin="decodeutfkeys"
   1.209 +#LoadPlugin="ipv6"
   1.210 +#LoadPlugin="hashfiles"
   1.211 +LoadPlugin="geoipfree"
   1.212 +#LoadPlugin="geoip"
   1.213 +#LoadPlugin="userinfo"
   1.214 +#LoadPlugin="hostinfo"
   1.215 +#LoadPlugin="urlalias"
   1.216 +#LoadPlugin="timehires"		
   1.217 +#LoadPlugin="timezone +2"
   1.218 +#LoadPlugin="rawlog"
   1.219 +#LoadPlugin="graphapplet /awstatsclasses"				# EXPERIMENTAL FEATURE
   1.220 +
   1.221 +
   1.222 +
   1.223 +#-----------------------------------------------------------------------------
   1.224 +# EXTRA SECTIONS
   1.225 +#-----------------------------------------------------------------------------
   1.226 +#ExtraSectionName1="Product orders"
   1.227 +#ExtraSectionCondition1="URL,\/cgi\-bin\/order\.cgi|URL,\/cgi\-bin\/order2\.cgi"
   1.228 +#ExtraSectionFirstColumnTitle1="Product ID"
   1.229 +#ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
   1.230 +#ExtraSectionFirstColumnFormat1="%s"
   1.231 +#ExtraSectionStatTypes1=PL
   1.232 +#ExtraSectionAddAverageRow1=0
   1.233 +#ExtraSectionAddSumRow1=1
   1.234 +#MaxNbOfExtra1=20
   1.235 +#MinHitExtra1=1
   1.236 +
   1.237 +
   1.238 +
   1.239 +#-----------------------------------------------------------------------------
   1.240 +# INCLUDES
   1.241 +#-----------------------------------------------------------------------------
   1.242 +#Include ""
   1.243 +