Sign inSign up

theinfobots/apache-server

By theinfobots

•Updated 4 months ago

Security-hardened Apache server with PHP 8 support and custom English error pages.

Image
Web servers
0

61

theinfobots/apache-server repository overview

⁠Apache Server with PHP 8

A lightweight, security-hardened Apache server pre-configured with PHP 8 and custom error pages.

⁠Why use this?

  • Security Defaults: ServerTokens set to prod and ServerSignature turned off to hide server information.
  • PHP 8 Ready: Includes PHP 8.2 support out of the box.
  • Custom Error Pages: Professional English 404 and 403 error pages.
  • Ready to Deploy: Perfect for simple web hosting or testing.

⁠How to use

⁠1. Run the container
docker run -d --name apache-server -p 8080:80 theinfobots/apache-server:latest
⁠2. Access the server

Open your browser at http://localhost:8080.

⁠3. Customizing content

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

Tag summary

Content type

Image

Digest

sha256:e885d7c04…

Size

167.5 MB

Last updated

4 months ago

docker pull theinfobots/apache-server