{"id":20532,"date":"2017-11-22T12:00:28","date_gmt":"2017-11-22T12:00:28","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=20532"},"modified":"2020-12-30T12:41:57","modified_gmt":"2020-12-30T12:41:57","slug":"awstats","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/","title":{"rendered":"AWStats &#8211; how is my server being accessed"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-20822\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png\" alt=\"\" width=\"201\" height=\"107\" \/><\/p>\n<p>My recent blog about cron reminded me that I&#8217;d started this one, but hadn&#8217;t got around to finishing it. \u00a0I&#8217;m using cron in the same jail to run an hourly task to update the web statistic for AWStats that I&#8217;d set up in my reverse proxy jail. \u00a0I had it set-up and running on my old FEMP jail, which I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/freenas-part-2\/\">here<\/a>. \u00a0It actually makes much more sense for this to happen on my reverse-proxy jail so I can track ALL of the stuff coming into my network.<\/p>\n<p><!--more-->This blog is just a quick list of steps to add it to a FreeBSD jail that&#8217;s already running NGINX:<\/p>\n<ul>\n<li>pkg install awstats<\/li>\n<li>cd \/usr\/local\/www\/awstats\/tools<\/li>\n<li>.\/awstats_configure.pl<\/li>\n<\/ul>\n<p>This creates the required\u00a0.conf files in \/etc\/awstats\u00a0which you need to edit for your specific installation (update log files, DNS settings, icon location e.g. \/awstats\/icon, \u00a0etc.)<\/p>\n<p>Then create a nginx.conf file<\/p>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_bc\">s<\/span><span class=\"shell_ff shell_be\">erver {<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        listen 80;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        server_name awstats.domain.com;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        root \/usr\/local\/www\/;                                                                          <\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        error_log \/var\/log\/nginx\/web.error.log;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        access_log off;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        log_not_found off;                                                                             <\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        location \/awstats\/classes\/ {<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">                alias \/usr\/local\/www\/awstats\/classes\/;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        }<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        location \/awstats\/css\/ {<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">                alias \/usr\/local\/www\/awstats\/css\/;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        }<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        location \/awstats\/icon\/ {<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">                alias \/usr\/local\/www\/awstats\/icon\/;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        }<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        location \/awstats\/js\/ {<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">                alias \/usr\/local\/www\/awstats\/js\/;<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">        }<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">}<\/span><\/pre>\n<p><span class=\"shell_ff shell_be\">To build the stats, and create the HTML files then run:<\/span><span class=\"shell_ff shell_be\"><br \/>\n<\/span><\/p>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">.\/awstats.pl -config=<\/span>awstats<span class=\"shell_ff shell_be\">.<\/span>domain<span class=\"shell_ff shell_be\">.co<\/span>m<span class=\"shell_ff shell_be\"> -update<\/span><\/pre>\n<pre id=\"shell_output\" class=\"ix\" tabindex=\"1\"><span class=\"shell_ff shell_be\">.\/awstats_buildstaticpages.pl -config=<\/span>awstats<span class=\"shell_ff shell_be\">.domain.com -dir=\/usr\/local\/www\/awstats<\/span><\/pre>\n<p>You should then be able to view the reports at the local IP e.g.\u00a0http:\/\/IP\/awstats<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-20535\" title=\"awstats screenshot\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-1024x552.png\" alt=\"awstats screenshot\" width=\"1024\" height=\"552\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-1024x552.png 1024w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-300x162.png 300w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-768x414.png 768w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-610x329.png 610w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/10\/awstats-1080x582.png 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>It&#8217;s also possible to integrate GeoIP to give some indication as to the location of visitor tracking<\/p>\n<ul>\n<li>pkg install GeoIP<\/li>\n<li>pkg install p5-Geo-IP<\/li>\n<li>cd \/usr\/local\/bin<\/li>\n<li>.\/geoipupdate.sh<\/li>\n<\/ul>\n<p>This creates the GeoIP.dat file in the \/usr\/local\/share\/GeoIP folder, which needs to be updated in the awstats.domain.conf file<\/p>\n<p>Finally, adding a cron\u00a0task to automatically update the AWStats database and HTML files means the information is always\u00a0kept up to date<\/p>\n<ul>\n<li>crontab -e<\/li>\n<li>i<\/li>\n<li>*\/60 * * * * \/usr\/local\/www\/awstats\/tools\/awstats_buildstaticpages.pl -config=domain -update -dir=\/usr\/local\/www\/awstats<\/li>\n<li>esc then :wq<\/li>\n<\/ul>\n<p>And, depending on how you might expose this across the network, it might be worth adding password access? \u00a0<a href=\"https:\/\/www.nginx.com\/resources\/admin-guide\/restricting-access-auth-basic\/\">Here&#8217;s<\/a> some info on the NGINX website, but it&#8217;s simply adding a couple of strings to your location block and then creating a .htpasswd\u00a0file containing the user credentials.<\/p>\n<p>Now making sense of it all, there&#8217;s a whole new challenge \ud83d\ude09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>My recent blog about cron reminded me that I&#8217;d started this one, but hadn&#8217;t got around to finishing it. \u00a0I&#8217;m using cron in the same jail to run an hourly task to update the web statistic for AWStats that I&#8217;d set up in my reverse proxy jail. \u00a0I had it set-up and running on my [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19,2,10],"tags":[21],"class_list":["post-20532","post","type-post","status-publish","format-standard","hentry","category-freenas","category-it","category-software","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWStats - how is my server being accessed - Adrian&#039;s Blog<\/title>\n<meta name=\"description\" content=\"I&#039;m using cron in the same jail to run an hourly task to update the web statistic for AWStats that I&#039;d set up\u00a0in my reverse proxy jail\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWStats - how is my server being accessed - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"I&#039;m using cron in the same jail to run an hourly task to update the web statistic for AWStats that I&#039;d set up\u00a0in my reverse proxy jail\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-22T12:00:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-30T12:41:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"AWStats &#8211; how is my server being accessed\",\"datePublished\":\"2017-11-22T12:00:28+00:00\",\"dateModified\":\"2020-12-30T12:41:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/\"},\"wordCount\":360,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2017\\\/11\\\/awstats-logo-e1511129488165.png\",\"keywords\":[\"Checked\"],\"articleSection\":[\"FreeNAS\",\"IT\",\"Software\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/\",\"name\":\"AWStats - how is my server being accessed - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2017\\\/11\\\/awstats-logo-e1511129488165.png\",\"datePublished\":\"2017-11-22T12:00:28+00:00\",\"dateModified\":\"2020-12-30T12:41:57+00:00\",\"description\":\"I'm using cron in the same jail to run an hourly task to update the web statistic for AWStats that I'd set up\u00a0in my reverse proxy jail\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2017\\\/11\\\/awstats-logo-e1511129488165.png\",\"contentUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2017\\\/11\\\/awstats-logo-e1511129488165.png\",\"width\":201,\"height\":107},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/awstats\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWStats &#8211; how is my server being accessed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWStats - how is my server being accessed - Adrian&#039;s Blog","description":"I'm using cron in the same jail to run an hourly task to update the web statistic for AWStats that I'd set up\u00a0in my reverse proxy jail","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/","og_locale":"en_GB","og_type":"article","og_title":"AWStats - how is my server being accessed - Adrian&#039;s Blog","og_description":"I'm using cron in the same jail to run an hourly task to update the web statistic for AWStats that I'd set up\u00a0in my reverse proxy jail","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2017-11-22T12:00:28+00:00","article_modified_time":"2020-12-30T12:41:57+00:00","og_image":[{"url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png","type":"","width":"","height":""}],"author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"AWStats &#8211; how is my server being accessed","datePublished":"2017-11-22T12:00:28+00:00","dateModified":"2020-12-30T12:41:57+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/"},"wordCount":360,"commentCount":0,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png","keywords":["Checked"],"articleSection":["FreeNAS","IT","Software"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/","name":"AWStats - how is my server being accessed - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#primaryimage"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png","datePublished":"2017-11-22T12:00:28+00:00","dateModified":"2020-12-30T12:41:57+00:00","description":"I'm using cron in the same jail to run an hourly task to update the web statistic for AWStats that I'd set up\u00a0in my reverse proxy jail","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#primaryimage","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png","contentUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2017\/11\/awstats-logo-e1511129488165.png","width":201,"height":107},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/awstats\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"AWStats &#8211; how is my server being accessed"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/s90DI4-awstats","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/20532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=20532"}],"version-history":[{"count":21,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/20532\/revisions"}],"predecessor-version":[{"id":28298,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/20532\/revisions\/28298"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=20532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=20532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=20532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}