Security-hardened Apache server with PHP 8 support and custom English error pages.
61
A lightweight, security-hardened Apache server pre-configured with PHP 8 and custom error pages.
ServerTokens set to prod and ServerSignature turned off to hide server information.docker run -d --name apache-server -p 8080:80 theinfobots/apache-server:latest
Open your browser at http://localhost:8080.
To use your own files, mount them to /var/www/html:
docker run -d -p 8080:80 -v /path/to/your/site:/var/www/html theinfobots/apache-server:latest
Content type
Image
Digest
sha256:e885d7c04…
Size
167.5 MB
Last updated
4 months ago
docker pull theinfobots/apache-server