Changeset 2165 for alternc-awstats/trunk/awstats.alternc.generic.conf
- Timestamp:
- 04/23/08 23:12:15 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-awstats/trunk/awstats.alternc.generic.conf
r2161 r2165 115 115 # LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot" 116 116 # 117 #LogFormat=1 118 LogFormat="%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot %other %virtualname" 117 LogFormat=1 119 118 120 119 # If your log field's separator is not a space, you can change this parameter. … … 160 159 # Example: "www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$]" 161 160 # 162 # HostAliases="localhost 127.0.0.1" # Setup in the per host file 161 # HostAliases="localhost 127.0.0.1" # Setup in the per host file 163 162 164 163 … … 179 178 # 2 - DNS Lookup is made only from static DNS cache file (if it exists) 180 179 # Default: 2 181 # 180 # 182 181 DNSLookup=1 183 182 184 183 185 # When AWStats updates its statistics, it stores results of its analysis in 184 # When AWStats updates its statistics, it stores results of its analysis in 186 185 # files (AWStats database). All those files are written in the directory 187 186 # defined by the "DirData" parameter. Set this value to the directory where … … 346 345 # If the "DirData" directory (see above) does not exists, AWStats return an 347 346 # error. However, you can ask AWStats to create it. 348 # This option can be used by some Web Hosting Providers that has defined a 347 # This option can be used by some Web Hosting Providers that has defined a 349 348 # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and 350 349 # don't want to have to create a new directory each time they add a new user. … … 381 380 # IUSR_xxx for IIS/Windows,...). 382 381 # To avoid permission's problems between update process (run by an admin user) 383 # and CGI process (ran by a low level user), AWStats can save its database 382 # and CGI process (ran by a low level user), AWStats can save its database 384 383 # files with read and write permissions for everyone. 385 # By default, AWStats keep default user permissions on updated files. If you 384 # By default, AWStats keep default user permissions on updated files. If you 386 385 # set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1. 387 386 # Change : Effective for new updates only … … 556 555 # default in this list as they are not pages seen by a visitor but are 557 556 # protocol exchange codes to tell the browser to ask another page. Because 558 # this other page will be counted and seen with a 200 or 304 code, if you 557 # this other page will be counted and seen with a 200 or 304 code, if you 559 558 # add such codes, you will have 2 pages viewed reported for only one in facts. 560 559 # Change : Effective for new updates only … … 581 580 # Possible values: 0 or 1 582 581 # Default: 0 583 # 582 # 584 583 AuthenticatedUsersNotCaseSensitive=0 585 584 … … 591 590 # Possible values: 0 or 1 592 591 # Default: 0 593 # 592 # 594 593 URLNotCaseSensitive=0 595 594 … … 621 620 # increased if you have a lot of changing URLs (for example URLs with a random 622 621 # id inside). Such web sites should not set this option to 1 or use seriously 623 # the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually 622 # the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually 624 623 # URLWithQueryWithoutFollowingParameters). 625 624 # Change : Effective for new updates only … … 628 627 # 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y") 629 628 # Default: 0 630 # 629 # 631 630 URLWithQuery=0 632 631 … … 646 645 # Example: "param" 647 646 # Default: "" 648 # 647 # 649 648 URLWithQueryWithOnlyFollowingParameters="" 650 649 … … 664 663 # Example: "PHPSESSID jsessionid" 665 664 # Default: "" 666 # 665 # 667 666 URLWithQueryWithoutFollowingParameters="" 668 667 … … 677 676 # 1 - Full URL with query string is used (ie: "/mypage.html?p=x&q=y") 678 677 # Default: 0 679 # 678 # 680 679 URLReferrerWithQuery=0 681 680 … … 878 877 # Default: 1 879 878 # 880 ShowMenu=1 879 ShowMenu=1 881 880 882 881 … … 978 977 # Context: Web, Streaming, Mail, Ftp 979 978 # Default: 1, Possible column codes: None 980 ShowFileSizesStats=0 979 ShowFileSizesStats=0 981 980 982 981 # Show operating systems chart … … 1200 1199 color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") 1201 1200 color_link="0011BB" # Color of HTML links (Default = "0011BB") 1202 color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") 1201 color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") 1203 1202 color_u="FFAA66" # Background color for number of unique visitors (Default = "FFAA66") 1204 1203 color_v="F4F090" # Background color for number of visites (Default = "F4F090") … … 1256 1255 # Country chart is built from an Internet IP-Country database. 1257 1256 # This plugin is useless for intranet only log files. 1258 # Note: You must choose between using this plugin (need Perl Geo::IP module 1257 # Note: You must choose between using this plugin (need Perl Geo::IP module 1259 1258 # from Maxmind, database more up to date) or the GeoIPfree plugin (need 1260 1259 # Perl Geo::IPfree module, database less up to date). … … 1278 1277 # Plugin: GeoIP_Region_Maxmind 1279 1278 # Perl modules required: Geo::IP (from Maxmind) 1280 # This plugin add a chart of hits by regions. Only regions for US and 1279 # This plugin add a chart of hits by regions. Only regions for US and 1281 1280 # Canada can be detected. 1282 1281 # Note: This plugin need Maxmind GeoIP Perl module AND the region database. … … 1363 1362 # Time reported by -showsteps option is in millisecond. For debug purpose. 1364 1363 # 1365 #LoadPlugin="timehires" 1364 #LoadPlugin="timehires" 1366 1365 1367 1366 # Plugin: TimeZone
