openeuler/httpdThe official Httpd docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Httpd docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web. Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache quickly overtook NCSA HTTPd as the dominant HTTP server, and has remained the most popular HTTP server in use since April 1996.
Learn more on Httpd Website.
The tag of each httpd docker image is consist of the version of httpd and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.4.66-oe2403sp2 | httpd 2.4.66 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.4.51-oe2203lts | Apache HTTP Server 2.4.51 on openEuler 22.03-LTS | amd64, arm64 |
| 2.4.58-oe2203sp3 | Apache HTTP Server 2.4.58 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.4.62-oe2203sp1 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.4.62-oe2203sp3 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.4.62-oe2203sp4 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.4.62-oe2403lts | Apache HTTP Server 2.4.62 on openEuler 24.03-LTS | amd64, arm64 |
| 2.4.65-oe2403sp2 | Apache HTTP Server 2.4.65 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/httpd image from docker
bashdocker pull openeuler/httpd:{Tag}
Start a httpd instance
bashdocker run -d --name my-httpd -p 80:80 openeuler/httpd:{Tag}
After the instance my-httpd is started, access the httpd service through http://localhost:80.
Container startup options
| Option | Description |
|---|---|
-p 80:80 | Expose httpd on localhost:8080. |
-v /local/path/to/website:/var/www/html | Mount the local website path /var/www/html. |
-v /path/to/httpd.conf:/usr/local/apache2/conf/httpd.conf | Local configuration file httpd.conf. |
View container running logs
bashdocker logs -f my-httpd
To get an interactive shell
bashdocker exec -it my-httpd /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务