Skip to content

tex2e/docker-apache-php-ssi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-apache-php-ssi

Simple Docker build for SSI-enabled Apache with PHP.

apache2.conf

<Directory /var/www/html>
	Options Includes
	AllowOverride None
	Require all granted
	AddType text/html .shtml .php
	AddOutputFilter INCLUDES .shtml .php
</Directory>

Build with:

docker build -t tex2e/apache-php-ssi .

Run with:

docker run --rm --name apache-php-ssi -p 5001:80 -v ${PWD}/www:/var/www/html tex2e/apache-php-ssi

Releases

No releases published

Packages

No packages published