[go: up one dir, main page]

Introducing G2.ai, the future of software buying.Try now
Progress OpenEdge
Sponsored
Progress OpenEdge
Visit Website
Product Avatar Image
Apache HTTP Server Project

By The Apache Software Foundation

Unclaimed Profile

Claim your company’s G2 profile

Claiming this profile confirms that you work at Apache HTTP Server Project and allows you to manage how it appears on G2.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Claim Now
Progress OpenEdge
Sponsored
Progress OpenEdge
Visit Website

Apache HTTP Server Project Reviews & Product Details

Apache HTTP Server Project Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

1 month

Return on Investment

15 months

Progress OpenEdge
Sponsored
Progress OpenEdge
Visit Website
Product Avatar Image

Have you used Apache HTTP Server Project before?

Answer a few questions to help the Apache HTTP Server Project community

Apache HTTP Server Project Reviews (145)

Reviews

Apache HTTP Server Project Reviews (145)

4.3
145 reviews

Search reviews
View Filters
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
MM
Solutions Architect
Small-Business (50 or fewer emp.)
"Workhorse of a web server that is reliable"
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. Review collected by and hosted on G2.com.

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 Review collected by and hosted on G2.com.

Sunil Y.
SY
Digital Marketing Executive
Mid-Market (51-1000 emp.)
"Been using apache for all my deployments! Easy to Deploy"
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. Review collected by and hosted on G2.com.

What do you dislike about Apache HTTP Server Project?

Sometimes, websites build on php are slow but only few times. Review collected by and hosted on G2.com.

Sharin S.
SS
Team Lead - Azure and Windows server
Enterprise (> 1000 emp.)
"Apache Web server provides a easy setup and powerful performance"
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

Lakshman M.
LM
Cloud Engineer
Mid-Market (51-1000 emp.)
"A super light weight web server"
What do you like best about Apache HTTP Server Project?

It is very light weight, easy to install and maintain Review collected by and hosted on G2.com.

What do you dislike about Apache HTTP Server Project?

In case of requests high the server getting very slow even we have enough resource Review collected by and hosted on G2.com.

ANIRUDH T.
AT
Junior Cyber Security Researcher
Small-Business (50 or fewer emp.)
"Best Webserver Software"
What do you like best about Apache HTTP Server Project?

Apache is a well-known webserver software that used for http and proxy servers. One of the main speciality of apache is it compatible with most of the operating system and it support the in-built authentication named http basic auth which is a login prompt that allows users to easily protect contents under a login page without any coding knowledge.

Apache also have a large community to support users which solve the issue with the lack of customer support. Review collected by and hosted on G2.com.

What do you dislike about Apache HTTP Server Project?

The official documentation of apache is very complex and it might have to be improved. Review collected by and hosted on G2.com.

Praveen M.
PM
Cloud Support Engineer
Mid-Market (51-1000 emp.)
"My personal and professional experience on Apache server"
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. Review collected by and hosted on G2.com.

What do you dislike about Apache HTTP Server Project?

Nothing to mention about the disadvangages. Review collected by and hosted on G2.com.

Peter T.
PT
software Engineer
Program Development
Small-Business (50 or fewer emp.)
"The easiest web server to deploy and managed"
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

David T.
DT
Owner
Enterprise (> 1000 emp.)
"A very secure and reliable Web Server"
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

Marco B.
MB
Amministratore Delegato & Socio
Small-Business (50 or fewer emp.)
"Capable Web Server"
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

Oscar Charbel M.
OM
Small-Business (50 or fewer emp.)
"Ubuntu Server and Apache"
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. Review collected by and hosted on G2.com.

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. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

1 month

Return on Investment

15 months

Average Discount

23%

Apache HTTP Server Project Comparisons
Product Avatar Image
Express.js
Compare Now
Product Avatar Image
Flask
Compare Now
Product Avatar Image
Traefik
Compare Now
Apache HTTP Server Project Features
Data Redundancy
Server Management
Version and Profile Support
Centralized offering
Security updates
Real-time visibility
Cloud deployment
Microservices development
On-premises support