MM
Solutions Architect
Small-Business (50 or fewer emp.)
"Workhorse of a web server that is reliable"
4.5/5
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.

See what 138 reviewers think of Apache HTTP Server Project

4.3 out of 5 · Verified reviews from real users

Read all reviews