Varnish demands experience and keeping an eye on your server. For that reason, test this guide on a non-production, non-money-making site with SSL. It will cost $5/month or less to host such a WordPress site on a VPS. If you manage the HTTPS site with Varnish for a couple of months, you'll gain some confidence. If ever Varnish started to throw errors on your production server, you have to … [Read more...]
How to Increase the WordPress Upload Size Limit (Ubuntu, Apache, MPM Event)
To follow this guide, your WordPress is required to be installed on a VPS or a cloud server or a dedicated server with root privileges on SSH. This guide does not apply to WordPress sites that are using shared hosting (such users can use WordPress plugins which increases the limit). LAMP server customization is complicated since not everything is documented clearly. It is common to try changing … [Read more...]
How to Protect WordPress wp-login Page on Cloud & Dedicated Server
There are many ways to protect the wp-login.php webpage, at least limit the attempts. For a single server single website setup, we should try to avoid (i) hosting a mail server on the web server and (ii) self-hosted forms. Today, there are many types of SaaS which provide the required services. If you ever forget your login password, you can reset it from the MySQL command line. … [Read more...]
What Is Offshore Hosting?
Generally offshore means "in a different country" or "outside the country" or simply "abroad". In the old days, waterways were the mode of transport for longer distances. Valuable people used to build houses in friend countries to hide their asses in difficult times. The purpose of offshore hosting is similar. Generally living in the US and hosting your site in India or vice versa is usually not … [Read more...]
How Much RAM Does a WordPress Site on a Dedicated Server Need?
A huge RAM is required to run a WordPress site if you are using Apache with SSL/TLS. 12GB will sometimes feel risky for a WordPress site with 2000 to 10,000 unique visitors per day. Because these days we are using SSL/TLS and there are other software not directly related to WordPress. There are many reasons why so much RAM is required and the need for RAM varies from site to site depending on many … [Read more...]
Advantages and Disadvantages of RAID 1
In our earlier article, we have explained the types of RAID used in real life. RAID 1 consists of the use of n number redundant disks where each disk in the pool contains the same data at all times, hence we use the word "mirroring" to denote RAID 1. RAID 1 is a popular data storage technology for the operation of server applications particularly for entry-level to mid-range servers. But what … [Read more...]
How to Install OpenLiteSpeed on Ubuntu Server
OpenLiteSpeed is the open-source edition of the LiteSpeed web server by LiteSpeed Technologies of China. It belongs to the closed-source segment and you have to install the PHP component from their repo. At the time of writing this guide, this web server supports HTTP/3. It supports a lot of Apache web server modules but there are differences with Apache. Unlike Apache, it provides a web-based … [Read more...]
How to Test the Connection Speed of a Server?
If you serve normal webpages from your server (with no video content and/or static files served from a CDN), then for 20 concurrent website visitors, you'll not have more than 100Mbps bandwidth (for a dedicated server). These days, it is common to have servers with 1Gbps to 10Gbps network speed. Whether the bandwidth becomes the bottleneck of in-general site speed, you can guess with tools such … [Read more...]
Should I Use IPv4 Only or Use Both IPv4 and IPv6 in My Web Server?
It is not mandatory to use IPv6 on an unmanaged server with root access. Handling IPv6 on an unmanaged server/website with SSL is not simple and depending a person's skills as a sysadmin and manpower. IPv6 was released in December 1998 and written in hexadecimal format. An IP address is a complicated matter and frankly, an individual can not purchase a single IP address. End of the day, still it … [Read more...]
Top 5 Reasons Not To Choose Managed WordPress Hosting
These days, managed WordPress hosting is one of the hosting options for some WordPress website owners. As their cost may cross $100 per month, a practical question arises: is managed WordPress hosting an option to think about? In this article, we have pointed out the reasons why (and also when) not to consider the managed WordPress hosting option. Of course, managed WordPress hosting has many … [Read more...]
HTTP/3 : Basic Details and Present Deployment Options
HTTP up to version 2 relies on the Transmission Control Protocol (TCP) as the transport protocol. TCP acknowledges receipt of each data packet. As a result, in the event of a packet loss, all other packets have to wait for the lost one to be retransmitted (head-of-line blocking). Google has been working on an alternative since 2012 under the name QUIC, which was adopted by the IETF and … [Read more...]