https://github.com/sangahco/docker-apache-pmis
Apache container for PMIS applications
https://github.com/sangahco/docker-apache-pmis
docker docker-compose httpd-server
Last synced: 5 months ago
JSON representation
Apache container for PMIS applications
- Host: GitHub
- URL: https://github.com/sangahco/docker-apache-pmis
- Owner: sangahco
- Created: 2017-01-23T15:24:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T07:23:37.000Z (almost 8 years ago)
- Last Synced: 2025-08-01T09:09:42.960Z (8 months ago)
- Topics: docker, docker-compose, httpd-server
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache HTTP Server for PMIS
To enable SSL you can use the environment variable ``APACHE_SSL=1``,
just edit the file ``.env`` and change the option accordingly.
Create a folder ``ssl`` here and put the following certificate inside:
- cert.pem
- key.pem
- chain.pem
## Build and Run the Service
> Before running **port 80 and 443 need to be available on the host**
$ docker-compose up --build -d
## Check and Follow the Log
$ docker-compose logs -f
## Stop the Service
$ docker-compose down
## Run Syntax Check for Apache Configuration
$ docker-compose run httpd apache2ctl -t