Sign inSign up

openeuler/httpd

Sponsored OSS

By openeuler

Updated 1 day ago

Image
0

10K+

openeuler/httpd repository overview

Quick reference

Httpd | 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

TagCurrentlyArchitectures
2.4.68-oe2403sp4httpd 2.4.68 on openEuler 24.03-LTS-SP4amd64, arm64
2.4.66-oe2403sp4httpd 2.4.66 on openEuler 24.03-LTS-SP4amd64, arm64
2.4.66-oe2403sp2httpd 2.4.66 on openEuler 24.03-LTS-SP2amd64, arm64
2.4.51-oe2203ltsApache HTTP Server 2.4.51 on openEuler 22.03-LTSamd64, arm64
2.4.58-oe2203sp3Apache HTTP Server 2.4.58 on openEuler 22.03-LTS-SP3amd64, arm64
2.4.62-oe2203sp1Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP1amd64, arm64
2.4.62-oe2203sp3Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP3amd64, arm64
2.4.62-oe2203sp4Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP4amd64, arm64
2.4.62-oe2403ltsApache HTTP Server 2.4.62 on openEuler 24.03-LTSamd64, arm64
2.4.65-oe2403sp2Apache HTTP Server 2.4.65 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/httpd image from docker

    docker pull openeuler/httpd:{Tag}
    
  • Start a httpd instance

    docker 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

    OptionDescription
    -p 80:80Expose httpd on localhost:8080.
    -v /local/path/to/website:/var/www/htmlMount the local website path /var/www/html.
    -v /path/to/httpd.conf:/usr/local/apache2/conf/httpd.confLocal configuration file httpd.conf.
  • View container running logs

    docker logs -f my-httpd
    
  • To get an interactive shell

    docker exec -it my-httpd /bin/bash
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:dea5d2536

Size

205.9 MB

Last updated

1 day ago

docker pull openeuler/httpd

This week's pulls

Pulls:

35

Sep 7 to Sep 13