"Fossies" - the Fresh Open Source Software Archive

Member "anonlog-1.0.1/anonlog.cfg" (16 Apr 2001, 1327 Bytes) of package /linux/www/old/anonlog-1.0.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) INI source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # anonlog.cfg, configuration file for anonlog.
    2 # In this file, anything following a # is a comment.
    3 # Other lines follow the format "variable = value".
    4 # See Readme.html for details of each option.
    5 
    6 # You will want to edit the first three options at least.
    7 
    8 # The logfile being anonymized.
    9 logfile = logfile.log
   10 
   11 # Where to write the anonymized logfile: just 'newlog = '  for stdout (screen).
   12 newlog =
   13 
   14 # Hostnames for the server (comma-separated list).
   15 # (These are treated specially in the referrer field.)
   16 # servernames = www.mycompany.com,131.111.20.206       # example
   17 servernames =
   18 
   19 # The format of the logfile. Normally just 'logformat = ' for auto-detect, but
   20 # you can coerce it here if the program has problems detecting the format.
   21 logformat =
   22 
   23 # A file containing words to use as replacements. 'dictionary = ' if none.
   24 dictionary = dictionary
   25 
   26 # The file for outputting the list of replacements used.
   27 # 'translations = ' if it's not to output a list.
   28 translations =
   29 
   30 # Filenames to be left alone (comma-separated list).
   31 unchfiles = index.html
   32 
   33 # Whether to make the length of the original and anonymized names the same.
   34 # 1 for yes, 0 for no.
   35 matchlength = 0
   36 
   37 # Whether filenames on the server are case sensitive. 1 for yes, 0 for no.
   38 case_sensitive = 1
   39 
   40 # Ditto for authenticated usernames.
   41 usercase_sensitive = 0