Файловый менеджер - Редактировать - /home4/cal14593/public_html/awstats.tar
Назад
ssl/awstats.alesiq.cl.conf��������������������������������������������������������������������������0000644�����������������00000056257�14742002072�0011571 0����������������������������������������������������������������������������������������������������ustar�00�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������# AWStats configure file #----------------------------------------------------------------------------- # Copy this file into awstats.www.myserver.mydomain.conf or awstats.conf and # edit this new file to setup AWStats (See documentation in docs/ directory). # The config file must be in /etc/opt/awstats, /etc/awstats or /etc (for # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...) # To include an environment variable in any parameter (AWStats will replace # it with its value when reading it), follow the example: # Parameter="__ENVNAME__" #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # MAIN SETUP SECTION (Required to make AWStats working) #----------------------------------------------------------------------------- # "LogFile" contains the web server logfile to analyze. # Possible values: A full path, or a relative path from awstats.pl directory # Example: "/var/log/apache/access.log" # Example: "../logs/mycombinedlog.log" # # You can also use tags in this filename if you need a dynamic file name # depending on date or time (Replacement is made by AWStats at the beginning # of its execution). This is available tags : # %YYYY-n is replaced with 4 digits year we were n hours ago # %YY-n is replaced with 2 digits year we were n hours ago # %MM-n is replaced with month we were n hours ago # %DD-n is replaced with day we were n hours ago # %HH-n is replaced with hour we were n hours ago # %WM-n is replaced with the week number in month (1-5) # You can use 0 for n if you need current year, month, day, hour... # Example: "/var/log/access_log.MM-0%DD-0.log" # Example: "C:/WINNT/system32/LogFiles/W3SVC1/exMM-24%DD-24.log" # LogFile="/etc/apache2/logs/domlogs/alesiq.cl-ssl_log" # Put here your log format (Must match your web server config. See setup # instructions in documentation know how to configure your web server to have # the required log format). # Possible values: 1,2,3,4,5 or "your_own_personalized_log_format" # 1 = Apache native combined log format (NCSA combined/XLF/ELF log format) # 2 = IIS log format (W3C log format) # 3 = Webstar native log format # 4 = Apache or Squid native common log format (NCSA common log format) # With LogFormat=4, some features (browsers, os, keywords...) can't work. # 5 = ISA server native standard log format # "your_own_personalized_log_format" = If your log is a personalized format, # you must use the following syntax keys to define the log format string: # %host Host client name or IP address # %logname Authenticated login/user used on protected pages # %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" # %method Method with format: GET # %url URL only with format: /index.html # %query Query string (used by URLWithQuery option) # %code HTTP return code with format: 999 # %bytesd Size of document in bytes # %refererquot Referer page with format: "http://from.com/from.htm" # %referer Referer page with format: http://from.com/from.htm # %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)" # %ua User agent with format: Mozilla/4.0_(compatible...) # %gzipin Mod_gzip compression input bytes: In:XXX # %gzipout Mod_gzip compression output bytes & ratio: Out:YYY:ZZZpct. # %gzipratio Mod_gzip compression ratio: ZZZpct. # If your log format has some fields not included in this list, use # %other Means another field # # Examples for Apache combined logs (this two examples are equivalent): # LogFormat = 1 # LogFormat = "other time1 code refererquot %uaquot" # # Examples for IIS (this two examples are equivalent): # LogFormat = 2 # LogFormat = "host method code other referer" # LogFormat=1 # If you want to have information on domains/countries visitors, you must ask # AWStats to make reverse DNS lookup (if not already done in your log file). # If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease # seriously AWStats time processing. # If you keep DNSLookup to 0, all hosts will be reported by the IP addresses # and not by the full hostname of visitors. Domain/Country chart will also # report all visitors from a domain/country "Unknown". # Possible values: 0 or 1 # Default: 0 # DNSLookup=0 # When AWStats updates its statistics, it stores results of its analysis in # files (AWStats database). All those files are written in the directory # defined by the "DirData" parameter. Set this value to the directory where # you want AWStats to save its database and working files into. # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser" # feature (see later), you need write permissions by webserver user on this # directory. # Example: "/var/cache/awstats" # Example: "../data" # Example: "C:/awstats_data_dir" # Default: "." (means same directory as awstats.pl) # DirData="/home4/cal14593/tmp/awstats/ssl" # Relative or absolute web URL of your awstats.pl directory. # This parameter is used only when AWStats is run from command line # with -output option (to generate links in HTML reported page). # Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin") # DirCgi="/tmp/awstats" # Relative or absolute web URL of all icons subdirectories. # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # DirIcons="/images/awstats" # "SiteDomain" must contain the main domain name or the main intranet web # server name used to reach the web site. # This parameter is only used to generate full URLs links when ShowLinksOnUrl # option is set to 1. # Example: "www.mysite.com" # Example: "user.mydomain.com" # Example: "myintranetserver" # Default: "" # SiteDomain="alesiq.cl" # Put here all other possible domain names, addresses or virtual host aliases # someone can use to access your site. Try to keep only the minimum number of # possible names/addresses to have the best performances. # You can repeat the "SiteDomain" value in this list. # Use space between each value and put a backslash before each dot. # This parameter is used to analyze referer field in log file and to help # AWStats to know if a referer URL is a local URL of same site or an URL of # another site. # Example: "www.myserver.com x.y.z.w localhost 127.0.0.1" # HostAliases="alesiq.cl www.alesiq.cl localhost 127.0.0.1" # When this parameter is set to 1, AWStats add a button on report page to # allow to "update" statistics from a web browser. Warning, when "update" is # made from a browser, AWStats is ran as a CGI by the web server user # defined in your web server (user "nobody" by default with Apache, "IUSR_XXX" # with IIS), so the "DirData" directory and all already existing history files # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions # if required. # Warning: Update process can be long so you might experience "time out" # browser errors if you don't launch AWStats enough frequently. # When set to 0, update is only made when AWStats is ran from the command # line interface (or a task scheduler). # Possible values: 1 or 0 # Default: 0 # AllowToUpdateStatsFromBrowser=0 AllowFullYearView=3 #----------------------------------------------------------------------------- # OPTIONAL SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # The following two parameters allow you to protect a config file to be used # by your AWStats program called from a browser only if web user has been # authenticated. Your AWStats program must be in a web protected "realm" (With # Apache, you can use .htaccess files to do so. With other web servers, see # your server setup manual). # Possible values: 1 or 0 # Default: 0 # AllowAccessFromWebToAuthenticatedUsersOnly=0 # This parameter give the list of all authorized authenticated users to view # statistics for this domain/config file. This parameter is used only if # AllowAccessToAuthenticatedUsersOnly is set to 1. # Example: "user1 user2" # Default: "" # AllowAccessFromWebToFollowingAuthenticatedUsers="" # If the "DirData" directory (see above) does not exists, AWStats return an # error. However, you can ask AWStats to create it. # This option can be used by some Web Hosting Providers that has defined a # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and # don't want to have to create a new directory each time they add a new user. # Possible values: 1 or 0 # Default: 0 # CreateDirDataIfNotExists=1 # In most case, AWStats is used as a cgi program. So AWStats process is ran # by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...). # To make use easier and avoid permission problems between update process # (run by an admin user) and CGI process (ran by a low level user), AWStats # save its database files with read and write for everyone. # If you have experience on managing security policies (Web Hosting Provider), # you should set this parameter to 0. AWStats will keep default process user # permissions on its files. # Possible values: 1 or 0 # Default: 1 # SaveDatabaseFilesWithPermissionsForEveryone=0 # AWStats can purge log after processing it. By this way, the next time you # launch AWStats, log file will be smaller and processing time will be better. # IMPORTANT !!! # AWStats is able to detect new lines in log file, to process only them, so # you can launch AWStats as soon as you want, even with this parameter to 0. # With 0, no purge is made, so you must use a scheduled task or a web server # that make this purge frequently. # With 1, the purge of the log file is made each time AWStats is ran. # This parameter doesn't work with IIS (This web server doesn't let its log # file to be purged). # Possible values: 1 or 0 # Default: 0 # PurgeLogFile=0 # When PurgeLogFile is setup to 1, AWStats will clean your log file after # processing it. You can however keep an archive file (saved in "DirData") of # all processed log records by setting this to 1 (For example if you want to # use another log analyzer). # This parameter is not used if PurgeLogFile=0 # Possible values: 1 or 0 # Default: 0 # ArchiveLogRecords=0 # Each time you run the update process, AWStats overwrite the 'historic file' # for the month (awstatsMMYYYY[.*].txt) with the updated one. # When write errors occurs (IO, disk full,...), this historic file can be # corrupted and must be deleted. Because this file contains information of all # past processed log files, you will loose old stats if removed. So you can # ask AWStats to save last non corrupted file in a .bak file. This file is # stored in "DirData" directory with other 'historic files'. # Possible values: 1 or 0 # Default: 1 # KeepBackupOfHistoricFiles=0 # Index page name for your web server. # Example: "default.htm" # Default: "index.html" # DefaultFile="index.html" # Do not include access from clients that match following criteria. # If your log file contains IP addresses in host field, you must put here # matching IP addresses criteria. # If DNS lookup is already done in your log file, you must put here hostname # criteria. # Note: Use space between each value. # Example: "127.0.0.1 163.84. 201.101.51.1" # Example: "localhost abcxyz" # Default: "" # SkipHosts="" # You can specify specific IP addresses that should NOT be looked up in # the DNS. You may specify partial addresses (ie 163.85. for everything # behind the usual firewall setup, etc)... # This is only useful if DNSLookup=1. # Note: Use space between each value and put a backslash before each dot. # Example: "163.85. 201.101.51.2" # Default: "" # SkipDNSLookupFor="" # Use SkipFiles to ignore access to URLs that match one of following entries. # You can, with this option, add a list of not important frame pages (like # menus, etc...) to exclude them from statistics. # For example, to ignore a whole directory tree, just add "directorytoignore", # to ignore "users" pages in your stats, you can add "/~". # The oposite parameter of "SkipFiles" is "OnlyFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values. # Note: xxx$ means URL ending with xxx. # Example: "robots.txt$ favicon.ico$ badpage.html /~" # Default: "robots.txt$ favicon.ico$" # SkipFiles="robots.txt$ favicon.ico$" # Include in stats, only accesses to URLs that match one of following entries. # For example, if you want AWStats to filter access to keep only stats that # match a particular string, like a particular directory, you can add this # directory name in this parameter. # The opposite parameter of "OnlyFiles" is "SkipFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values # Note: xxx$ means URL ending by xxx. # Example: "marketing_directory" # Default: "" # OnlyFiles="" # Add here a list of kind of url (file extension) that must be counted as # "Hit only" and not as a "Hit" and "Page viewed". You can set here all images # extensions as they are hit downloaded that must be counted but they are not # viewed pages. URL with such extensions are not included in the TOP Pages/URL # report. # Note: If you want to exclude your own URLs from stats (No Pages and no Hits # reported), you should use SkipFiles parameter instead. # Example: "" # Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg" # Default: "css js class gif jpg jpeg png bmp" # NotPageList="css js class gif jpg jpeg png bmp" # By default, AWStats considers that records found in log file are successful # hits if HTTP code returned by server is a valid HTTP code (200 and 304). # Any other code are reported in HTTP error chart. # However in some specific environnement, with web server HTTP redirection, # you can choose to also accept other codes. # Example: "200 304 302 305" # Default: "200 304" # ValidHTTPCodes="200 304" # Keep or attach the query string to the URL in the statistics for individual # pages. This is primarily used to differentiate between the URLs of dynamic # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as # two different pages. Warning, when set to 1, memory required to run AWStats # is doubled. # Possible values: # 0 - URLs are cleaned from the query string (ie: "/mypage.html") # 1 - Full URL with query string is used (ie: "/mypage.html?x=y") # Default: 0 # URLWithQuery=0 # AWStats can detect setup problems or show you important informations to have # a better use. Keep this to 1, except if AWStats says you can change it. # Possible values: 1 or 0 # Default: 1 # WarningMessages=1 # To help you to detect if your log format is good, AWStats report an error # if the first NbOfLinesForCorruptedLog lines have all a format that does not # match the LogFormat parameter. # However, some worm virus attack on your web server can result in a very high # number of corrupted lines in your log. So if you experience awstats stop # because of bad virus records, you can increase this parameter (very rare). # Default: 50 # NbOfLinesForCorruptedLog=10000 # Search engines keywords reported are full search string or separate keywords # Possible values: # 0 - Search keywords reported are full search string (ie: "town maps") # 1 - Search keywords reported are separated words (ie: "town" and "maps") # Default: 0 # SplitSearchString=0 # You can add in the HTML report page a delay to force browsers to reload page # if page is loaded a second time after this delay (in seconds). # Example: 3600 # Default: 0 # Expires=0 # For some particular integration needs, you may want to have CGI links to # point to another script than awstats.pl. # Use the name of this script in WrapperScript parameter. # Example: "awstatslauncher.pl" # Default: "" # WrapperScript="" #----------------------------------------------------------------------------- # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # You can change value for following option to increase AWStats capabilities # (but this reduce AWStats speed). # Possible values: 0, 1 or 2 # Default: 1 # LevelForRobotsDetection=1 # 0 will increase AWStats speed by 1%. LevelForBrowsersDetection=1 # 0 disables Browsers detection. No speed gain. LevelForOSDetection=1 # 0 disables OS detection. No speed gain. LevelForRefererAnalyze=1 # 0 will increase AWStats speed by 6%. #----------------------------------------------------------------------------- # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- UseFramesWhenCGI=1 # To avoid too large web pages, you can ask AWStats to limit number of rows of # all reported charts to this number when no other limit apply. # Default: 1000 # MaxRowsInHTMLOutput=1000 # Set your primary language. # Possible value: # Bosnian=ba, Chinese (Taiwan)=tw, Chinese (Traditional)=cn, Czech=cz, # Danish=dk, Dutch=nl, English=en, French=fr, German=de, Greek=gr, # Hungarian=hu, Indonesian=id, Italian=it, Japanese=jp, Korean=kr, # Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl, # Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru, # Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua # Default: en # Lang="en" # Set the location of language files. # Example: "/opt/awstats/lang" # Default: "./lang" (means lang directory is in same location than awstats.pl) # DirLang="/usr/local/cpanel/3rdparty/share/awstats/lang" # You choose here which summary report you want to see in the main page. # Whatever is your setup here, all detailed reports are still available. # So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all # links in menu will still point to detailed views. # Possible values: 1 or 0 # ShowHeader=1 # Show AWStats head title and icon ShowMenu=1 # Show menu header with links on detailed reports ShowMonthDayStats=1 ShowDaysOfWeekStats=1 ShowHoursStats=1 ShowDomainsStats=1 ShowHostsStats=1 ShowAuthenticatedUsers=1 ShowRobotsStats=1 ShowPagesStats=1 ShowCompressionStats=0 # Show report of compression stats when using mod_gzip ShowFileTypesStats=1 ShowFileSizesStats=0 # Not yet available ShowBrowsersStats=1 ShowOSStats=1 ShowOriginStats=1 ShowKeyphrasesStats=1 ShowKeywordsStats=1 # Not yet available ShowHTTPErrorsStats=1 # This value can be used to choose maximum number of lines shown for each # particular reporting. # # Stats by domains MaxNbOfDomain = 25 # Stats by hosts MaxNbOfHostsShown = 25 MinHitHost = 1 # Stats by authenticated users MaxNbOfLoginShown = 10 MinHitLogin = 1 # Stats by robots MaxNbOfRobotShown = 25 MinHitRobot = 1 # Stats by pages MaxNbOfPageShown = 25 MinHitFile = 1 # Stats by referers MaxNbOfRefererShown = 25 MinHitRefer = 1 # Stats for keywords MaxNbOfKeywordsShown = 25 MinHitKeyword = 1 # Choose if you want week to start on sunday or monday # Possible values: # 0 - Week start on sunday # 1 - Week start on monday # Default: 1 # FirstDayOfWeek=1 # This parameter ask your browser to open detailed reports into a different # window than the main page. # Possible values: 1 or 0 # Default: 1 # DetailedReportsOnNewWindows=1 # List of visible flags with link to other language translations. # If you don't want any flag link, set ShowFlagLinks to "". # This parameter is used only if ShowHeader is set to 1. # Possible values: "" or "language_codes_separated_by_space" # Default: "en es fr it nl es" # ShowFlagLinks="en fr de it nl es" # Each URL shown in stats report views are links you can click. # Possible values: 1 or 0 # Default: 1 # ShowLinksOnUrl=1 # Maximum length of URL shown on stats page (number of characters). This # affects only URL visible text, link still work. # Default: 72 # MaxLengthOfURL=72 # AWStats can include a link to WhoIs database on all hostnames. For this, you # must set ShowLinksToWhoIs to 1. Warning, a such feature depends on next # parameter (LinksForWhoIs) and on WhoIs server exhaustivity and availability. # For this reason, this feature can't be a reliable feature. # Possible values: 1 or 0 # Default: 0 # ShowLinksToWhoIs=0 # Set here the link used to point to Internet WhoIs database. # This parameter is not used if ShowLinksToWhoIs is 0. # Default: "http://www.whois.net/search.cgi2?str=" # Example: "http://www.netsol.com/cgi-bin/whois/whois?SearchType=all&STRING=" # Example: "http://www.ripe.net/perl/whois?form_type=simple&searchtext=" # Example: "http://www.arin.net/cgi-bin/whois.pl?queryinput=" # LinksToWhoIs="http://www.whois.net/search.cgi2?str=" # You can put here HTML code that will be added at the top of AWStats reports. # Default: "" # HTMLHeadSection="" # You can put here HTML code that will be added at the end of AWStats reports. # Great to add advert ban. # Default: "" # HTMLEndSection="" # You can set Logo and LogoLink to use your own logo. # Logo must be the name of image file (must be in $DirIcons/other directory). # LogoLink is the expected URL when clicking on Logo. # Default: "awstats_logo1.png" # Logo="awstats_logo1.png" LogoLink="http://awstats.sourceforge.net" # Value of maximum bar width/height for horizontal/vertical graphics bar # Default: 260/180 # BarWidth = 260 BarHeight = 180 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to # change its look. # Example: "/css/awstats.css" # Default: "" # StyleSheet="" # Those colors parameters can be used (if StyleSheet parameter is not used) # to change AWStats look. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex # color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF") color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD") color_TableTitle="000000" # Table title font color (Default = "000000") color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD") color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF") color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC") color_TableBorder="ECECEC" # Table border color (Default = "ECECEC") color_text="000000" # Color of text (Default = "000000") color_textpercent="606060" # Color of text for percent values (Default = "606060") color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000") color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") color_link="0011BB" # Color of HTML links (Default = "0011BB") color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") color_u="FF9933" # Background color for number of unique visitors (Default = "FF9933") color_v="F3F300" # Background color for number of visites (Default = "F3F300") color_p="4477DD" # Background color for number of pages (Default = "4477DD") color_h="66F0FF" # Background color for number of hits (Default = "66F0FF") color_k="339944" # Background color for number of bytes (Default = "339944") color_s="8888DD" # Background color for number of search (Default = "8888DD") LoadPlugin="geoipfree" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ssl/awstats012025.alesiq.cl.txt���������������������������������������������������������������������0000644�����������������00000035260�14742002072�0012124 0����������������������������������������������������������������������������������������������������ustar�00�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������AWSTATS DATA FILE 7.8 (build 20200416) # If you remove this file, all statistics for date 202501 will be lost/reset. # Last config file used to build this data file was /home4/cal14593/tmp/awstats/ssl/awstats.alesiq.cl.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2011 POS_TIME 2689 POS_VISITOR 13923 POS_DAY 14636 POS_DOMAIN 3266 POS_LOGIN 3519 POS_ROBOT 3674 POS_WORMS 3925 POS_EMAILSENDER 4056 POS_EMAILRECEIVER 4199 POS_SESSION 14743 POS_SIDER 14901 POS_FILETYPES 4334 POS_DOWNLOADS 4503 POS_OS 4551 POS_BROWSER 4671 POS_SCREENSIZE 4905 POS_UNKNOWNREFERER 4979 POS_UNKNOWNREFERERBROWSER 5146 POS_ORIGIN 5308 POS_SEREFERRALS 5442 POS_PAGEREFS 5586 POS_SEARCHWORDS 5760 POS_KEYWORDS 5912 POS_MISC 2353 POS_ERRORS 5971 POS_CLUSTER 3375 POS_SIDER_404 6113 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20250115090409 11 2070 14185137338273 FirstTime 20250114115620 LastTime 20250115080845 LastUpdate 20250115090428 11 0 11 0 0 TotalVisits 22 TotalUnique 14 MonthHostsKnown 0 MonthHostsUnknown 16 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 AddToFavourites 0 1 0 QuickTimeSupport 0 0 0 RealPlayerSupport 0 0 0 JavascriptDisabled 0 0 0 TotalMisc 0 0 0 DirectorSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 FlashSupport 0 0 0 JavaEnabled 0 0 0 PDFSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 0 0 0 1 1 0 1 0 0 0 7 9 12210 2 1 2 300261 242 244 0 3 2 2 0 19 19 0 4 0 0 0 12 14 8140 5 3 3 8140 54 56 151289 6 3 3 21149 1 1 0 7 0 0 0 2 2 0 8 3 3 21149 201 202 272187 9 0 0 0 28 29 12311 10 0 0 0 0 0 0 11 5 23 501243 13 21 2108 12 3 23 501777 13 20 241 13 0 0 0 1 1 0 14 0 0 0 0 0 0 15 0 2 11827 0 0 0 16 1 3 40976 25 25 0 17 0 0 0 8 8 0 18 3 3 21091 1 1 0 19 4 4 8181 11 13 4070 20 0 0 0 1 2 0 21 0 0 0 1 1 0 22 3 3 14430 2 3 0 23 1 1 0 9 9 0 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 3 us 23 66 1418244 cl 8 8 27910 ca 1 1 4070 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 3 bot[\s_+:,\.\;\/\\-] 168 444261 20250115090409 0 zoominfobot 1 720 20250114112857 0 Googlebot/ 1 4070 20250115013921 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 6 css 10 308354 0 0 php 13 73749 0 0 png 22 237972 0 0 jpg 2 116874 0 0 js 9 569573 0 0 html 19 143702 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 4 androidnougat 7 7 macosx10 1 0 win10 58 16 Unknown 9 9 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 9 chrome131.0.0.0 2 2 chrome60.0.3112.107 7 7 chrome74.0.3729.169 6 6 chrome124.0.0.0 1 1 chrome39.0.2171.95 1 0 Unknown 9 9 chrome90.0.4430.85 2 2 firefox133.0 43 5 chrome109.0.0.0 4 0 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 2 Mozila/5.0 20250114223614 WordPress/6.2.6;_https://www.alesiq.cl 20250115080841 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 2 Mozila/5.0 20250114223614 WordPress/6.2.6;_https://www.alesiq.cl 20250115080841 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 15 19 From1 4 4 From2 0 0 From3 3 3 From4 10 49 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 1 http://mail.alesiq.cl 3 3 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 6 302 10 232 404 412 136 405 1 0 301 31 6844 500 54 2527 403 1 2616 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 278 /home 7 http://www.alesiq.cl/home /shell.php 1 - /css.php 1 - /config.php 1 - /wp-includes/Text/Diff/Engine/about.php 1 - /text.php 1 - /cookie.php 1 - /bak.php 1 - /wp-admin/ajax-actions.php 1 - /wp-content/plugins/seoo/wsoyanz.php 1 - /wp-admin/user/xmrlpc.php 1 - /css/superfish.css 4 https://www.alesiq.cl/ /wp-admin/includes/xmrlpc.php 1 - /wp-sigunq.php 1 - /feed/atom/ 3 - /admin-post.php 1 - /themes.php 1 - /wp-includes/Requests/Text/admin.php 1 - /forums/forum/como-agregar-tus-diplomas-de-escuela-colaborativa-alesiq-ingenieria-a-linkedin/feed 1 - /wp-admin/includes/cloud.php 1 - /room.php 1 - /alesiq 2 www.google.com /libraries/vendor/updates.php 1 - /wp-content/themes/aahana/json.php 1 - /meta.php 1 - /wp.php 1 - /plugins.php 1 - /wp-admin/maint/maint/ajax-actions.php 1 - /wp-admin/images/index.php 1 - /as.php 1 - /wp-content/plugins/WordPressCore/include.php 4 - /wp 11 www.google.com /gecko-new.php 1 - /wp-mail.php 1 - /class_api.php 1 - /wp-content/plugins/seoplugins/mar.php 1 - /functions.php 1 - /wp-content/db-cache.php 1 - /wp-admin/css/colors/blue/1.php 1 - /wp-includes/about.php 1 - /wp-content/uploads/BbUMY/flower.php 1 - /libraries/phpmailer/updates.php 1 - /wp-includes/images/include.php 4 - /smed-single-minute-exchange-of-die/feed 1 - /wp-includes/ID3/about.php 1 - /wp-configs.php 1 - /wp-includes/customize/about.php 1 - /configs.php 1 - /input.php 1 - /dropdown.php 1 - /wp-includes/Requests/about.php 1 - /user.php 1 - /wp-includes/ID3/file.php 1 - /alfa.php 1 - /wp-admin/js/widgets/cloud.php 1 - /css/xmrlpc.php 1 - /vision/css/superfish.css 1 - /wp-admin/css/colors/coffee/xmrlpc.php 1 - /images/xmrlpc.php 1 - /wp-includes/repeater.php 1 - /wp-content/repeater.php 1 - /wxo.php 1 - /radio.php 1 - /wp-content/about.php 1 - /wp-admin/autoload_classmap.php 1 - /ae.php 1 - /wp-includes/css/index.php 1 - /wp-content/plugins/seoo/wsoyanz1.php 1 - /wp-content/plugins/include.php 4 - /images/cloud.php 1 - /wp-content/plugins/wp-theme-editor/include.php 1 - /wp-content/updraft/about.php 1 - /plugin.php 1 - /manifest.json 2 - /wp-content/upgrade-temp-backup/about.php 1 - /chosen.php 1 - /wp-content/themes/wordpress-naked/js/jquery-1.2.6.min.js 4 https://www.alesiq.cl/ /wp-content/plugins/not/includes/about.php 1 - /wp-content/gallery/about.php 1 - /wp-signup.php 1 - /files.php 1 - /img/xmrlpc.php 1 - /wp-includes/Text/Diff/Engine/index.php 1 - /geju.php 1 - /temp 2 www.google.com /forums/forum/como-agregar-tus-diplomas-de-escuela-colaborativa-alesiq-ingenieria-a-linkedin 1 - /.well-known/acme-challenge/cloud.php 1 - /wp-content/themes/twentyeleven/functions.php 1 - /wp-admin/images/about.php 1 - /wp-admin/css/colors/cloud.php 1 - /colour.php 1 - /randkeyword.php 1 - /wp-2019.php 1 - /wp-admin/user/cloud.php 1 - /wp-includes/widgets/include.php 4 - /wso112233.php 1 - /yindu.php 1 - /menu.php 1 - /wp-content/plugins/about.php 2 - /upfile.php 1 - /berlin.php 1 - /mail.php 1 - /aaa.php 1 - /wp-admin/dropdown.php 1 - /admin.php 1 - /disagreed.php 1 - /images/about.php 1 - /alfa-rex2.php7 1 - /404.php 1 - /sistema-de-gestion-de-calidad 1 - /wp-content/plugins/admin.php 1 - /wp-admin/network/xmrlpc.php 1 - /wp-activate.php 1 - /wp-content/plugins/index.php 1 - /wp-content/plugins/awesome-coming-soon/come.php 1 - /wp-admin/css/colors/blue/xmrlpc.php 1 - /blog 2 www.google.com /wp-blog-header.php 2 - /wp-includes/IXR/about.php 1 - /wp-load.php 1 - /wp-content/themes/about.php 1 - /ws.php 1 - /wp-admin/includes/about.php 1 - /wsoyanz.php 1 - /media/system/js/core.js 1 http://alesiq.cl/media/system/js/core.js /ws.php7 1 - /wp-includes/SimplePie/about.php 1 - /xleet.php 1 - /moon.php 1 - / 1 http://alesiq.cl/ /block-bindings.php 1 - /img/about.php 1 - /test 2 www.google.com /alfanew.php7 1 - /ajax-actions.php 1 - /classsmtps.php 1 - /config.php7 1 - /wp-content/plugins/wp-conflg.php 1 - /wp-admin/js/widgets/about.php7 1 - /index.php 1 - /wp-admin/cloud.php 1 - /bypass.php 1 - /theme.php 1 - /defaults.php 1 - /new 9 www.google.com /colors.php 1 - /wp-cron.php 1 - /adminfuns.php7 1 - /wp-includes/style-engine/about.php 1 - /wp-sitemap-users-1.xml 2 - /wp-admin/xmrlpc.php 1 - /flower.php 1 - /bc 7 http://www.alesiq.cl/bc /libraries/legacy/updates.php 1 - /wp-json/oembed/1.0/embed 8 - /simple.php 1 - /libraries/phpmailer/index.php 1 - /wp-contentt.php 1 - /post.php 1 - /wp-admin/class-db.php 1 - /bk 7 http://www.alesiq.cl/bk /spip.php 1 - /old 9 www.google.com /22.php 1 - /wp-content/languages/about.php 1 - /403.php 1 - /locale.php 1 - /wp-consar.php 1 - /wp-includes/images/about.php 2 - /wordpress 11 www.google.com /wp-includes/pomo/about.php 1 - /wp-content/plugins/google-seo-rank/module.php 1 - /inicio/feed/ 2 - /blog.php 1 - /wp-json/wp/v2/pages/2011 1 - /main 7 http://www.alesiq.cl/main /alfa-rex.php 1 - /install.php 1 - /wp-json/wp/v2/pages/2005 1 - /alfa-rex1.php 1 - /ebs.php7 1 - /wp-content/plugins/core-plugin/include.php 4 - /cache-compat.php 1 - /repeater.php 1 - /2.php 1 - /backup 9 www.google.com /avaa.php 1 - /wp-includes/Text/about.php 1 - /wp-content/blogs.dir/about.php 1 - /sitemap.xml 1 - /wp-content/themes/kadence/functions.php 1 - /fw.php 1 - /autoload_classmap.php 1 - /edit.php 1 - /alfanew2.php7 1 - /.well-known/about.php 1 - /file.php 1 - /wp-admin/network/cloud.php 1 - /wp-comments-post.php 1 - /css/cloud.php 1 - /wp-admin/css/colors/coffee/cloud.php 1 - /hoot.php 1 - /wp-json/wp/v2/pages/2034 1 - /cron.php 1 - /system.php 1 - /inputs.php 1 - /baxa1.phP8 1 - /wp-admin/js/about.php 1 - /wp-content/themes/seotheme/db.php 1 - /wp-content/plugins/seoplugins/db.php 1 - /wp-content/plugins/Cache/Cache.php 1 - /wp-admin/images/cloud.php 1 - /wp-content/banners/about.php 1 - /wp-sitemap.xml 2 - /alfanew.php 1 - /cloud.php 1 - /wp-admin/repeater.php 1 - /content.php 1 - /ini.php 1 - /wp-admin/css/colors/xmrlpc.php 1 - /wp-includes/widgets/about.php 1 - /wp/index.php 1 - /log.php 1 - /wp-admin.php 1 - /alfa-rex.php7 1 - /wp-sitemap-taxonomies-topic-tag-1.xml 1 - /cgi-bin/about.php 1 - /wp-content/plugins/WordPressCore-1/include.php/wp-content/themes/include.php 4 - /wp-includes/images/crystal/index.php 1 - /wp-admin/images/xmrlpc.php 1 - /sistema-de-gestion-de-calidad/feed 1 - /smed-single-minute-exchange-of-die/css/superfish.css 1 - /update.php 1 - /wp-admin/css/about.php 1 - /img/cloud.php 1 - /hehe.php 1 - /wp-includes.bak/html-api/about.php 1 - /wp-content/updates.php 1 - /wp-admin/css/colors/index.php 1 - /about.php 1 - /.well-known/index.php 1 - /wp-login.php 1 - /wp-content/themes/wordpress-naked/js/hoverIntent.js 6 https://www.alesiq.cl/ /wp-admin/css/index.php 1 - /wp-trackback.php 2 - /makeasmtp.php 1 - /feed/rss/ 3 - /.well-known/acme-challenge/xmrlpc.php 1 - /xmrlpc.php 2 - /vision/feed 1 - /goods.php 1 - /yanz.php 1 - /root.php 1 - /smed-single-minute-exchange-of-die 2 http://alesiq.cl/smed-single-minute-exchange-of-die /1.php 1 - /wp-index.php 1 - /wp-admin/css/colors/blue/cloud.php 1 - /wp-includes/blocks/about.php 1 - /about.php7 1 - /wp-content/plugins/linkpreview/db.php 1 - /robots.txt 10 - /wp-includes/block-patterns/about.php 1 - /feeds.php 1 - /xmlrpc.php0 1 - /wp-p.php7 1 - /wp-includes/rest-api/about.php 1 - /wp-content/themes/oceanwp/functions.php 1 - /cgi-bin/cloud.php 1 - /wp-admin/js/widgets/xmrlpc.php 1 - /updates.php 1 - /baxa1.php 1 - /vision 1 - /wp-content/themes/pridmag/db.php 1 - /wp-conflg.php 1 - /cgi-bin/xmrlpc.php 1 - /wp-content/themes/seotheme/mar.php 1 - /xmlrpc.php 4 - /wp-content/plugins/simple/simple.php 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 16 190.107.177.233 8 8 27910 20250115080841 20250115080841 /wp-cron.php 20.84.126.226 5 43 979180 20250114121106 35.247.186.195 4 4 42298 20250115080845 20250115080821 /wp-login.php 172.187.208.179 2 2 21091 20250114180512 20.83.151.64 2 2 4111 20250114194200 35.154.215.3 2 2 0 20250115032007 18.222.100.44 2 2 0 20250115031759 13.37.255.186 1 1 4070 20250115055206 142.93.8.206 1 1 4070 20250115020851 15.188.51.115 1 1 4070 20250115052020 13.232.142.91 1 1 0 20250114161329 165.22.53.186 1 1 10360 20250114223614 54.218.123.199 1 1 0 20250114233519 20.63.111.128 1 1 4070 20250114194834 52.224.123.166 0 4 52803 155.248.180.30 0 1 296191 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 2 20250114 20 62 1099525 12 20250115 12 13 350699 10 END_DAY # Session range - Number of visits BEGIN_SESSION 2 5mn-15mn 1 0s-30s 19 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 5 / 17 143620 12 13 /wp-login.php 7 73749 4 3 /wp-cron.php 6 0 6 3 /cvitale/ 1 41 0 0 /bin/ 1 41 0 1 END_SIDER ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������awstats.alesiq.cl.conf������������������������������������������������������������������������������0000644�����������������00000056243�14742002072�0010763 0����������������������������������������������������������������������������������������������������ustar�00�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������# AWStats configure file #----------------------------------------------------------------------------- # Copy this file into awstats.www.myserver.mydomain.conf or awstats.conf and # edit this new file to setup AWStats (See documentation in docs/ directory). # The config file must be in /etc/opt/awstats, /etc/awstats or /etc (for # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...) # To include an environment variable in any parameter (AWStats will replace # it with its value when reading it), follow the example: # Parameter="__ENVNAME__" #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # MAIN SETUP SECTION (Required to make AWStats working) #----------------------------------------------------------------------------- # "LogFile" contains the web server logfile to analyze. # Possible values: A full path, or a relative path from awstats.pl directory # Example: "/var/log/apache/access.log" # Example: "../logs/mycombinedlog.log" # # You can also use tags in this filename if you need a dynamic file name # depending on date or time (Replacement is made by AWStats at the beginning # of its execution). This is available tags : # %YYYY-n is replaced with 4 digits year we were n hours ago # %YY-n is replaced with 2 digits year we were n hours ago # %MM-n is replaced with month we were n hours ago # %DD-n is replaced with day we were n hours ago # %HH-n is replaced with hour we were n hours ago # %WM-n is replaced with the week number in month (1-5) # You can use 0 for n if you need current year, month, day, hour... # Example: "/var/log/access_log.MM-0%DD-0.log" # Example: "C:/WINNT/system32/LogFiles/W3SVC1/exMM-24%DD-24.log" # LogFile="/etc/apache2/logs/domlogs/alesiq.cl" # Put here your log format (Must match your web server config. See setup # instructions in documentation know how to configure your web server to have # the required log format). # Possible values: 1,2,3,4,5 or "your_own_personalized_log_format" # 1 = Apache native combined log format (NCSA combined/XLF/ELF log format) # 2 = IIS log format (W3C log format) # 3 = Webstar native log format # 4 = Apache or Squid native common log format (NCSA common log format) # With LogFormat=4, some features (browsers, os, keywords...) can't work. # 5 = ISA server native standard log format # "your_own_personalized_log_format" = If your log is a personalized format, # you must use the following syntax keys to define the log format string: # %host Host client name or IP address # %logname Authenticated login/user used on protected pages # %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" # %method Method with format: GET # %url URL only with format: /index.html # %query Query string (used by URLWithQuery option) # %code HTTP return code with format: 999 # %bytesd Size of document in bytes # %refererquot Referer page with format: "http://from.com/from.htm" # %referer Referer page with format: http://from.com/from.htm # %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)" # %ua User agent with format: Mozilla/4.0_(compatible...) # %gzipin Mod_gzip compression input bytes: In:XXX # %gzipout Mod_gzip compression output bytes & ratio: Out:YYY:ZZZpct. # %gzipratio Mod_gzip compression ratio: ZZZpct. # If your log format has some fields not included in this list, use # %other Means another field # # Examples for Apache combined logs (this two examples are equivalent): # LogFormat = 1 # LogFormat = "other time1 code refererquot %uaquot" # # Examples for IIS (this two examples are equivalent): # LogFormat = 2 # LogFormat = "host method code other referer" # LogFormat=1 # If you want to have information on domains/countries visitors, you must ask # AWStats to make reverse DNS lookup (if not already done in your log file). # If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease # seriously AWStats time processing. # If you keep DNSLookup to 0, all hosts will be reported by the IP addresses # and not by the full hostname of visitors. Domain/Country chart will also # report all visitors from a domain/country "Unknown". # Possible values: 0 or 1 # Default: 0 # DNSLookup=0 # When AWStats updates its statistics, it stores results of its analysis in # files (AWStats database). All those files are written in the directory # defined by the "DirData" parameter. Set this value to the directory where # you want AWStats to save its database and working files into. # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser" # feature (see later), you need write permissions by webserver user on this # directory. # Example: "/var/cache/awstats" # Example: "../data" # Example: "C:/awstats_data_dir" # Default: "." (means same directory as awstats.pl) # DirData="/home4/cal14593/tmp/awstats" # Relative or absolute web URL of your awstats.pl directory. # This parameter is used only when AWStats is run from command line # with -output option (to generate links in HTML reported page). # Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin") # DirCgi="/tmp/awstats" # Relative or absolute web URL of all icons subdirectories. # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # DirIcons="/images/awstats" # "SiteDomain" must contain the main domain name or the main intranet web # server name used to reach the web site. # This parameter is only used to generate full URLs links when ShowLinksOnUrl # option is set to 1. # Example: "www.mysite.com" # Example: "user.mydomain.com" # Example: "myintranetserver" # Default: "" # SiteDomain="alesiq.cl" # Put here all other possible domain names, addresses or virtual host aliases # someone can use to access your site. Try to keep only the minimum number of # possible names/addresses to have the best performances. # You can repeat the "SiteDomain" value in this list. # Use space between each value and put a backslash before each dot. # This parameter is used to analyze referer field in log file and to help # AWStats to know if a referer URL is a local URL of same site or an URL of # another site. # Example: "www.myserver.com x.y.z.w localhost 127.0.0.1" # HostAliases="alesiq.cl www.alesiq.cl localhost 127.0.0.1" # When this parameter is set to 1, AWStats add a button on report page to # allow to "update" statistics from a web browser. Warning, when "update" is # made from a browser, AWStats is ran as a CGI by the web server user # defined in your web server (user "nobody" by default with Apache, "IUSR_XXX" # with IIS), so the "DirData" directory and all already existing history files # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions # if required. # Warning: Update process can be long so you might experience "time out" # browser errors if you don't launch AWStats enough frequently. # When set to 0, update is only made when AWStats is ran from the command # line interface (or a task scheduler). # Possible values: 1 or 0 # Default: 0 # AllowToUpdateStatsFromBrowser=0 AllowFullYearView=3 #----------------------------------------------------------------------------- # OPTIONAL SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # The following two parameters allow you to protect a config file to be used # by your AWStats program called from a browser only if web user has been # authenticated. Your AWStats program must be in a web protected "realm" (With # Apache, you can use .htaccess files to do so. With other web servers, see # your server setup manual). # Possible values: 1 or 0 # Default: 0 # AllowAccessFromWebToAuthenticatedUsersOnly=0 # This parameter give the list of all authorized authenticated users to view # statistics for this domain/config file. This parameter is used only if # AllowAccessToAuthenticatedUsersOnly is set to 1. # Example: "user1 user2" # Default: "" # AllowAccessFromWebToFollowingAuthenticatedUsers="" # If the "DirData" directory (see above) does not exists, AWStats return an # error. However, you can ask AWStats to create it. # This option can be used by some Web Hosting Providers that has defined a # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and # don't want to have to create a new directory each time they add a new user. # Possible values: 1 or 0 # Default: 0 # CreateDirDataIfNotExists=1 # In most case, AWStats is used as a cgi program. So AWStats process is ran # by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...). # To make use easier and avoid permission problems between update process # (run by an admin user) and CGI process (ran by a low level user), AWStats # save its database files with read and write for everyone. # If you have experience on managing security policies (Web Hosting Provider), # you should set this parameter to 0. AWStats will keep default process user # permissions on its files. # Possible values: 1 or 0 # Default: 1 # SaveDatabaseFilesWithPermissionsForEveryone=0 # AWStats can purge log after processing it. By this way, the next time you # launch AWStats, log file will be smaller and processing time will be better. # IMPORTANT !!! # AWStats is able to detect new lines in log file, to process only them, so # you can launch AWStats as soon as you want, even with this parameter to 0. # With 0, no purge is made, so you must use a scheduled task or a web server # that make this purge frequently. # With 1, the purge of the log file is made each time AWStats is ran. # This parameter doesn't work with IIS (This web server doesn't let its log # file to be purged). # Possible values: 1 or 0 # Default: 0 # PurgeLogFile=0 # When PurgeLogFile is setup to 1, AWStats will clean your log file after # processing it. You can however keep an archive file (saved in "DirData") of # all processed log records by setting this to 1 (For example if you want to # use another log analyzer). # This parameter is not used if PurgeLogFile=0 # Possible values: 1 or 0 # Default: 0 # ArchiveLogRecords=0 # Each time you run the update process, AWStats overwrite the 'historic file' # for the month (awstatsMMYYYY[.*].txt) with the updated one. # When write errors occurs (IO, disk full,...), this historic file can be # corrupted and must be deleted. Because this file contains information of all # past processed log files, you will loose old stats if removed. So you can # ask AWStats to save last non corrupted file in a .bak file. This file is # stored in "DirData" directory with other 'historic files'. # Possible values: 1 or 0 # Default: 1 # KeepBackupOfHistoricFiles=0 # Index page name for your web server. # Example: "default.htm" # Default: "index.html" # DefaultFile="index.html" # Do not include access from clients that match following criteria. # If your log file contains IP addresses in host field, you must put here # matching IP addresses criteria. # If DNS lookup is already done in your log file, you must put here hostname # criteria. # Note: Use space between each value. # Example: "127.0.0.1 163.84. 201.101.51.1" # Example: "localhost abcxyz" # Default: "" # SkipHosts="" # You can specify specific IP addresses that should NOT be looked up in # the DNS. You may specify partial addresses (ie 163.85. for everything # behind the usual firewall setup, etc)... # This is only useful if DNSLookup=1. # Note: Use space between each value and put a backslash before each dot. # Example: "163.85. 201.101.51.2" # Default: "" # SkipDNSLookupFor="" # Use SkipFiles to ignore access to URLs that match one of following entries. # You can, with this option, add a list of not important frame pages (like # menus, etc...) to exclude them from statistics. # For example, to ignore a whole directory tree, just add "directorytoignore", # to ignore "users" pages in your stats, you can add "/~". # The oposite parameter of "SkipFiles" is "OnlyFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values. # Note: xxx$ means URL ending with xxx. # Example: "robots.txt$ favicon.ico$ badpage.html /~" # Default: "robots.txt$ favicon.ico$" # SkipFiles="robots.txt$ favicon.ico$" # Include in stats, only accesses to URLs that match one of following entries. # For example, if you want AWStats to filter access to keep only stats that # match a particular string, like a particular directory, you can add this # directory name in this parameter. # The opposite parameter of "OnlyFiles" is "SkipFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values # Note: xxx$ means URL ending by xxx. # Example: "marketing_directory" # Default: "" # OnlyFiles="" # Add here a list of kind of url (file extension) that must be counted as # "Hit only" and not as a "Hit" and "Page viewed". You can set here all images # extensions as they are hit downloaded that must be counted but they are not # viewed pages. URL with such extensions are not included in the TOP Pages/URL # report. # Note: If you want to exclude your own URLs from stats (No Pages and no Hits # reported), you should use SkipFiles parameter instead. # Example: "" # Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg" # Default: "css js class gif jpg jpeg png bmp" # NotPageList="css js class gif jpg jpeg png bmp" # By default, AWStats considers that records found in log file are successful # hits if HTTP code returned by server is a valid HTTP code (200 and 304). # Any other code are reported in HTTP error chart. # However in some specific environnement, with web server HTTP redirection, # you can choose to also accept other codes. # Example: "200 304 302 305" # Default: "200 304" # ValidHTTPCodes="200 304" # Keep or attach the query string to the URL in the statistics for individual # pages. This is primarily used to differentiate between the URLs of dynamic # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as # two different pages. Warning, when set to 1, memory required to run AWStats # is doubled. # Possible values: # 0 - URLs are cleaned from the query string (ie: "/mypage.html") # 1 - Full URL with query string is used (ie: "/mypage.html?x=y") # Default: 0 # URLWithQuery=0 # AWStats can detect setup problems or show you important informations to have # a better use. Keep this to 1, except if AWStats says you can change it. # Possible values: 1 or 0 # Default: 1 # WarningMessages=1 # To help you to detect if your log format is good, AWStats report an error # if the first NbOfLinesForCorruptedLog lines have all a format that does not # match the LogFormat parameter. # However, some worm virus attack on your web server can result in a very high # number of corrupted lines in your log. So if you experience awstats stop # because of bad virus records, you can increase this parameter (very rare). # Default: 50 # NbOfLinesForCorruptedLog=10000 # Search engines keywords reported are full search string or separate keywords # Possible values: # 0 - Search keywords reported are full search string (ie: "town maps") # 1 - Search keywords reported are separated words (ie: "town" and "maps") # Default: 0 # SplitSearchString=0 # You can add in the HTML report page a delay to force browsers to reload page # if page is loaded a second time after this delay (in seconds). # Example: 3600 # Default: 0 # Expires=0 # For some particular integration needs, you may want to have CGI links to # point to another script than awstats.pl. # Use the name of this script in WrapperScript parameter. # Example: "awstatslauncher.pl" # Default: "" # WrapperScript="" #----------------------------------------------------------------------------- # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # You can change value for following option to increase AWStats capabilities # (but this reduce AWStats speed). # Possible values: 0, 1 or 2 # Default: 1 # LevelForRobotsDetection=1 # 0 will increase AWStats speed by 1%. LevelForBrowsersDetection=1 # 0 disables Browsers detection. No speed gain. LevelForOSDetection=1 # 0 disables OS detection. No speed gain. LevelForRefererAnalyze=1 # 0 will increase AWStats speed by 6%. #----------------------------------------------------------------------------- # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- UseFramesWhenCGI=1 # To avoid too large web pages, you can ask AWStats to limit number of rows of # all reported charts to this number when no other limit apply. # Default: 1000 # MaxRowsInHTMLOutput=1000 # Set your primary language. # Possible value: # Bosnian=ba, Chinese (Taiwan)=tw, Chinese (Traditional)=cn, Czech=cz, # Danish=dk, Dutch=nl, English=en, French=fr, German=de, Greek=gr, # Hungarian=hu, Indonesian=id, Italian=it, Japanese=jp, Korean=kr, # Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl, # Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru, # Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua # Default: en # Lang="en" # Set the location of language files. # Example: "/opt/awstats/lang" # Default: "./lang" (means lang directory is in same location than awstats.pl) # DirLang="/usr/local/cpanel/3rdparty/share/awstats/lang" # You choose here which summary report you want to see in the main page. # Whatever is your setup here, all detailed reports are still available. # So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all # links in menu will still point to detailed views. # Possible values: 1 or 0 # ShowHeader=1 # Show AWStats head title and icon ShowMenu=1 # Show menu header with links on detailed reports ShowMonthDayStats=1 ShowDaysOfWeekStats=1 ShowHoursStats=1 ShowDomainsStats=1 ShowHostsStats=1 ShowAuthenticatedUsers=1 ShowRobotsStats=1 ShowPagesStats=1 ShowCompressionStats=0 # Show report of compression stats when using mod_gzip ShowFileTypesStats=1 ShowFileSizesStats=0 # Not yet available ShowBrowsersStats=1 ShowOSStats=1 ShowOriginStats=1 ShowKeyphrasesStats=1 ShowKeywordsStats=1 # Not yet available ShowHTTPErrorsStats=1 # This value can be used to choose maximum number of lines shown for each # particular reporting. # # Stats by domains MaxNbOfDomain = 25 # Stats by hosts MaxNbOfHostsShown = 25 MinHitHost = 1 # Stats by authenticated users MaxNbOfLoginShown = 10 MinHitLogin = 1 # Stats by robots MaxNbOfRobotShown = 25 MinHitRobot = 1 # Stats by pages MaxNbOfPageShown = 25 MinHitFile = 1 # Stats by referers MaxNbOfRefererShown = 25 MinHitRefer = 1 # Stats for keywords MaxNbOfKeywordsShown = 25 MinHitKeyword = 1 # Choose if you want week to start on sunday or monday # Possible values: # 0 - Week start on sunday # 1 - Week start on monday # Default: 1 # FirstDayOfWeek=1 # This parameter ask your browser to open detailed reports into a different # window than the main page. # Possible values: 1 or 0 # Default: 1 # DetailedReportsOnNewWindows=1 # List of visible flags with link to other language translations. # If you don't want any flag link, set ShowFlagLinks to "". # This parameter is used only if ShowHeader is set to 1. # Possible values: "" or "language_codes_separated_by_space" # Default: "en es fr it nl es" # ShowFlagLinks="en fr de it nl es" # Each URL shown in stats report views are links you can click. # Possible values: 1 or 0 # Default: 1 # ShowLinksOnUrl=1 # Maximum length of URL shown on stats page (number of characters). This # affects only URL visible text, link still work. # Default: 72 # MaxLengthOfURL=72 # AWStats can include a link to WhoIs database on all hostnames. For this, you # must set ShowLinksToWhoIs to 1. Warning, a such feature depends on next # parameter (LinksForWhoIs) and on WhoIs server exhaustivity and availability. # For this reason, this feature can't be a reliable feature. # Possible values: 1 or 0 # Default: 0 # ShowLinksToWhoIs=0 # Set here the link used to point to Internet WhoIs database. # This parameter is not used if ShowLinksToWhoIs is 0. # Default: "http://www.whois.net/search.cgi2?str=" # Example: "http://www.netsol.com/cgi-bin/whois/whois?SearchType=all&STRING=" # Example: "http://www.ripe.net/perl/whois?form_type=simple&searchtext=" # Example: "http://www.arin.net/cgi-bin/whois.pl?queryinput=" # LinksToWhoIs="http://www.whois.net/search.cgi2?str=" # You can put here HTML code that will be added at the top of AWStats reports. # Default: "" # HTMLHeadSection="" # You can put here HTML code that will be added at the end of AWStats reports. # Great to add advert ban. # Default: "" # HTMLEndSection="" # You can set Logo and LogoLink to use your own logo. # Logo must be the name of image file (must be in $DirIcons/other directory). # LogoLink is the expected URL when clicking on Logo. # Default: "awstats_logo1.png" # Logo="awstats_logo1.png" LogoLink="http://awstats.sourceforge.net" # Value of maximum bar width/height for horizontal/vertical graphics bar # Default: 260/180 # BarWidth = 260 BarHeight = 180 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to # change its look. # Example: "/css/awstats.css" # Default: "" # StyleSheet="" # Those colors parameters can be used (if StyleSheet parameter is not used) # to change AWStats look. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex # color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF") color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD") color_TableTitle="000000" # Table title font color (Default = "000000") color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD") color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF") color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC") color_TableBorder="ECECEC" # Table border color (Default = "ECECEC") color_text="000000" # Color of text (Default = "000000") color_textpercent="606060" # Color of text for percent values (Default = "606060") color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000") color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") color_link="0011BB" # Color of HTML links (Default = "0011BB") color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") color_u="FF9933" # Background color for number of unique visitors (Default = "FF9933") color_v="F3F300" # Background color for number of visites (Default = "F3F300") color_p="4477DD" # Background color for number of pages (Default = "4477DD") color_h="66F0FF" # Background color for number of hits (Default = "66F0FF") color_k="339944" # Background color for number of bytes (Default = "339944") color_s="8888DD" # Background color for number of search (Default = "8888DD") LoadPlugin="geoipfree" �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������awstats012025.alesiq.cl.txt�������������������������������������������������������������������������0000644�����������������00000013570�14742002072�0011323 0����������������������������������������������������������������������������������������������������ustar�00�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������AWSTATS DATA FILE 7.8 (build 20200416) # If you remove this file, all statistics for date 202501 will be lost/reset. # Last config file used to build this data file was /home4/cal14593/tmp/awstats/awstats.alesiq.cl.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2007 POS_TIME 2661 POS_VISITOR 3348 POS_DAY 3420 POS_DOMAIN 3544 POS_LOGIN 3755 POS_ROBOT 3910 POS_WORMS 4042 POS_EMAILSENDER 4173 POS_EMAILRECEIVER 4316 POS_SESSION 4392 POS_SIDER 4529 POS_FILETYPES 4648 POS_DOWNLOADS 4712 POS_OS 4760 POS_BROWSER 4825 POS_SCREENSIZE 4875 POS_UNKNOWNREFERER 4949 POS_UNKNOWNREFERERBROWSER 5036 POS_ORIGIN 5118 POS_SEREFERRALS 5248 POS_PAGEREFS 5392 POS_SEARCHWORDS 5540 POS_KEYWORDS 5692 POS_MISC 2325 POS_ERRORS 5751 POS_CLUSTER 3611 POS_SIDER_404 5849 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20250115062753 344 45627 10223821162404 FirstTime LastTime LastUpdate 20250115090427 344 0 344 0 0 TotalVisits 0 TotalUnique 0 MonthHostsKnown 0 MonthHostsUnknown 0 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 QuickTimeSupport 0 0 0 AddToFavourites 0 0 0 TotalMisc 0 0 0 JavascriptDisabled 0 0 0 PDFSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 FlashSupport 0 0 0 RealPlayerSupport 0 0 0 DirectorSupport 0 0 0 JavaEnabled 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 0 0 0 0 0 0 1 0 0 0 1 1 226 2 0 0 0 240 242 58641 3 0 0 0 21 23 732 4 0 0 0 1 1 289 5 0 0 0 24 24 5528 6 0 0 0 1 1 289 7 0 0 0 0 0 0 8 0 0 0 0 0 0 9 0 0 0 0 0 0 10 0 0 0 0 0 0 11 0 0 0 10 10 0 12 0 0 0 10 10 0 13 0 0 0 0 0 0 14 0 0 0 0 0 0 15 0 0 0 0 0 0 16 0 0 0 10 10 0 17 0 0 0 0 0 0 18 0 0 0 0 0 0 19 0 0 0 11 11 226 20 0 0 0 0 0 0 21 0 0 0 0 0 0 22 0 0 0 0 0 0 23 0 0 0 11 11 226 END_TIME # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 0 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 0 END_DAY # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 0 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Session range - Number of visits BEGIN_SESSION 0 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 0 END_SIDER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 0 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 0 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 0 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 0 0 From1 0 0 From2 0 0 From3 0 0 From4 0 0 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 0 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 2 301 341 66157 404 3 0 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 3 /.well-known/pki-validation/about.php 1 - /.well-known/pki-validation/xmrlpc.php 1 - /.well-known/pki-validation/cloud.php 1 - END_SIDER_404 ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Переключить редактор
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Генерация страницы: 0.37 |
proxy
|
phpinfo
|
Настройка