httpd
Featureful HTTP server
The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
- Versions: 2.4.58
- Website: https://httpd.apache.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of httpd
as follows:
guix install httpd
Or install a particular version:
guix install httpd@2.4.58
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of httpd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/httpd'><img src='https://packages.guix.gnu.org/packages/httpd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/httpd/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/httpd)
Example Org:
[[https://packages.guix.gnu.org/packages/httpd][https://packages.guix.gnu.org/packages/httpd/badges/latest-version.svg]]