# Installer httpd avec Homebrew, dnf, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de httpd pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:httpd
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install httpd
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install httpd
```

  Preuve: Fedora Rawhide package metadata: httpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install apache2
```

  Preuve: openSUSE Tumbleweed package metadata: apache2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/ab
```

  Preuve: Scoop official bucket manifest trees: bucket/ab.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:httpd
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.4.68
- **Résumé source:** Apache HTTP server
- **Page d'accueil:** <https://httpd.apache.org/>
- **Dernière mise à jour:** 2026-06-22T14:03:44-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ab (alias)
- apachectl (alias)
- apxs (alias)
- checkgid (alias)
- dbmmanage (alias)
- fcgistarter (alias)
- htcacheclean (alias)
- htdbm (alias)
- htdigest (alias)
- htpasswd (alias)
- httpd (alias)
- httxt2dbm (alias)
- logresolve (alias)
- rotatelogs (alias)
- suexec (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.4.68
## Historique du projet et usages

Apache HTTP Server is one of the defining infrastructure packages of the Web: a general-purpose HTTP server descended from NCSA httpd, maintained by the Apache HTTP Server Project, and distributed with a large suite of command-line administration and support tools.

### Historique du projet

The project began in February 1995 after development of Rob McCool's NCSA httpd had stalled. A small group of webmasters coordinated their accumulated bug fixes and enhancements, using NCSA httpd 1.3 as the base for the first public Apache server release, 0.6.2, in April 1995.

The early server was quickly reworked around Robert Thau's Shambhala architecture, which introduced a modular structure, an API for extensibility, pool-based memory allocation, and an adaptive preforking process model. Apache 1.0 followed on December 1, 1995, and in 1999 the Apache Software Foundation was formed to give the project organizational, legal, and financial support.

### Historique d'adoption

Apache passed NCSA httpd as the top server in the Netcraft Web Server Survey in 1996, less than a year after the Apache Group formed. Its adoption story is closely tied to Unix and Linux packaging: the `httpd` package became both the server daemon and a bundle of operational tools used by administrators, module developers, and local web developers.

### Modes d'utilisation

As a package, `httpd` is not only the web server binary. It also ships familiar tools such as `apachectl`, `apxs`, `htpasswd`, `htdigest`, `rotatelogs`, and `ab`, making the package useful for running a local server, testing configuration, building modules, managing password files, rotating logs, and benchmarking request throughput.

### Pourquoi les passionnés de paquets s'y intéressent

Package maintainers care about Apache HTTP Server because it sits at the intersection of daemon management, module ABI compatibility, TLS libraries, configuration layout, and service integration. It is also historically important as a package that helped make source-built and distribution-packaged open-source infrastructure normal for production web hosting.

### Chronologie

- 1995: Apache development started around patches to NCSA httpd.
- 1995: Apache 0.6.2 was released in April.
- 1995: Apache 1.0 was released on December 1.
- 1996: Apache passed NCSA httpd in the Netcraft Web Server Survey.
- 1999: The Apache Software Foundation was formed.
- 2012: The 2.4.x branch began its GA release history with 2.4.1 on February 21.

### Related projects

- Apache HTTP Server grew out of NCSA httpd and is closely associated with APR, mod_ssl, mod_perl, Tomcat, Traffic Server, and the bundled `ab` benchmarking tool.

### Sources

- <https://httpd.apache.org/ABOUT_APACHE.html>
- <https://httpd.apache.org/docs/2.4/programs/ab.html>
- <https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/STATUS>


## Notes de sécurité

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- broad file, network, media, or database tool signal
- formula declares a Homebrew service

## Autres enregistrements de gestionnaires de paquets

- dnf - httpd - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Apache HTTP Server | https://httpd.apache.org/
- dnf - httpd-core - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd-core from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | httpd minimal core | https://httpd.apache.org/
- dnf - httpd-devel - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development interfaces for the Apache HTTP Server | https://httpd.apache.org/
- dnf - httpd-filesystem - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The basic directory layout for the Apache HTTP Server | https://httpd.apache.org/
- dnf - httpd-manual - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd-manual from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for the Apache HTTP Server | https://httpd.apache.org/
- dnf - httpd-tools - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: httpd-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tools for use with the Apache HTTP Server | https://httpd.apache.org/
- dnf - mod_ldap - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: mod_ldap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | LDAP authentication modules for the Apache HTTP Server | https://httpd.apache.org/
- dnf - mod_lua - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: mod_lua from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Lua scripting support for the Apache HTTP Server | https://httpd.apache.org/
- dnf - mod_proxy_html - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: mod_proxy_html from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | HTML and XML content filters for the Apache HTTP Server | https://httpd.apache.org/
- dnf - mod_session - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: mod_session from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Session interface for the Apache HTTP Server | https://httpd.apache.org/
- dnf - mod_ssl - 2.4.68-4.fc45: normalized package name match | Fedora Rawhide package metadata: mod_ssl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | SSL/TLS module for the Apache HTTP Server | https://httpd.apache.org/
- zypper - apache2 - 2.4.67-1.3: normalized package name match | openSUSE Tumbleweed package metadata: apache2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | The Apache HTTPD Server | https://httpd.apache.org/
- zypper - darkhttpd - 1.17-1.5: normalized package name match | openSUSE Tumbleweed package metadata: darkhttpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | When you need a web server in a hurry | https://unix4lyfe.org/darkhttpd
- zypper - lighttpd - 1.4.85-1.2: normalized package name match | openSUSE Tumbleweed package metadata: lighttpd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Secure, Fast, Compliant, and Very Flexible Web Server | https://www.lighttpd.net/
- zypper - nginx - 1.31.3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: nginx from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A HTTP server and IMAP/POP3 proxy server | https://github.com/nginx/nginx
- Scoop - main/ab: installed executable or alias match | Scoop official bucket manifest trees: bucket/ab.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/httpd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/httpd.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
