8000 GitHub - benzvan/docker-httpd-ssi: Simple Docker build for SSI-enabled Apache
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benzvan/docker-httpd-ssi

 
 

Repository files navigation

-*- mode: org; mode: visual-line; -*-

docker-httpd-ssi

Simple Docker build for SSI-enabled Apache (since I got sick of OS X/macOS breaking my configuration on every OS upgrade).

Based on the stock httpd on Alpine Linux: I’ve marked the changes to httpd.conf with the comment **SSI**.

Build with:

docker build -t cassiel/httpd-ssi .

(if you want; it is already in Docker Hub).

Run with:

docker run --rm --name httpd-ssi -p 5000:80 -v "$PWD":/usr/local/apache2/htdocs/ cassiel/httpd-ssi

(changing port, target directory etc. according to taste).

About

Simple Docker build for SSI-enabled Apache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0