Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > cffbd9aa5643115959d650f6cc434ad5 > files > 2

awffull-3.8.1-0.beta3.1mdv2008.0.src.rpm

diff -Naur awffull-3.8.1-beta2/doc/awffull.1 awffull-3.8.1-beta2.oden/doc/awffull.1
--- awffull-3.8.1-beta2/doc/awffull.1	2007-08-15 08:17:15.000000000 +0200
+++ awffull-3.8.1-beta2.oden/doc/awffull.1	2007-08-15 15:18:42.000000000 +0200
@@ -149,7 +149,7 @@
 Once executed, the general flow of the program is:
 .TP 8
 .B o
-A default configuration file is scanned for, \fI/usr/local/etc/awffull.conf\fP and, if found, is used.
+A default configuration file is scanned for, \fI/etc/awffull/awffull.conf\fP and, if found, is used.
 .TP 8
 .B o
 Any command line arguments given to the program are parsed.  This may include the specification of one or more configuration files, which are processed at the time it is encountered. It can be useful to have multiple config files. A master used for multiple sites, and individualised config files.
@@ -874,7 +874,7 @@
 .TP 20
 .I awffull.conf
 Default configuration file.  Is searched for in the current directory
-and if not found, in the \fI/etc/\fP directory.
+and if not found, in the \fI/etc/awffull/\fP directory.
 .TP 20
 .I awffull.hist
 Monthly history file for previous 12 months.  (can be changed)
diff -Naur awffull-3.8.1-beta2/sample.conf awffull-3.8.1-beta2.oden/sample.conf
--- awffull-3.8.1-beta2/sample.conf	2007-08-05 14:20:41.000000000 +0200
+++ awffull-3.8.1-beta2.oden/sample.conf	2007-08-15 15:19:25.000000000 +0200
@@ -1,3 +1,7 @@
+
+##AWFFULL_LANG=sv_SE.UTF-8
+##AWFFULL_LANGUAGE=sv_SE.UTF-8:sv
+
 # $Id: sample.conf 440 2007-08-05 12:20:41Z steve $
 #
 # Sample AWFFull configuration file
@@ -18,7 +22,7 @@
 # at least one space or tab between the keyword and its value.
 #
 # AWFFull will look for a 'default' configuration file 
-# "/usr/local/etc/awffull.conf", and if found, use that.
+# "/etc/awffull/awffull.conf", and if found, use that.
 # the '-c config.file' option can also be used to specify an alternate
 # configuration file. Or multiple configuration files, with multiple -c's.
 
@@ -28,7 +32,7 @@
 # the log filename ends in '.gz' (ie: a gzip compressed file), it will
 # be decompressed on the fly as it is being read.
 
-#LogFile        /var/lib/httpd/logs/access_log
+LogFile        /var/log/httpd/access_log
 
 # LogType defines the log type being processed.  Normally, AWFFull
 # expects a CLF or Combined web server log as input.  Using this option,
@@ -39,13 +43,13 @@
 # The 'auto' value means that AWFFull will try and work out what log format
 # you are sending to it. If no joy, AWFFull will immediately exit.
 
-#LogType        auto
+LogType        combined
 
 # OutputDir is where you want to put the output files.  This should
 # should be a full path name, however relative ones might work as well.
 # If no output directory is specified, the current directory will be used.
 
-#OutputDir      .
+OutputDir      /var/lib/awffull
 
 # HistoryName allows you to specify the name of the history file produced
 # by AWFFull.  The history file keeps the data for up to 12 months
@@ -55,7 +59,7 @@
 # it will be kept in the specified output directory.  Otherwise, the path
 # is relative to the output directory, unless absolute (leading /).
 
-#HistoryName    awffull.hist
+HistoryName    awffull.hist
 
 # Incremental processing allows multiple partial log files to be used
 # instead of one huge one.  Useful for large sites that have to rotate
@@ -147,7 +151,7 @@
 # with the generated html. An existing file is *not* overwritten, so feel free
 # to make you own changes to the default file.
 
-#CSSFilename	awffull.css
+CSSFilename	awffull.css
 
 # UseHTTPS should be used if the analysis is being run on a
 # secure server, and links to urls should use 'https://' instead
@@ -268,20 +272,20 @@
 # Use either raw IP Addresses and GeoIP, or Names and disable GeoIP.
 # ie. Don't use GeoIP AND DNShistory.
 
-#GeoIP          no
+GeoIP          yes
 
 # GeoIPDatabase is the location of the GeoIP database file. Default is
 # '/usr/local/share/GeoIP/GeoIP.dat', which is where a default GeoIP
 # install will put it. Note that the database is updated monthly.
 # For the details see: http://www.maxmind.com/app/geoip_country
 
-#GeoIPDatabase   /usr/local/share/GeoIP/GeoIP.dat
+GeoIPDatabase   /usr/share/GeoIP/GeoIP.dat
 
 # FlagsLocation will enable the display of country flags in the country
 # table. The path is that for a webserver, not file system. Can be
 # relative or complete. The trailing slash is not necessary.
 
-#FlagsLocation		flags
+FlagsLocation		/flags
 
 # DailyGraph and DailyStats allows the daily statistics graph
 # and statistics table to be disabled (not displayed).  Values
diff -Naur awffull-3.8.1-beta2/sample.minimal.conf awffull-3.8.1-beta2.oden/sample.minimal.conf
--- awffull-3.8.1-beta2/sample.minimal.conf	2007-08-15 08:17:16.000000000 +0200
+++ awffull-3.8.1-beta2.oden/sample.minimal.conf	2007-08-15 15:18:52.000000000 +0200
@@ -39,5 +39,5 @@
 
 # If you want to see the country flags, uncomment the following.
 # This is the, possibly relative, URL where the flag flies are located.
-#FlagsLocation		flags
+FlagsLocation		/flags