logs

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 }

Software RAM disks use the normal RAM in main memory as if it were a partition on a hard drive rather than actually accessing the data bus normally used for secondary storage such as hard disk. How do I create and store a web cache on a RAM disk to improve the speed of loading pages under Linux operating systems?

{ 19 comments }

While going though my logs I found that BIND9 on Debian version 5.x is giving a warning which read as follows:

max open files (1024) is smaller than max sockets (4096)

How do I fix this problem?

{ 9 comments }

MySQL Bin Files Eating Lots of Disk Space

by Vivek Gite on December 16, 2008 · 7 comments

Q. I get a large amount of bin files in the MySQL data directory called “server-bin.n” or mysql-bin.00000n, where n is a number that increments. What is MySQL Binary Log? How do I stop these files being created?

{ 7 comments }

Q. I see following message in my logs files:

Linux bnx2: eth1: No interrupt was generated using MSI, switching to INTx mode

My server hangs occasionally after rebooting with above message in /var/log/message. How do I get rid of this problem under CentOS Linux / RHEL version 4.x?

{ 0 comments }

Apache Log POST Data To A Log File

by Vivek Gite on April 17, 2008 · 7 comments

How do I log POST data submitted by our user registration form to a log file under Debian Linux Apache 2 Web Server?

{ 7 comments }

Q. I’ve upgrade my CentOS / RHEL (Red Hat Enterprise Linux) 4.7 on HP ProLiant DL580 G5 and it is showing unknown NMI errors in the logs:

Uhhuh. NMI received for unknown reason 30.
Dazed and confused, but trying to continue
Do you have a strange power saving mode enabled?

Uhhuh. NMI received for unknown reason 20.
Dazed and confused, but trying to continue
Do you have a strange power saving mode enabled?

How do I fix this error?

{ 2 comments }