---
title: Apache HTTP Server Project Reviews
meta_title: 'Apache HTTP Server Project Reviews 2026: Details, Pricing, & Features
  | G2'
meta_description: Filter 146 reviews by the users' company size, role or industry
  to find out how Apache HTTP Server Project works for a business like yours.
aggregate_rating:
  rating_value: 4.3
  review_count: 146
  scale: '5'
date_modified: '2026-08-04'
parent_category:
  name: IT Infrastructure
  url: https://www.g2.com/categories/it-infrastructure
---

# Apache HTTP Server Project Reviews
**Vendor:** The Apache Software Foundation  
**Category:** [Application Server Software](https://www.g2.com/categories/application-server)  
**Average Rating:** 4.3/5.0  
**Total Reviews:** 146
## About Apache HTTP Server Project
The Apache HTTP Server, commonly known as Apache, is a free and open-source web server software that has been a cornerstone of the internet since its inception in 1995. Developed and maintained by the Apache Software Foundation, Apache is designed to provide a secure, efficient, and extensible server that adheres to current HTTP standards. Its modular architecture allows for a wide range of functionalities, making it suitable for various web hosting needs, from serving static content to handling dynamic web applications. Key Features and Functionality: - Modular Architecture: Apache&#39;s design enables the addition of modules to extend its capabilities, such as authentication, URL rewriting, and proxying. - Cross-Platform Compatibility: It operates on numerous operating systems, including UNIX-like systems and Windows, ensuring flexibility across different environments. - Support for Multiple Protocols: Apache supports HTTP/1.1 and HTTP/2 protocols, facilitating efficient communication between clients and servers. - Security Features: With modules like mod\_ssl, Apache provides robust support for TLS/SSL encryption, ensuring secure data transmission. - Virtual Hosting: This feature allows a single Apache instance to serve multiple websites, each with its own domain and configuration. - Integration with Programming Languages: Apache seamlessly integrates with languages such as PHP, Python, and Perl, enabling dynamic content generation. - Comprehensive Logging and Monitoring: It offers detailed logging capabilities, aiding in monitoring server performance and diagnosing issues. Primary Value and User Solutions: Apache&#39;s primary value lies in its reliability, flexibility, and extensive community support. It addresses the needs of web administrators and developers by providing a customizable and scalable platform for hosting websites and applications. Its open-source nature ensures continuous improvement and adaptation to emerging web technologies, making it a preferred choice for both small-scale personal projects and large-scale enterprise deployments.




## Apache HTTP Server Project Reviews
  ### 1. Rock-solid and reliable for PHP routing, but can be a bit resource-heavy

**Rating:** 5.0/5.0 stars

**Reviewed by:** Yogesh S. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 18, 2026

**What do you like best about Apache HTTP Server Project?**

Running and keeping secure custom PHP-based internal business applications.I have been using apache for years to build my custom PHP and MySQL applications and the long-term stability I have never known. What I love the most is that it comes out of the box very well when used in a classic "LAMP" setup. We often times need to apply a full range of in-house tools and simply uploading an .htaccess file to a given folder to handle a rewrite of the URLs or prevent access is a tremendous timesaver. It allows me to manage every detail of permissions per directory without needing a code break and a reboot of the main server's config file each time. Moreover, having been around for a long time, the community documentation is quite extensive; most bizarre routing or proxy issue that you encounter has likely been addressed and documented elsewhere on the web.

**What do you dislike about Apache HTTP Server Project?**

It definitely can't compete with newer options such as Nginx, especially with respect to memory usage. Its process oriented design may make it a RAM consumer and drain it rapidly when the number of concurrent users suddenly surge. The main configuration files are also very unforgiving, and can at times be cumbersome to navigate through. When you edit the httpd.conf file, a minor mistake or a missing character on it may prevent the server to be restarted and finding out what is the exact spelling mistake can be very frustrating when you need to rush a deployment. Unlike my preferred choice of servicing heavy loads of static assets, it is also not my favorite.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

The constant hassle with secure and reliable internal routing is addressed by Apache for our day to day infrastructure.Apache takes up the hassle of secure and reliable internal routing. To illustrate, we recently implemented a full functioning HRM system designed to be sensitive to payroll and assets. Apache has enabled me to simply create strict reverse proxies and restrictions on who is able to load the login page - only users from restricted network ranges are allowed to load it. It also does a fine job at integrating our SSL certificate, ensuring 100% secure communication between our database and your client's browser. It may not be the latest software app on the market, but it performs without getting in the way, ensuring that our key management systems are available continuously without constant supervision.

  ### 2. Workhorse of a web server that is reliable

**Rating:** 4.5/5.0 stars

**Reviewed by:** M M. | Solutions Architect, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 16, 2025

**What do you like best about Apache HTTP Server Project?**

What I appreciate most about Apache HTTP Server is its stability and configurability. It’s been around for a long time, and it shows—most of the common use cases are well-documented, and the server behaves predictably across environments.
For LAMP stack work, it integrates smoothly with PHP and MySQL, and the .htaccess support is particularly useful when you need to apply directory-level rules without touching the main config. Things like URL rewriting, access control, or even basic redirects are easy to manage.
Also, the modular architecture is quite practical. You can enable only what you need—like mod_rewrite, mod_ssl, or mod_headers—which helps keep things lean and secure. Overall, it’s a solid choice for most small to mid-sized web applications.

**What do you dislike about Apache HTTP Server Project?**

One thing I find limiting about Apache HTTP Server is its performance under high concurrency. For applications that need to handle a large number of simultaneous connections, especially APIs or real-time services, Apache’s process-based model can become a bottleneck. Compared to event-driven servers like Nginx, it tends to consume more memory and scale less efficiently

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

it provides a stable and configurable way to serve web content over HTTP and HTTPS. That’s essential for any web-based application, and in the LAMP stack, it’s the default choice for many setups.
It also handles request routing, access control, and URL rewriting quite well. These features help in structuring applications cleanly—especially when working with frameworks or CMS platforms that rely on clean URLs or need specific routing rules.
From a developer and administrative perspective, I don’t have to reinvent the wheel.

  ### 3. Been using apache for all my deployments! Easy to Deploy

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sunil Y. | Digital Marketing Executive, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 05, 2024

**What do you like best about Apache HTTP Server Project?**

The best thing about apache is its simplicity to use. I have been using apache on all my ubuntu instances. The apache services are running on daily basis and I have deployed more than 50 websites on this apache server. Its easy to integrate & implement with any os. Just few commands to run and we will have a basic apache server page. Never really needed customer support because I have been able to do all the tasks by myself only.

**What do you dislike about Apache HTTP Server Project?**

Sometimes, websites build on php are slow but only few times.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache is helping us to host webservers for our applications and websites.

  ### 4. Apache Web server provides a easy setup and powerful performance

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sharin S. | Team Lead - Azure and Windows server, Enterprise (> 1000 emp.)

**Reviewed Date:** May 07, 2024

**What do you like best about Apache HTTP Server Project?**

I have been using Apache web server for years now and I have to say, it is a reliable workhorse for all my web hosting needs. What I love most about Apache is can handle high website traffic. Another thing I appreciate about Apache is the extensive library of modules. Whether I need to add SSL encryption for a secure connection, Apache has a module for it.

**What do you dislike about Apache HTTP Server Project?**

I found Apache server have bit resource initiative when handling large number of concurrent connections. Performance finetune requires various module changes so it is time consuming.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

It helps me to solve various challenges in web application hosting and running smooth and secure PHP applications.

  ### 5. My personal and professional experience on Apache server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Praveen M. | Cloud Support Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 01, 2024

**What do you like best about Apache HTTP Server Project?**

Easy to setup, open-source, able to setup shared and dedicated websites, very reliable and perform well with PHP-FPM, mod_php, fast_cgi etc.

**What do you dislike about Apache HTTP Server Project?**

Nothing to mention about the disadvangages.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

While using Apache, we can have Cost effective projects, the web server will work very reliable and the performance is also amazing.

  ### 6. The easiest web server to deploy and managed

**Rating:** 5.0/5.0 stars

**Reviewed by:** Peter T. | software Engineer, Program Development, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 20, 2023

**What do you like best about Apache HTTP Server Project?**

I used the Apache web server for almost 20 years, and it was always straightforward to deploy and manage. I used managed web hosting on my servers and several internal servers without any issues. 

The Apache community is significant; you can get documentation and information about everything everywhere.

The last time I used Apache was to setup several development environments to work on PHP, Javascript and JSON on a  Live Chat web applications together with Joomla and WordPress and Drupal  CMS, all working on the same sever using a single Mysql Database.

**What do you dislike about Apache HTTP Server Project?**

I got some rare issues with Apache related to some complex security configurations; in some cases, I could not set up our Live Chat core there. But this was more on a module working on Apache than the web server itself.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

We need an easy-to-deploy web server to install, set up, and build our live chat core web application. We select Apache due is the most used web server on the hosting market and the most simple to setup and maintain.

  ### 7. A very secure and reliable Web Server

**Rating:** 5.0/5.0 stars

**Reviewed by:** David T. | Owner, Enterprise (> 1000 emp.)

**Reviewed Date:** June 16, 2023

**What do you like best about Apache HTTP Server Project?**

Overall, I think Apache Server is a great web server. It is free (open-source) and reliable. With its small footprint, it is also very efficient and secure. If you are looking for a powerful and flexible web server, then Apache Server is a great option.

**What do you dislike about Apache HTTP Server Project?**

There is not much to dislike Apache Server because it is so stable and secure and works well with out-of-the-box settings; however troubleshooting by means of logging can be tedious. Modifying configuration for fine-tuning also doesn't seem straight forward.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache server has been in the industry for many, many years. It is thus a very reliable and trustworthy solution.  Security is always a big topic when it comes to web servers and Apache Server comes with features helping web sites to stay secure from attacks.  We found that with increasing volume and traffic, scaling the web server is very easy and no downtime is required.

  ### 8. Capable Web Server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Marco B. | Amministratore Delegato &amp; Socio, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 08, 2023

**What do you like best about Apache HTTP Server Project?**

Apache is open-source software, which means it's freely available to anyone, and its source code can be modified and extended by the community. This openness fosters innovation and community-driven development.

**What do you dislike about Apache HTTP Server Project?**

Apache can be resource-intensive, especially when handling a large number of concurrent connections. It may require more memory and CPU resources compared to some other web servers in certain scenarios.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache HTTP Server solves several important problems related to web hosting and web application deployment.

  ### 9. Ubuntu Server and Apache

**Rating:** 5.0/5.0 stars

**Reviewed by:** Oscar Charbel M. | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 12, 2023

**What do you like best about Apache HTTP Server Project?**

I like the integration of Apache with Ubuntu very much because the installation and then integration and configuration are straightforward in case you want to put more pages in the /HTML folder.

**What do you dislike about Apache HTTP Server Project?**

I wouldn´t say I like that much that once you install Apache, the documentation in the etc. and www folder is missing, and you have to view so many blogs to find out information.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Having a specific page to make some tests and quickly adding so many sites also in my labs, putting some websites with redirection seems to work fine. It is beneficial when you are new on website development.

  ### 10. An intuitive and easy to use web server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rajat R. | SDE, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 14, 2022

**What do you like best about Apache HTTP Server Project?**

As the title says, it is very intuitive; once you know how to do specific configurations, you start understanding how other configurations would work.
You can use it for proxying ports, serving static HTML content, proxying websocket servers and what not!
Wonderful community support because of the large userbase, so if you're facing some problem, there are high chances that a question for it has been asked and solved on at least one of the many forums.

**What do you dislike about Apache HTTP Server Project?**

The documentation could be a bit more beginner friendly. I had problems understanding it when I started and still have issues understanding some parts.
Also, a UI-based configuration tool would be great!
Otherwise, it covers all my use cases, so that's pretty much what I don't like about Apache Server.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

For me, Apache Server solves the problem of hosting multiple small websites on one Virtual Machine in the cloud so that I can have one entry point for all websites (just one port of the VM open to the public). I can serve different static files based on the host or slug or expose different API servers on different endpoints. I also use it to proxy my web socket server.

  ### 11. Apache Server experiance

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sanjaya M. | Senior Technical Architect, Enterprise (> 1000 emp.)

**Reviewed Date:** March 12, 2023

**What do you like best about Apache HTTP Server Project?**

Apache server is open source which makes anyone can download and use it freely as per their need. It is highly fast and reliable and secures as well. Apache server runs very efficiently and smoothly on both Linux and Windows web servers.

**What do you dislike about Apache HTTP Server Project?**

As it is open source, we easily modify the configuration, which offers the invitation to various threads when we are in the middle of some of our code. As customization is happening, new bugs and errors are welcomed. So its requires strict updating policy, which should be done on a regular interval.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

The deployment is straightforward and as it is open source no need to pay any off-front cost by the customer. Its easy to maintain, and another thing is that it is supported in both the environments Linux and Windows very efficiently.

  ### 12. Web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yeisy M. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 07, 2023

**What do you like best about Apache HTTP Server Project?**

Apache has the best features to handle Web Server, install on Linux server with Bash commands and that's it.
Permissions, created folders, multitasking page, install Database and stable versions.

**What do you dislike about Apache HTTP Server Project?**

Apacher Server has all the necessary features, but it needs to improve the performance in unscheduled reboot of the server.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Setting up a web page and SSL with different domains is different folders to request with the app from the Internet, LAN and business partners.
Call services with written domain.

  ### 13. Build web pages

**Rating:** 4.5/5.0 stars

**Reviewed by:** Tellez D. | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 31, 2023

**What do you like best about Apache HTTP Server Project?**

Install on Linux server from Bash, configure permissions, SSL, multiple domains and user connection.
Configure connections and information response.

**What do you dislike about Apache HTTP Server Project?**

Apache server consumes more system resources for multiple domains than direct competitors.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Install on server and manage multiple access with SSL to the server, application development and access security with robust updates.

  ### 14. Apache Server - Still the top choice among professionals.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Joel A. | Senior Technical Consultant, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 18, 2022

**What do you like best about Apache HTTP Server Project?**

Apache server has been around for more than two decades, is still the leading choice with professionals.  It integrates well with many platforms that drive the web content we see and use today.

**What do you dislike about Apache HTTP Server Project?**

I actually prefer Apache over NGINX, but NGINX's small footprint is a good area for Apache to consider.  A small footprint release for Raspberry PI and other development and distribution platforms.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache server has always addressed my hosting needs across multiple environments.  It is my go-to choice whenever possible, it's easy to install/compile and configure for your needs.  It plays well with CertBot and other SSL offerings.

  ### 15. Web domain

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yuli L. | Software engineer, Consumer Goods, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 15, 2023

**What do you like best about Apache HTTP Server Project?**

Create web domain to connect to a local network server, request data and avoid IP changes or IP renaming.
Error correction, system reboot and troubleshooting.
Install complete package for virtual machine and Windows system.

**What do you dislike about Apache HTTP Server Project?**

Apache needs to improve the graphical environment on Linux to make it simpler to configure.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Install different domains on local server with Ubuntu Server, connect to different applications and access the system by mobile phone or distant PC.

  ### 16. Most powerful web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mariela M. | PC Manager, Consumer Goods, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 28, 2023

**What do you like best about Apache HTTP Server Project?**

Install on GNU/Linux, manage system access, folders, permissions, Internet communication, multiple domains, system reboots, save data.

**What do you dislike about Apache HTTP Server Project?**

Apache Server is perfect!!
I have no bad reports of my system, and it is stable, wide community and bug fixes.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Install on a Linux server and control access to the PC from a mobile application, data registry and multiple domains for different folders and databases.

  ### 17. Domain on Server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nouel A. | Manager, Consumer Goods, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 22, 2023

**What do you like best about Apache HTTP Server Project?**

Manage multiple domains on the server, communicate and point to different folders with external PC and Mobile applications.

**What do you dislike about Apache HTTP Server Project?**

Apache Server is complete, but the documentation is somewhat complex to understand at first, the configuration path needs to be improved.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Multiple domains with SSL to transfer data from device to device. Control of users and applications connected to different domains and IP addresses.

  ### 18. Manage domain on Ubuntu server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yosme D. | Web Activity Development, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 04, 2022

**What do you like best about Apache HTTP Server Project?**

Install Linux distributions for domain management, easy terminal installation of Ubuntu Server and main folders with secure access blocking.
SSL is granted for installing on a Linux server and managing multiple domains with different folders.

**What do you dislike about Apache HTTP Server Project?**

Stopping the service and starting it takes longer than other open source services.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Different domains are added to the server, connected to other folders by subdomain and access to various server applications.

  ### 19. Ease of using Alpine Linux with Docker with Apache Server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Animesh R. | Senior Manager, Computer & Network Security, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 22, 2022

**What do you like best about Apache HTTP Server Project?**

the ease of setting up and running the basic skeleton of the apache web server. the support of editing the '.config' file is one of the best things that ever happened to me. it allows me to run multiple instances with virtual host routing.

**What do you dislike about Apache HTTP Server Project?**

A little more flexibility for editing on apache2 modules. I know it supports all modern ones, but I do miss SSL support for creating vulnerable labs for cyber security trainings. for that I'm using the old images.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

it allows me to run multiple labs for training with a few clicks. also easy to ship my images to the students and it just works without putting lots of effort on configurations.

  ### 20. Apache server review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Banking | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 06, 2022

**What do you like best about Apache HTTP Server Project?**

Its very fast and secure. The most important thing which I liked was the easy customization that the platform provides via various extension and modules.

**What do you dislike about Apache HTTP Server Project?**

The pro is the con. More customisation means more bugs and errors. It also makes it insecure.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Helps me in accessing my assets and content.

  ### 21. One of the Best free and open source web server software solution.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Himanshu B. | Asst. Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** July 27, 2022

**What do you like best about Apache HTTP Server Project?**

Free solution for hosting local application

**What do you dislike about Apache HTTP Server Project?**

Nothing found as of now. All working good.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

We are using some application that requires hosting and Apache is helping us without adding any extra cost.

  ### 22. Best legacy web server to host your applications

**Rating:** 5.0/5.0 stars

**Reviewed by:** Faisal I. | Jr - DevOps Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 16, 2021

**What do you like best about Apache HTTP Server Project?**

I liked its easy configuration and easy to host and manage your web application such as php , laravel etc. Really powerful to handle traffic it supports modules so you can use them according to your requirements.

**What do you dislike about Apache HTTP Server Project?**

Found nothing till yet for which I can say disliked in it everything is working fine for me. I never had any issue with this working smoothly and easy configurations, so no problems till yet for which i can say that i disliked this thing in apache.

**Recommendations to others considering Apache HTTP Server Project:**

Best to use easy to configure

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I was assigned with a task to host and configure Laravel web application for which i found apache server to host and configured it and in no time our web application was live for production also configured apache for heavy traffic to mitigate down time.

  ### 23. Apache server is an excellent, flexible web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 30, 2021

**What do you like best about Apache HTTP Server Project?**

I love the fact that there is an awful lot of reference material out there for apache, and that I can find example configuration snippets for basically anything that I need to do with it.

**What do you dislike about Apache HTTP Server Project?**

I used to run a lot of Apache 2.0 & 2.2 servers back when that was current, and with Apache 2.4, there are a handful of things that are critical, but which are configured inversely from the way 2.2 was.  For example, the default directory permissions are exactly opposite what they were and with 2.4, the command syntax for configuring access is exactly opposite what it was.  If you migrate from 2.2 configs, it doesn't "just do the right thing", it requires manually changing things to get the desired results.  I would have given this a 10 instead of a 9 had the developers of 2.4 made it compatible with 2.2 configs, and still had the server do the right thing.  I also don't like the fact that it requires a fair amount of cpu & memory to run properly.  I build embedded systems as well sometimes, and many of those have cpu speed & memory constraints that make apache impractical for it.  I use other web server software such as uhttpd as the server there.

**Recommendations to others considering Apache HTTP Server Project:**

If you are setting up a public-facing webserver, apache is how I do it.  nginx may be ok,  I just haven't gone down that path far enough to evaluate it thoroughly.  If you are building an embedded system, skip apache, use uhttpd instead.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache is a generic webserver, so it can live where ever you want to have a web application.  I use it for hosting my customers in a cloud server, and I configure each customer within it to have separate name-based virtual hosts, as well as SSL configs for each based on IP address.  A strong competitor to apache server is nginx, however I have not been convinced yet that nginx is worth converting over to.  Most of my work with apache is setting it up for hosting multiple customers websites on a single cloud server, however I have also used it in building higher-end embedded systems, meaning that these systems had the required horsepower necessary to run apache.  Apache is a bit of a hog, so it's not completely useful for embedded systems.

  ### 24. Web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Michele S. | Web Systems Administrator, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 14, 2022

**What do you like best about Apache HTTP Server Project?**

Download and install on Linux PC, configure the local domain, external domain and PC connection via SSH.
Manage control permissions and access to web folders.

**What do you dislike about Apache HTTP Server Project?**

Configure Linux distributions and compile for older versions.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Manage files and remote local network or Internet connection, by domain I connect and SSL to prevent information theft.

  ### 25. A fully featured open source web server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sibongakonke N. | P, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 05, 2021

**What do you like best about Apache HTTP Server Project?**

Apache Server is a compact server for Linux-based systems. The server is efficient and fast, the server allows you to host multiple websites on a single machine, and you can secure the websites through SSL with minimal configuration

**What do you dislike about Apache HTTP Server Project?**

for additional functionality, a lot of configuration is needed, and it is easy to get lost if you lack experience in server management

**Recommendations to others considering Apache HTTP Server Project:**

It's free to use and easy to install, the Apache Server has a large community of users that support each other

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Hosting multiple websites on a single Ubuntu server

  ### 26. Apache web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sushil Kumar S. | System Admin, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 08, 2021

**What do you like best about Apache HTTP Server Project?**

We, as a nonprofitable educational organization, can not afford the high licensing server cost of IIS.  Our old infrastructure compatibility with the latest servers was also a challenge. To inhouse host our Koha (library software) and moodle LMS, we tried to evaluate other webservers like tomcat, IIS but the compatibility mismatch consumed our energy a lot.

**What do you dislike about Apache HTTP Server Project?**

We missed the GUI like IIS. They were sometimes hanged on heavier loads.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

We have hosted our in-house PHP My-sql based ERP, Koha Library, and moodle LMS.

  ### 27. Very Reliable and Stable

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 28, 2021

**What do you like best about Apache HTTP Server Project?**

I like that Apache is open source and very easy to set up. On Ubuntu, Apache2 also allows SSL, and its very easy to use Letsencrypt to get a free SSL certificate.

**What do you dislike about Apache HTTP Server Project?**

Apache cannot host JAVA applications and this is a massive disadvantage for JAVA developers.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use Apache to host web application on he cloud or on my local PC and it is very user friendly

  ### 28. Web Server (Apache)

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 15, 2021

**What do you like best about Apache HTTP Server Project?**

Easy configuration file management.
Easy to setup redirection rule.

**What do you dislike about Apache HTTP Server Project?**

URI(path) management is a bit tricky. One need to go with proper documentation.

**Recommendations to others considering Apache HTTP Server Project:**

It supports both IP based and Host based configuration.
You can use rules creation and 301 redirection.. directly from apache.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Creating host and adding html files.

  ### 29. Private web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yonatan H. | Software Developmen, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 27, 2021

**What do you like best about Apache HTTP Server Project?**

Compatible with Windows and Linux, I use both operating systems on my PC. Linux installation is direct from online repositories always available, no need to download extra for installation.
Secure folders within the Apache installation with exclusive modification permission.

**What do you dislike about Apache HTTP Server Project?**

Finding errors during a server crash is difficult, it requires automatic restart of all activated services.

**Recommendations to others considering Apache HTTP Server Project:**

Installing Apache Server is simple, requires quick steps, test your website and third-party applications.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I have control of my web page, reading PHP, Java and other resources of my personal applications on my PC and private hosting.
I test all applications with Apache Server before installing to my shared server.

  ### 30. Apache Server is the best

**Rating:** 5.0/5.0 stars

**Reviewed by:** Preeti N. | Product Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 06, 2020

**What do you like best about Apache HTTP Server Project?**

Easily available, Free of Cost, It is very easy to set up, support the most OS, and user friendly

**What do you dislike about Apache HTTP Server Project?**

PHP integrations can be tedious sometimes for beginners. But it's not too much of a trouble

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Helping our team and interns to give the real-time experience of hosting

  ### 31. Developer web server.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Dustin T. | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 19, 2020

**What do you like best about Apache HTTP Server Project?**

These are the options I like about Apache Server:
1* I like all the tools that Apache Server has, it is excellent to configure a stable and independent web server, easy installation in Debian and Ubuntu, codes in the terminal and the installation is quick and easy.
2* I like the configuration from the text editor, I configure all the dependencies and addresses of files and database.

**What do you dislike about Apache HTTP Server Project?**

Learning is slow, there are options that are not well documented and you have to do your own tests to understand how it works.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I build a web server with all dependencies and database, domain address with Linux operating system, http address, https, SSL, TLS certificates and Retail and commercial processing systems to manage transaction processing.

  ### 32. Multiplatform web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Giuseppe T. | Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 06, 2019

**What do you like best about Apache HTTP Server Project?**

Apache works on most of the operating systems, from windows to linux based ones.
This is great because you can export a configuration to another machine, even if operative system is a different one.
Also, it has a great list of add-on modules to support several kinds of extensions.

**What do you dislike about Apache HTTP Server Project?**

Basic configuration has to be made the old way, editing http.conf file.
Sometime you can lost into the parameters.
Some competitors provide configuration via UI that can be very helpful with basical/simple configurations

**Recommendations to others considering Apache HTTP Server Project:**

Half of worldwide webservers are powered by Apache server. No more words are needed.
Is great to install LAMP/WAMP (Linux/Windows Apache MySQL PhP) or similar kind of applications that offer a fullstack of software to make your web application.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Easy to migrate from an operative system to another keeping all configuration.
Born about 25 years ago, it has a very extensive documentation. If you're facing a problem, you'll find a solution.

  ### 33. apache server is used for web proxy redirection

**Rating:** 4.5/5.0 stars

**Reviewed by:** Luz A. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 08, 2019

**What do you like best about Apache HTTP Server Project?**

 It is easy to install it on your own machine and use it to learn and test many applications. It works It shines because of a large ecosystem of modules  and a thriving community

**What do you dislike about Apache HTTP Server Project?**

 Apache has so many options that to configure everything is very complicated, and sometimes you need to spend much ours to get it good configured It's starting to show its age and isn't as performant as some of the more recent contenders I also dislike the configuration file syntax in comparison to nginx.

**Recommendations to others considering Apache HTTP Server Project:**

 Apache, although it is not known as the most performant web server daemon, is the safe choice and will generally meet your needs unless they're specialized. It's fast and reliable Can be used with SSL and certificates.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

 Web site management. Secured etc time saving 2

  ### 34. Simply one of the best with multiple functions for your server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Alejandra M. | Software Engineer , Enterprise (> 1000 emp.)

**Reviewed Date:** August 11, 2019

**What do you like best about Apache HTTP Server Project?**

The software is really light, it is one of the things I like the most; It is also free with a series of tools to configure your server. It has many advantages to be open source, it can be modified as you see fit. It adapts to what I need, be it a domestic server or a large server with demands.

**What do you dislike about Apache HTTP Server Project?**

Very little negative I found in this software, perhaps it is a bit difficult to configure, it really is a problem since there is no guide that allows user guidance. Also I could see that there are typographical errors in the error notification messages.

**Recommendations to others considering Apache HTTP Server Project:**

Highly recommended, you may have to keep in mind that in the beginning your configuration can be a headache but at the time of using it you will realize that it will work in any operating system; It is free, you will not spend absolutely nothing to have it, it is very light and with capabilities to alter your server in a positive way

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

We have been solving all kinds of configurations on our servers; From proxy, multiple domains, web pages with their well-structured databases and it has helped us to have substantial money savings through its use.

  ### 35. The most developer friendly server software

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ginger  A. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 23, 2019

**What do you like best about Apache HTTP Server Project?**

It provides the easiest and comfortable environment to serve an application. Most of the default configuration provided in the initial setup is enough for most of the deployment requirements. Further the modification of the configurations also require a small effort of modifying the centralized configuration file. It only demands a simple directory structure to render the user interface components compared to other server frameworks which require pretty complex and strict directory structure for development and user interface rendering. 

**What do you dislike about Apache HTTP Server Project?**

Feels like it lacks of some security measurement due to the provided increased flexibility to the developers. Providing a much easiest configuration environment leads to inappropriate and vulnerable deployment configurations. Also introduces a vulnerability to some unauthorized access to the deployment environment. Since it allows a much flexible directory structure for the deployment it is difficult to create a strong development architecture and maintaining the cleanness of the architecture.  Developers tends to extend the architecture in an ugly way due to the given flexibility.

**Recommendations to others considering Apache HTTP Server Project:**

If you are starting your product or service with a less experience development team then definitely Apache would be the first choice for the starting point. You can follow a very fast development cycle with Apache even using a less experience development team. 

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

A back end service API to store, process and create the visualizing component for data sent from a sensor network.  
Retail and business processing systems to manage transactions processing.
Small endpoint APIs to make connections between IoT devices. 
A service API to handle the community members engagement with a GitHub repository. 

Apache server provides easy means to extend the capabilities to extend the deployment the software.
Pretty fast to handle the frequent sensor data loads.
Little amount of work during the deployment of the software.

  ### 36. Best free web server.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Archer S. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 31, 2019

**What do you like best about Apache HTTP Server Project?**

Open Source, I can correct errors and create new functions on my private web server.
It's free.

I can use the functions created by community programmers.

SSL and TLS support giving more security to the transmission of information from my server.

PHP, Perl, Python language and many more.

Very solid community to support everyone.

Multiplatform, Linux, Windows and Mac OS.

It works on any old PC.

**What do you dislike about Apache HTTP Server Project?**

Apache Server has innumerable functions and tools for your Web server, which makes it difficult to configure giving many times an error. 

**Recommendations to others considering Apache HTTP Server Project:**

Apache Server is the best for any Web server, it adapts very well and is free, if you want to install your own web server this is an excellent option, it has a large community always active willing to help new users.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I have a very stable and secure server with all the tools in this great software, being Open Source I can correct and modify the code to my liking and install on any PC, personal or business.

  ### 37. Apache for Internal Intranet Web Server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Steven M. K. | PC/Network Specialist II, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 08, 2019

**What do you like best about Apache HTTP Server Project?**

Solid http platform for intranet document distribution systems. This iteration of Apache is bundled with PHP, MySQL, MariaDB for Windows Server -- WAMP. It takes a few days to tweak httpd, and several .ini files for tuning, but once accomplished, Apache is a solid performer sitting atop Windows Server 2012 R2.

**What do you dislike about Apache HTTP Server Project?**

Numerous typographical errors, principally in error messages.

**Recommendations to others considering Apache HTTP Server Project:**

Look at WAMP, MAMP, LAMP implementations before taking on Apache Server. These implementations produce working models you can tweak o yur heart's content.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use Apache Server as the foundation for a menu-driven intranet web site that distributes business documents to entire enterprises. Principal languages and tools are HTML, Javascript, PHP and CSS. No problems; but Apache does require  minor tweaking to achieve optimum results.

  ### 38. The best service for Servers.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Maria F. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 23, 2019

**What do you like best about Apache HTTP Server Project?**

Apache Server is an excellent tool to control and mount Web pages on your servers, with Apache you have a number of tools to configure your business or home server, what I like most is that Apache Server is Open Source and runs perfectly on Linux systems, where you can do anything you can imagine, I just love it.
You can configure multiple domains on a single server within a Local Network or over the Internet.

**What do you dislike about Apache HTTP Server Project?**

Apache Server is very complex to configure, it does not have a specific guide, which causes inexperienced users not to take full advantage of this tool.

**Recommendations to others considering Apache HTTP Server Project:**

I recommend it to large companies, where you can control everything perfectly with this great tool, you just need to study it a bit and understand its great tools for its correct operation.
Use it in a Free Linux Software and everything will be perfect.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

With Apache Server I have been able to place multiple domains within the same Local Network all controlled from Apache Server from my office PC, having a very optimal performance in every way, setting up databases and much more.

  ### 39. APACHE SERVER the best server on the market

**Rating:** 4.5/5.0 stars

**Reviewed by:** carl s. | superior technician in remote systems, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 13, 2019

**What do you like best about Apache HTTP Server Project?**

It is in my opinion an excellent web page server that allows you to use it in the PHP, Python and Java language, the most common are also handled by others, you can use this in different databases such as MySQL, in another aspect how adaptable it is to working in the windows and unix environments makes it very attractive.
I can say that I keep control of access or restrictions by the security policies that I can implement, and give predetermined access to different pages.
The use of open source software which allows me to see if there is a security failure gives me a reliability and the best e are in continuous updates, its cost is free, its work by module makes it easy to configure and I practice even if you are starting to work on it. Apache is not a new server but it has earned its place in the market.

**What do you dislike about Apache HTTP Server Project?**

I have no complaints of Apache has been very good for what I have needed, what can be is that if you are newbie it will not be very practical and you will have to invest time in learning to use but the Good is so you have to dedicate your weather.

**Recommendations to others considering Apache HTTP Server Project:**

All companies wishing to use Apache servers is the best option and on all the support of SSL and TLS certificates and the great support that you have in the community that works with this server is unique and reassuring.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Apache is the best thing that the company has had in terms of servers referred by the security systems that presents its customization is formidable to perform the configurations.

  ### 40. APACHE SERVER my super server

**Rating:** 4.5/5.0 stars

**Reviewed by:** albert l. | electrical engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 24, 2019

**What do you like best about Apache HTTP Server Project?**

It is an excellent server, to use a language that is used mainly on the web that is PHP, is an HTTP server allows me to connect with databases such as MySQL and MariaDB. It is also an open source software, which can be monitored for security flaws, we can also say that it is a software that I consider very safe and is always in constant update and improvement. The costs of the Apache servers are free, we must know how to configure in a way that is quite easy to install on Windows, Macintosh and Linux. I have used it in the Windows and Linux server models, the experience in these two environments has been very good for me.

**What do you dislike about Apache HTTP Server Project?**

I could say that some versions do not have a visually friendly presentation for its configuration, since this must be done by means of a console. For the person who is starting or not conosca can be something a bit cumbersome, but we can not ignore that is the most effective way to make such configurations.

**Recommendations to others considering Apache HTTP Server Project:**

I consider the apache servers that offer trust, quality and service aspect that is always looked for in the search of servers and it is free you must risk to work with them you will not regret it.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

In the company we use the apache servers because they are very reliable for us and our clients their security systems that implement and update continuously gives us that confidence, our clients feel very happy with this service they provide.

  ### 41. Best Open source web server.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Amrut T. | Full Stack Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 10, 2019

**What do you like best about Apache HTTP Server Project?**

Apachee is one of the powerful webservers available. Runs on all the Operating Systems.

**What do you dislike about Apache HTTP Server Project?**

Ability modify its Configuration.Can cause very serious threat for security.

**Recommendations to others considering Apache HTTP Server Project:**

Apache can run o almost any operating system like linux, windows,Mac.
It is regularly maintained and updated.
The documentation of Apache is very useful.it can be installed easily 

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Benefits:It can be modified to adjust the code and also fix errors. It can be easily installed

  ### 42. The classic web server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Marketing and Advertising | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 26, 2019

**What do you like best about Apache HTTP Server Project?**

I like the simplicity of use and the amount of libraries and modules available to use. You can easily enable and disable them and it works like a charm. It is also really easy to go from development to proudction.

**What do you dislike about Apache HTTP Server Project?**

It can be a little complex to configure, especially when you are new to it, but once you get the hang of the configuration files and the way it works, you can get it to work really good.

**Recommendations to others considering Apache HTTP Server Project:**

Before you start using Apache you should definitely read the configuration files first and then go testing around. Even though installing it manually is more complex than installing premade packages like Xampp or Wampp, you get much more control over configuration and usage.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Development of web pages
Testing of web development tools

  ### 43. The most complete web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nacho G. | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 06, 2018

**What do you like best about Apache HTTP Server Project?**

Apache Server is an application to publish websites on your own server in an agile and powerful way. It is really complete and has many options, for example recently it has allowed me to configure two different web pages in two different domains on the same server, with SSL enabled and with different certificates for each one, definitively it's the most complete service.

**What do you dislike about Apache HTTP Server Project?**

Being so powerful, has a drawback, it is very complicated to configure it safely. Only with installing the service you have an operative web page, but once you want to deepen you have to dedicate many hours.

**Recommendations to others considering Apache HTTP Server Project:**

Apache is simply the best service to publish secure web pages on linux servers, for that reason it is the most used software for that purpose.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

We use Apache Server to publish different websites that we create for our clients. We usually use external hosting services, but in many cases we use our own servers with Apache Server

  ### 44. Essential web server

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ramon V. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 25, 2018

**What do you like best about Apache HTTP Server Project?**

Apache is a great service to publish websites, together with ISS and Nginx, which are the alternatives. But Apache is much faster than the others, according to some synthetic tests, up to twice as fast

**What do you dislike about Apache HTTP Server Project?**

The worst thing about Apache is undoubtedly how complicated it is to configure it, since it requires some good prior knowledge to have it configured correctly

**Recommendations to others considering Apache HTTP Server Project:**

Apache is the most powerful option to have your own web server. It is a bit complicated to configure but once it is operational it has a multitude of options.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use it for all the servers of my company, it is the best option to run web pages on linux servers. It allows me to have different websites on the same server and use it with certificates and SSL protection

  ### 45. A multiplatform server, free, robust with great security and performance

**Rating:** 4.5/5.0 stars

**Reviewed by:** Jose H. | Líder de Tecnología de Información, Enterprise (> 1000 emp.)

**Reviewed Date:** August 08, 2018

**What do you like best about Apache HTTP Server Project?**

This software is a multi-platform, free, and robust web server that offers a wide range of functionalities. Firstly, it allows for the efficient management of a large number of requests made via HTTP, controlling the delivery or denial of service according to established security policies. Secondly, it allows for configuring access restrictions to files to prevent unauthorized access. Thirdly, it enables users to display predetermined web pages or general information when there is an error accessing a server resource. Fourthly, it allows for efficient management of logs with received requests and errors produced on the server, in order to generate access statistics. Finally, the Apache server also allows us to configure virtual hosts with HTTPS encryption.

**What do you dislike about Apache HTTP Server Project?**

Extensive knowledge and experience are required to achieve great performance of the web server and optimal security settings. Therefore, installing the web server and making it work in a production environment would be risky because it only has the default basic configurations. Under these conditions, the server would have significant vulnerabilities and low performance. Additionally, there is no configuration panel to facilitate the administration of the web server.

**Recommendations to others considering Apache HTTP Server Project:**

If this web server will be used in a production environment, make sure you never leave the settings that the software comes with by default, because it would be a very high security risk. In this sense, it is required to make an optimal configuration at the security level, and an optimal configuration to have the best performance considering also the technical characteristics of the hardware on which the web server will be implemented.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

It is software that can easily be implemented to host many web projects, and it also allows cost savings because it is free. Additionally, it can be installed on a variety of operating systems because it is cross-platform, so with optimal web server configuration, you can have powerful software for managing services via HTTP.

  ### 46. Currently the best web server 

**Rating:** 4.5/5.0 stars

**Reviewed by:** Eduardo G. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 10, 2018

**What do you like best about Apache HTTP Server Project?**

Apache web server it's a cross-platform application that gives you hundreds of options to configure it. To get it up, it's easy but there are lots of properties that you can define to get your services totally customized and secure. For example, you can define rules to set witch files will be accessible from the web and witch no,  define witch users can see some pages or have multiple websites running in the same server, each one with a totally differenced options. 

**What do you dislike about Apache HTTP Server Project?**

Apache has so many options that to configure everything is very complicated, and sometimes you need to spend much ours to get it good configured. Other handicap of apache at different of other web servers, is that there aren't available a control panel to deal with the numerous options

**Recommendations to others considering Apache HTTP Server Project:**

It's the best alternative and it's used by the majority of web servers. It's free and customizable.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use apache2 to get publish a lot of websites that I use in my company in internal way. Majority of them are applications that we develop or from third-party but where the administration is done by a website.

  ### 47. The web service by excellence

**Rating:** 4.5/5.0 stars

**Reviewed by:** Pilar M. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 09, 2018

**What do you like best about Apache HTTP Server Project?**

Apache server it's the web server used by the 95% of administrators over the world, because it's the best in different aspects: First, it's available and compiled for the principal operatives systems that runs in servers, second because it's stable and runs very fast. And third, because it's maintained by the community, and this with thousands of users becomes in very tested and verified product.    

**What do you dislike about Apache HTTP Server Project?**

It's a product for advanced administrators, comes with a basic configuration that is not recommendable for use in production because isn't safe enough.If you want to tune it to production, with the configuration of certificates and with the SSL enabled you need to work in that a few days. 

**Recommendations to others considering Apache HTTP Server Project:**

Apache it's the best option to publish a website. It's fast and secure if it's configured right.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

It's our web server in all servers that we have, in the internal servers we use to publish some web applications that we use, like inventory databases and some internal applications. Also we use externally to publish some websites to Internet

  ### 48. The default web server

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ramon G. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 07, 2018

**What do you like best about Apache HTTP Server Project?**

Apache server it's the web server that everybody use as default, because it's the best option that there are in Linux. It's easy to install, since it is available for all environments, and once it's installed it weak up automatic. Once you have it installed just you needs to put the HTML files to the correct directory and you have a website running. It's really easy. 

**What do you dislike about Apache HTTP Server Project?**

The advanced configurations are not so easy to configure, mainly the security options, the certificates configurations or for example get different webs in the same server, but anyway there are lots of manuals on the net to configure apache, so there are the MAN pages that also includes the information to configure.

**Recommendations to others considering Apache HTTP Server Project:**

Apache server it's the web server used by more than 90% of the system administrators because it's simple the best. The alternatives in Linux are not interesting, and in Windows the main alternative is the Microsoft Internet Server, and they are like night and day 

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

Basically we use to publish locally some websites for internal usage or for develop. Normally our computers has Apache2 installed and we can watch whatever we are developing in real time without connect to other computers.

  ### 49. Excelent web server for Linux

**Rating:** 5.0/5.0 stars

**Reviewed by:** Miguel J. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 12, 2018

**What do you like best about Apache HTTP Server Project?**

The first thing that you realize about apache, is that it's available in all distribution already packages and maybe installed. After that you can start the service and you have a simple website working locally, and after some work, you can get your server publishing a website to the net.Te

**What do you dislike about Apache HTTP Server Project?**

The negative point of Apache is that there are options that are not easy to find and configure, and normally there are too much information, not always sorted.

**Recommendations to others considering Apache HTTP Server Project:**

Apache is the principal software to publishing websites. It's designed for production environments with much websites in same server. It's very stable and reliable.

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use apache in my personal computer of the work to publishing some internal websites or applications that runs over apache, like Phppgadmin for example.

  ### 50. Apache, the web server of reference

**Rating:** 5.0/5.0 stars

**Reviewed by:** Pepe  B. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 03, 2018

**What do you like best about Apache HTTP Server Project?**

Apache it's a Unix software that permits create a web server without much difficulty. 
It's available for all distributions, and after install it from the repository it's working immediately. 
There are hundreds of configurations available and there are a big manual to deal with them

**What do you dislike about Apache HTTP Server Project?**

In general nothing. Maybe it's a bit hard to get it configured with SSL and signed certificates.

**Recommendations to others considering Apache HTTP Server Project:**

It's the best web server, much better than ISS of Microsoft and Java alternatives. 

**What problems is Apache HTTP Server Project solving and how is that benefiting you?**

I use it to publish some internal and external websites of my company.


## Apache HTTP Server Project Discussions
  - [Apache support community](https://www.g2.com/discussions/apache-support-community) - 2 comments, 2 upvotes
  - [Why apache is a process based server](https://www.g2.com/discussions/14366-why-apache-is-a-process-based-server) - 1 comment, 1 upvote
  - [What is Apache Server used for?](https://www.g2.com/discussions/what-is-apache-server-used-for) - 1 comment
  - [What does an Apache server do?](https://www.g2.com/discussions/what-does-an-apache-server-do) - 1 comment
  - [What is Apache server explain main features of Apache server?](https://www.g2.com/discussions/what-is-apache-server-explain-main-features-of-apache-server) - 1 comment

- [View Apache HTTP Server Project pricing details and edition comparison](https://www.g2.com/products/apache-http-server-project/reviews?filters%5Bnps_score%5D%5B%5D=5&section=pricing&secure%5Bexpires_at%5D=2026-08-05+15%3A17%3A36+-0500&secure%5Bsession_id%5D=d9f23c2c-2183-4c6d-b888-82f1efb01124&secure%5Btoken%5D=eabde94fbf7f4d6ff7083604952b3198a831f81ae0dacad038710459e101f54d&format=llm_user)

## Apache HTTP Server Project Features
**Data Management**
- Data Redundancy
- Server Management
- Version and Profile Support
- Web-based frameworks
- Data exchange

**User Features**
- Centralized offering
- Security updates
- Real-time visibility

**Modernization**
- Cloud deployment
- Microservices development
- On-premises support
- Modular architecture

**AI Performance Improvement - Application Server**
- AI Application Scaling
- AI Error Prediction
- Intelligent Resource Forecasting
- AI Anomaly Detection
- AI Intrusion Detection

**Agentic AI - Application Server**
- Autonomous Task Execution
- Multi-step Planning
- Cross-system Integration
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance
- Decision Making

## Top Apache HTTP Server Project Alternatives
  - [Lighttpd](https://www.g2.com/products/lighttpd/reviews) - 4.3/5.0 (11 reviews)
  - [F5 NGINX](https://www.g2.com/products/f5-nginx/reviews) - 4.6/5.0 (110 reviews)
  - [Oracle WebLogic](https://www.g2.com/products/oracle-weblogic/reviews) - 4.2/5.0 (66 reviews)

