mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-09-01 15:28:16 +02:00
used to set path to the file containing url alias name. You may want to group URL under a single alias to agregate statistics, in this case create a file with this format : URL_ALIAS URL_REGEXP1,URL_REGEXP2,... For example: VIDEO .*\.googlevideo\.com.*,.*\.youtube\.com.*,.*\.viadeo.com.* FACEBOOK .*\.fbcdn\.net.*,.*\.facebook\.com.* GOOGLE .*\.google[\-\.].* Regexp must use the Perl regular expression. Thanks to Gergely Szasz for the feature request.
10 lines
463 B
Plaintext
10 lines
463 B
Plaintext
#-------------------------------------------------------------------------------
|
|
# Squid Analyzer Url Alias configuration file
|
|
# FORMAT : URL_ALIAS URL_REGEXP1,URL_REGEXP2,...
|
|
# Field separator must be one or more tabulation.
|
|
# See example below
|
|
#-------------------------------------------------------------------------------
|
|
#VIDEO .*\.googlevideo\.com.*,.*\.youtube\.com.*,.*\.viadeo.com.*
|
|
#FACEBOOK .*\.fbcdn\.net.*,.*\.facebook\.com.*
|
|
#GOOGLE .*\.google.*
|