]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix default setup for NotPageList
authorLaurent Destailleur <eldy@destailleur.fr>
Sat, 9 Mar 2024 23:00:53 +0000 (00:00 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Sat, 9 Mar 2024 23:00:53 +0000 (00:00 +0100)
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/awstats.pl

index 51bbb0d355603d7f6e41f1499a06126c9828ae1a..8dcb0d1159ce620dca22beec7ee422b6d88463f0 100644 (file)
@@ -596,11 +596,11 @@ OnlyFiles=""
 # Note: If you want to exclude particular URLs from stats (No Pages and no
 # Hits reported), you must use SkipFiles parameter.
 # Change : Effective for new updates only
-# Example: "css js class gif jpg jpeg png bmp ico rss xml swf zip arj rar gz z bz2 wav mp3 wma mpg avi"
+# Example: "css js class gif jpg jpeg png bmp ico rss xml swf zip arj rar gz z bz2 wav webp mp3 wma mpg avi"
 # Example: ""
-# Default: "css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
+# Default: "css js class gif jpg jpeg png bmp ico rss xml swf eot webp woff woff2"
 #
-NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2"
+NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot webp woff woff2"
 
 
 # By default, AWStats considers that records found in web log file are
index a5e9857442fdf7a5308709724c83645890bdc3f8..f4b1565cde413dccb15105383f5bd3800f02f131 100755 (executable)
@@ -1823,8 +1823,13 @@ sub Read_Config {
                        'png'   => 1,
                        'bmp'   => 1,
                        'ico'   => 1,
+                       'rss'   => 1,
                        'swf'   => 1,
-                       'webp'  => 1
+                       'webp'  => 1,
+                       'xml'   => 1,
+                       'eot'   => 1,
+                       'woff'  => 1,
+                       'woff2' => 1
                );
        }