Load Testing Web Servers with apache benchmark tool
Command to run the Apache benchmark tool (ab) with 200 simultaneous requests until 2000 requests are completed: # ab -k -c 100 -n 2000 localhost/checkiffileexists.php Let’s run the test and…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
Command to run the Apache benchmark tool (ab) with 200 simultaneous requests until 2000 requests are completed: # ab -k -c 100 -n 2000 localhost/checkiffileexists.php Let’s run the test and…
Knowing how much traffic your web server can handle when under stress is essential for planning future grow of your website or application. By using tool called siege, you can…
Open LiteSpeed is an open source web server which comes with a lot of interesting features that helps us to manage our sites effectively. Some of the features include 1)…
Prerequisites SSH with root access or sudo user access to Debian 9 server The Apache web server with properly a domain and vhost configured Step 1: Installing Let’sEncrypt certbot The…
You can check the current version of apache by running /usr/sbin/httpd -v CustomBuild – current If you’re using custombuild (as most new boxes are), run the following cd /usr/local/directadmin/custombuild ./build…
As of DA 1.50.0, DirectAdmin have added a new feature that allows you to make use of LetsEncrypt, a tool offering free basic SSL certificates.There is a script written in…
If the security of website has been the focus of attention for several years already, it has become even more central since the start of the year and the American…
When we are interested in the truly technological aspects of the web, it is often because we encounter a problem. We do not always pay attention to it, but each…
A LAMP Stack is a set of open-source software that can be used to create websites and web applications. LAMP is an acronym, and these stacks typically consist of: Linux…