You can accomplish this by using the Combined Log Format rather than the default Common Log Format. In your Apache configuration files, search for the CustomLog keyword, and modify it to look like the ...
It'd be much easier to do with grep but it's fairly straightforward in php as well. Code: <?php //The file that you want to count downloads of $filename = 'test.gif ...
Could I get round this by using one REGEX to parse each line instead of many REGEX statements to parse each line. Also could I open the file and iterate through each line instead of loading it all ...
Dave tackles analysis of the ugly Apache web server log. I know, in my last article I promised I'd jump back into the mail merge program I started building a while back. Since I'm having some hiccups ...
I wore the world's first HDR10 smart glasses TCL's new E Ink tablet beats the Remarkable and Kindle Anker's new charger is one of the most unique I've ever seen Best laptop cooling pads Best flip ...
logresolve is a post-processing program to resolve IP-addresses in Apache's access logfiles. To minimize impact on your nameserver, logresolve has its very own internal hash-table cache. This means ...
Add terminal- and web-based Apache access.log view with GoAccess. If you can only read one tech story a day, this is it. We use cookies and other data collection technologies to provide the best ...
Last month, we spent a lot of time digging around in the Apache log files to see how you can use basic Linux commands to ascertain some basic statistics about your Web site. You'll recall that even ...
When using a large number of Virtual Hosts, Apache may run out of available file descriptors (sometimes called file handles) if each Virtual Host specifies different log files. The total number of ...