{"id":18400483,"url":"https://github.com/docksal/service-apache","last_synced_at":"2025-04-07T06:33:31.655Z","repository":{"id":42397025,"uuid":"69364633","full_name":"docksal/service-apache","owner":"docksal","description":"Apache service images for Docksal","archived":false,"fork":false,"pushed_at":"2022-04-06T23:55:10.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-04-13T21:54:55.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docksal.io","language":"Shell","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/docksal.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":"2016-09-27T14:20:52.000Z","updated_at":"2022-02-11T21:46:56.000Z","dependencies_parsed_at":"2022-09-10T12:42:19.570Z","dependency_job_id":null,"html_url":"https://github.com/docksal/service-apache","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fservice-apache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fservice-apache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fservice-apache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fservice-apache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docksal","download_url":"https://codeload.github.com/docksal/service-apache/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247607759,"owners_count":20965945,"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":[],"created_at":"2024-11-06T02:33:44.096Z","updated_at":"2025-04-07T06:33:29.124Z","avatar_url":"https://github.com/docksal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache Docker images for Docksal\n\nThis image(s) is part of the [Docksal](http://docksal.io) image library.\n\n## Versions\n\n- apache2.4 (based on http:2.4-alpine)\n\n## Features\n\n- SSL enabled (self-signed cert)\n- PHP handling via FastCGI (`mod_proxy_fcgi`)\n- HTTP Basic Authentication\n- Support for configuration overrides\n\n## Document root\n\nApache `DocumentRoot` for the default virtual host can be set via `APACHE_DOCUMENTROOT`environment variable \n(defaults to `/var/www/docroot`). \n\n## FastCGI server endpoint\n\nThese images are set up to work with a FastCGI server and will not start without one.  \nThe FastCGI endpoint can be set via `APACHE_FCGI_HOST_PORT` environment variable (defaults to `cli:9000`).\n\n## HTTP Basic Authentication\n\nUse `APACHE_BASIC_AUTH_USER` and `APACHE_BASIC_AUTH_PASS` environment variables to set username and password.\n\nExample with Docker Compose\n\n```yaml\n  ...\n  environment:\n    - APACHE_BASIC_AUTH_USER=user\n    - APACHE_BASIC_AUTH_PASS=password\n  ...\n```\n\n## Configuration overrides\n\nConfiguration overrides can be added to a Docksal project codebase.\n\nUse `.docksal/etc/apache/httpd-vhost-overrides.conf` to override the default virtual host configuration:\n\n```apacheconfig\nDirectoryIndex index2.html\n```\n\nUse `.docksal/etc/apache/httpd-vhosts.conf` to define additional virtual hosts:\n\n```apacheconfig\n\u003cVirtualHost *:80\u003e\n\tServerName docs.docksal.site\n\n\tProxyPass / http://docs.docksal.io/\n\tProxyPassReverse / http://docs.docksal.io/\n\u003c/VirtualHost\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fservice-apache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocksal%2Fservice-apache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fservice-apache/lists"}