Apache 2.4 Performance
After 17 years of existence, the Apache HTTP web server is one of the most successful and dominant open source projects of all time. Today Apache is looking to extend that streak of success with the »
Traffic Log Analysis
Problem: I need to set up some significant usage reporting for a web application. I’m looking for a reporting application for Apache style logs that’s robust and customizable. Not looking just for some little report of »
Analog Logfile Analyser
Analog shows you the usage patterns on your web server. It’s * Ultra-fast * Scalable * Highly configurable Compiling and using Analog Downloading and unpacking Download analog from http://www.analog.cx/download.html Unpack the Analog source code via the »
Compiling sysbench 0.4.12 for RedHat Enterprise 64bit
Trying to compile sysbench on a 64bit RedHat Enterprise Linux. drv_mysql.c:35:19: error: mysql.h: No such file or directory drv_mysql.c:36:26: error: mysqld_error.h: No such file or directory drv_mysql.c: In function âmysql_drv_describeâ: drv_mysql.c:284: error: âMYSQL_RESâ undeclared (first use »
Compiling sysbench 0.4.12 for CentOS
I will describe here very quickly how to compile sysbench under CentOS. Probably it will work for other distributions if you have the same problem. Here’s the error: [... some lines removed ...] /bin/sh ../libtool –tag=CC »
Public Key authentication for SSH/SCP
This is how to setup public key authentication. Here are the steps: 1. Make sure the target SSH server accept public key authentication As root, open sshd_config on the target server, usually located in /etc/ssh/sshd_config vim »
Apache Load Diagnostics – Linux “top” Command
In Linux machines, the “top” command is one of the most frequently used commands to get information about your machine performance. It gives you information about your CPU usage, RAM usage and the load average of »
New in HTTP Server 2.4: Session support with mod_session
Sessions are a standard feature of web application servers, however the interoperability of sessions between different web application servers is generally limited. This talk introduces the mod_session modules collection in httpd v2.4 that attempts to create »
Optimise Your Apache Server to Get the Best Performance
Reducing file sizes and removing unnecessary HTTP requests made to your server can not only reduce the tole on your bandwidth but also improve the user experience when using your site. Sites laden with with large »