Changeset 2165

Show
Ignore:
Timestamp:
04/23/08 23:12:15 (3 weeks ago)
Author:
engelaere
Message:

separation du LogFormat? pour compatibilite apache2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-awstats/trunk/awstats.alternc.generic.conf

    r2161 r2165  
    115115# LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot" 
    116116# 
    117 #LogFormat=1 
    118 LogFormat="%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot %other %virtualname" 
     117LogFormat=1 
    119118 
    120119# If your log field's separator is not a space, you can change this parameter. 
     
    160159# Example: "www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$]" 
    161160# 
    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 
    163162 
    164163 
     
    179178# 2 - DNS Lookup is made only from static DNS cache file (if it exists) 
    180179# Default: 2 
    181 #  
     180# 
    182181DNSLookup=1 
    183182 
    184183 
    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 
    186185# files (AWStats database). All those files are written in the directory 
    187186# defined by the "DirData" parameter. Set this value to the directory where 
     
    346345# If the "DirData" directory (see above) does not exists, AWStats return an 
    347346# 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 
    349348# dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and 
    350349# don't want to have to create a new directory each time they add a new user. 
     
    381380# IUSR_xxx for IIS/Windows,...). 
    382381# 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 
    384383# 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 
    386385# set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1. 
    387386# Change : Effective for new updates only 
     
    556555# default in this list as they are not pages seen by a visitor but are 
    557556# 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 
    559558# add such codes, you will have 2 pages viewed reported for only one in facts. 
    560559# Change : Effective for new updates only 
     
    581580# Possible values: 0 or 1 
    582581# Default: 0 
    583 #  
     582# 
    584583AuthenticatedUsersNotCaseSensitive=0 
    585584 
     
    591590# Possible values: 0 or 1 
    592591# Default: 0 
    593 #  
     592# 
    594593URLNotCaseSensitive=0 
    595594 
     
    621620# increased if you have a lot of changing URLs (for example URLs with a random 
    622621# 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 
    624623# URLWithQueryWithoutFollowingParameters). 
    625624# Change : Effective for new updates only 
     
    628627# 1 - Full URL with query string is used     (ie: "/mypage.html?p=x&q=y") 
    629628# Default: 0 
    630 #  
     629# 
    631630URLWithQuery=0 
    632631 
     
    646645# Example: "param" 
    647646# Default: "" 
    648 #  
     647# 
    649648URLWithQueryWithOnlyFollowingParameters="" 
    650649 
     
    664663# Example: "PHPSESSID jsessionid" 
    665664# Default: "" 
    666 #  
     665# 
    667666URLWithQueryWithoutFollowingParameters="" 
    668667 
     
    677676# 1 - Full URL with query string is used      (ie: "/mypage.html?p=x&q=y") 
    678677# Default: 0 
    679 #  
     678# 
    680679URLReferrerWithQuery=0 
    681680 
     
    878877# Default: 1 
    879878# 
    880 ShowMenu=1                                      
     879ShowMenu=1 
    881880 
    882881 
     
    978977# Context: Web, Streaming, Mail, Ftp 
    979978# Default: 1, Possible column codes: None 
    980 ShowFileSizesStats=0            
     979ShowFileSizesStats=0 
    981980 
    982981# Show operating systems chart 
     
    12001199color_weekend="EAEAEA"                  # Color for week-end days (Default = "EAEAEA") 
    12011200color_link="0011BB"                             # Color of HTML links (Default = "0011BB") 
    1202 color_hover="605040"                    # Color of HTML on-mouseover links (Default = "605040")  
     1201color_hover="605040"                    # Color of HTML on-mouseover links (Default = "605040") 
    12031202color_u="FFAA66"                                # Background color for number of unique visitors (Default = "FFAA66") 
    12041203color_v="F4F090"                                # Background color for number of visites (Default = "F4F090") 
     
    12561255# Country chart is built from an Internet IP-Country database. 
    12571256# 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 
    12591258# from Maxmind, database more up to date) or the GeoIPfree plugin (need 
    12601259# Perl Geo::IPfree module, database less up to date). 
     
    12781277# Plugin: GeoIP_Region_Maxmind 
    12791278# 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 
    12811280# Canada can be detected. 
    12821281# Note: This plugin need Maxmind GeoIP Perl module AND the region database. 
     
    13631362# Time reported by -showsteps option is in millisecond. For debug purpose. 
    13641363# 
    1365 #LoadPlugin="timehires"                 
     1364#LoadPlugin="timehires" 
    13661365 
    13671366# Plugin: TimeZone