Sign inSign up

fwdslsh/unify-apache

By fwdslsh

Updated about 1 year ago

Image
0

1.8K

fwdslsh/unify-apache repository overview

Unify Apache Container

This image provides an Apache HTTP server configured for use with the Unify static site generator. It is intended for serving static sites with SSI includes and optimized caching.

Usage

# Build the image
docker build -f Dockerfile.apache -t unify-apache .

# Run the container
docker run -d -p 8080:80 unify-apache

Features

  • Apache SSI support
  • Custom configuration via apache.conf
  • Optimized for static HTML/CSS/JS

Configuration

  • The default config is in apache.conf. You can override it by mounting your own config.

Example

docker run -v $(pwd)/site:/usr/local/apache2/htdocs:ro -d -p 8080:80 unify-apache

Maintainer

fwdslsh/unify

Tag summary

Content type

Image

Digest

sha256:5daf9b1f3

Size

62.1 MB

Last updated

about 1 year ago

docker pull fwdslsh/unify-apache