Search for a command to run...
Open-source HTTP server for modern operating systems, including UNIX and Windows. Delivers secure, efficient, and extensible web services aligned with current HTTP standards through a modular architecture and configurable runtime behavior.
Apache httpd has been the most popular web server on the Internet since April 1996. As a project of the Apache Software Foundation since its 1995 launch, it powers a large share of websites and remains a default choice for enterprise deployments. It differentiates from alternatives like nginx through its mature ecosystem of modules, .htaccess per-directory configuration, and long track record of stability and backward compatibility.
Key features:
Teams use httpd to serve static sites and dynamic applications, act as a reverse proxy in front of application servers, and host PHP or Python via FastCGI. It is often chosen for legacy stacks that rely on .htaccess rules, LDAP-based authentication, or existing Apache-specific configurations.