{"id":19197029,"url":"https://github.com/jitesoft/docker-httpd","last_synced_at":"2025-02-23T04:45:24.765Z","repository":{"id":59913147,"uuid":"225056962","full_name":"jitesoft/docker-httpd","owner":"jitesoft","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-13T20:13:15.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T10:08:57.113Z","etag":null,"topics":["alpine","apache","apache2","docker","dockerfile","hacktoberfest","httpd","jitesoft"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jitesoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-30T18:57:51.000Z","updated_at":"2022-10-06T12:39:37.000Z","dependencies_parsed_at":"2022-09-25T07:04:07.768Z","dependency_job_id":null,"html_url":"https://github.com/jitesoft/docker-httpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-httpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-httpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-httpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-httpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitesoft","download_url":"https://codeload.github.com/jitesoft/docker-httpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271531,"owners_count":19774859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","apache","apache2","docker","dockerfile","hacktoberfest","httpd","jitesoft"],"created_at":"2024-11-09T12:15:20.043Z","updated_at":"2025-02-23T04:45:24.744Z","avatar_url":"https://github.com/jitesoft.png","language":"Dockerfile","funding_links":["https://opencollective.com/jitesoft-open-source","https://github.com/sponsors/jitesoft","https://www.patreon.com/jitesoft"],"categories":[],"sub_categories":[],"readme":"# Apache Httpd\n\nApache httpd running on Alpine linux.\n\n## Notes and information\n\n### Usage\n\nDefault docroot is set to `/usr/local/apache2/htdocs`.  \n\nTo start container, expose the port (default is `80`) in the run command and go nuts:\n\n```bash\ndocker run -p 80:80 jitesoft/httpd\n```\n\n### www-data user\n\nThe www-data user have the same id as the www-data user in the most common alpine images, 82.  \nBefore 2021 07 23, the id was 1000, which created issues with read/write permissions\nwhen used with the jitesoft/php image.\n\nContainers created runs as root (easily changed in production with the appropriate flags),\nwhile the nginx process runs as the www-data user (82) by default.\n\n### Sigwinch\n\nThe stopsignal is set to SIGWINCH to enable graceful shutdown, this will make a\n`ctrl+c` exit of an attached container not exit but stay running. If you encounter this\nissue, a standard `docker stop \u003ccontainername\u003e` will stop the container for you.\n\n## Tags\n\nImage is built for x86_64 and aarch64, tags are based on Apache httpd version\nwhere `latest` is the latest version as of build time.\n\nImages can be found at:\n\n* [Docker Hub](https://hub.docker.com/r/jitesoft/httpd): `jitesoft/httpd`\n* [GitLab](https://gitlab.com/jitesoft/dockerfiles/httpd): `registry.gitlab.com/jitesoft/dockerfiles/httpd`\n* [GitHub](https://github.com/orgs/jitesoft/packages/container/package/httpd) `ghcr.io/jitesoft/httpd`\n\n## Docker files\n\nDocker files can be found at  [GitLab](https://gitlab.com/jitesoft/dockerfiles/httpd) or [GitHub](https://github.com/jitesoft/docker-httpd)\n\n## Licenses\n\nFiles in this repository are released under the MIT license.  \nHttpd is released under the [Apache License 2.0](https://www.apache.org/licenses/) license.  \n\n### Image labels\n\nThis image follows the [Jitesoft image label specification 1.0.0](https://gitlab.com/snippets/1866155).\n\n### Sponsors\n\nJitesoft images are built via GitLab CI on runners hosted by the following wonderful organisations:\n\n\u003ca href=\"https://fosshost.org/\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/fosshost.png\" height=\"128\" alt=\"Fosshost logo\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.aarch64.com/\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/aarch64.png\" height=\"128\" alt=\"Aarch64 logo\" /\u003e\n\u003c/a\u003e\n\n_The companies above are not affiliated with Jitesoft or any Jitesoft Projects directly._\n\n---\n\nSponsoring is vital for the further development and maintaining of open source.  \nQuestions and sponsoring queries can be made by \u003ca href=\"mailto:sponsor@jitesoft.com\"\u003eemail\u003c/a\u003e.  \nIf you wish to sponsor our projects, reach out to the email above or visit any of the following sites:\n\n[Open Collective](https://opencollective.com/jitesoft-open-source)  \n[GitHub Sponsors](https://github.com/sponsors/jitesoft)  \n[Patreon](https://www.patreon.com/jitesoft)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fdocker-httpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitesoft%2Fdocker-httpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fdocker-httpd/lists"}