{"id":876,"date":"2017-04-14T22:12:27","date_gmt":"2017-04-15T06:12:27","guid":{"rendered":"http:\/\/www.tech.dimprash.com\/?p=876"},"modified":"2017-04-14T22:12:50","modified_gmt":"2017-04-15T06:12:50","slug":"what-information-does-the-apache-access-log-contain","status":"publish","type":"post","link":"http:\/\/www.tech.dimprash.com\/?p=876","title":{"rendered":"What information does the apache access log contain?"},"content":{"rendered":"<pre>\r\n127.0.0.1 - - [05\/Feb\/2012:17:11:55 +0000] \"GET \/ HTTP\/1.1\" 200 140 \"-\" \"Mozilla\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\/535.19 (KHTML, like Gecko) Chrome\/18.0.1025.5 Safari\/535.19\"\r\n<\/pre>\n<p>%h is the remote host (ie the client IP)<br \/>\n%l is the identity of the user determined by identd (not usually used since not reliable)<br \/>\n%u is the user name determined by HTTP authentication<br \/>\n%t is the time the request was received.<br \/>\n%r is the request line from the client. (&#8220;GET \/ HTTP\/1.0&#8221;)<br \/>\n%>s is the status code sent from the server to the client (200, 404 etc.)<br \/>\n%b is the size of the response to the client (in bytes)<br \/>\nReferer is the Referer header of the HTTP request (containing the URL of the page from which this request was initiated) if any is present, and &#8220;-&#8221; otherwise.<br \/>\nUser-agent is the browser identification string.<\/p>\n<p>http:\/\/stackoverflow.com\/questions\/9234699\/understanding-apaches-access-log<\/p>\n","protected":false},"excerpt":{"rendered":"<p>127.0.0.1 &#8211; &#8211; [05\/Feb\/2012:17:11:55 +0000] &#8220;GET \/ HTTP\/1.1&#8221; 200 140 &#8220;-&#8221; &#8220;Mozilla\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\/535.19 (KHTML, like Gecko) Chrome\/18.0.1025.5 Safari\/535.19&#8221; %h is the remote host (ie the client IP) %l is the identity of the user determined by identd (not usually used since not reliable) %u is the user name determined by HTTP &hellip; <a href=\"http:\/\/www.tech.dimprash.com\/?p=876\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">What information does the apache access log contain?<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-876","post","type-post","status-publish","format-standard","hentry","category-security"],"_links":{"self":[{"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/posts\/876","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=876"}],"version-history":[{"count":2,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/posts\/876\/revisions"}],"predecessor-version":[{"id":878,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=\/wp\/v2\/posts\/876\/revisions\/878"}],"wp:attachment":[{"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=876"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tech.dimprash.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}