web server log

My ecommerce site runs using a cluster of Apache web server. The cluster is behind nginx load balancer. I want to merge backend Apache web server log files for statistics purpose. How do I mere web server log files under Linux / UNIX like operating systems using cron jobs?

{ 0 comments }

How do I find out Apache http server log files location? How do I change the location of Apache log file under Linux / UNIX operating system?

{ 21 comments }

I’m running application called Urchin or Google Analytics under FreeBSD and I’m getting the error – ERROR: (8011-323-1057) Failed to allocate memory. How do I fix this error?

{ 0 comments }

Q. I’d like to see my php or apache web server log files in real time. How do I see log file in real time including all incoming logs? A. You need to use tail command which output the last part of files in real time including all incoming logs to a file. tail -f [...]

{ 2 comments }