ApacheBench (ab) Load Testing

ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving. You can increase the total requests. It should always be more […]
Continue reading…

 

Enabling Fancy Directory Indexing on Apache 2.x

What is Fancy Directory Index?   If you don’t put the index.html or index.php files in your web directory, apache use to list all the files / directory when you access that directory. This feature is helpful if you are running a public download website. Apache Fancy Directory Indexing module (mod_autoindex) is of same type […]
Continue reading…