Skip to content

solsson/docker-httpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%