March 25, 2020
4min Read
Domantas G.

Apache is an open-source and free web server software that powers around 40% of websites around the world. The official name is Apache HTTP Server, and it’s maintained and developed by the Apache Software Foundation.
It allows website owners to serve content on the web — hence the name “web server.” It’s one of the oldest and most reliable web servers, with the first version released more than 20 years ago, in 1995.
When someone wants to visit a website, they enter a domain name into the address bar of their browser. Then, the web server delivers the requested files by acting as a virtual delivery man.
Here at Hostinger, our web hosting infrastructure uses Apache in parallel with NGINX, which is another popular web server software. This particular setup allows us to get the best of both worlds. It greatly improves server performance by compensating the weaker sides of one software with the strengths of another.
File servers, database servers, mail servers, and web servers use different kinds of server software. Each of these applications can access files stored on a physical server and use them for various purposes.
The job of a web server is to serve websites on the internet. To achieve that goal, it acts as a middleman between the server and client machines. It pulls content from the server on each user request and delivers it to the web.
The biggest challenge of a web server is to serve many different web users at the same time — each of whom is requesting different pages. Web servers process files written in different programming languages such as PHP, Python, Java, and others.
They turn them to static HTML files and serve these files in the browser of web users. When you hear the word web server, think of it as the tool responsible for the proper server-client communication.
Although we call Apache a web server, it is not a physical server, but rather a software that runs on a server. Its job is to establish a connection between a server and the browsers of website visitors (Firefox, Google Chrome, Safari, etc.) while delivering files back and forth between them (client-server structure). Apache is a cross-platform software, therefore it works on both Unix and Windows servers.
When a visitor wants to load a page on your website, for instance, the homepage or your “About Us” page, their browser sends a request to your server, and Apache returns a response with all the requested files (text, images, etc.). The server and the client communicate through the HTTP protocol, and the Apache software is responsible for the smooth and secure communication between the two machines.
Apache is highly customizable, as it has a module-based structure. Modules allow server administrators to turn additional functionalities on and off. Apache has modules for security, caching, URL rewriting, password authentication, and more. You can also set up your own server configurations through a file called .htaccess, which is an Apache configuration file supported with all Hostinger plans.
Besides Apache, there are many other popular web servers. Each web server application has been created for a different purpose. While Apache is the most widely used, it has quite a few alternatives and rivals.
Nginx, pronounced Engine-X, is a newer web server application first released in 2004. As of today, it has gained quite a popularity among website owners. Nginx was created to solve the so-called c10k problem, meaning that a web server that uses threads to handle user requests is unable to manage more than 10,000 connections at the same time.
Tomcat is a web server also developed by the Apache Software Foundation, thus its official name is Apache Tomcat. It’s an HTTP server as well, however it powers Java applications instead of static websites. Tomcat can run several different Java specifications such as Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket.
An Apache web server can be an excellent choice to run your website on a stable and versatile platform. However, it also comes with some disadvantages you need to pay attention to.
Pros:
Cons:
Want to learn more basics about website hosting and development? Check out these guides:
Apache is one of the most popular web servers that allows you to run a secure website without too much of a headache. It’s the most frequent choice of solopreneurs and small businesses that want a presence on the web.
You can install a WordPress website on an Apache web server without any customization. Besides, Apache works seamlessly with many other content management systems (Joomla, Drupal, etc.), web frameworks (Django, Laravel, etc.), and programming languages. This makes it a solid pick for all types of web hosting platforms, such as VPS or shared hosting.
April 23 2019
Thanks. Well documented.
Leave a reply