Sign inSign up

solsson/httpd

By solsson

•Updated about 10 years ago

Derivatives of the official httpd image (deprecated)

Image
0

4.6K

solsson/httpd repository overview

Deprecated. See:

⁠Apache 2 httpd images

Derivatives of https://hub.docker.com/_/httpd/⁠. Linux distros' httpd packages introduce config modularity that we don't need in Docker based hosting. The single conf folder with httpd.conf is more userful here.

These images are built to https://hub.docker.com/u/solsson/⁠.

⁠httpd:openidc

Includes https://github.com/pingidentity/mod_auth_openidc/⁠.

⁠httpd:letsencrypt

Was designed for a specific hosting scenario. See limitations+caveats in cert-sync.

These days we tend to use https://github.com/Reposoft/docker-letsencrypt⁠ instead.

⁠httpd:git

Plain https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP⁠ https://git-scm.com/docs/git-http-backend⁠. Read-only out of the box (push gets 403).

git init --bare git/TestOrg/repo.git
docker run -p 80:80 -v $(pwd)/git:/opt/git --name git-http -d solsson/httpd:git
git clone http://git-http/git/TestOrg/repo.git

Compiles all of git, but a lot of that can/should be removed.

⁠more

Other httpd based images in more specific repositories:

Tag summary

Content type

Image

Digest

Size

102.4 MB

Last updated

about 10 years ago

docker pull solsson/httpd:git