Skip to content

Docker Official Image packaging for Apache HTTP Server

License

Notifications You must be signed in to change notification settings

apifocal/docker-httpd

 
 

Repository files navigation

httpd-docker

Overview

This docker image contains httpd with cgi and php.

Entrypoint Scripts

None.

Standard Configuration

Container Layout

/
├─ etc/
│  ├─ apache2/
│  │  └─ sites-available/
│  │     └─ 000-default.conf
│  └─ supervisor/
│     └─ config.d/
│        └─ apache2.conf
└─ var/
   └─ www/
      └─ hello/
         ├─ hello.cgi
         ├─ hello.html
         └─ hello.php

Exposed Ports

  • 80/tcp - httpd listening port.

Volumes

None.

Development

Source Control

About

Docker Official Image packaging for Apache HTTP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 49.9%
  • Makefile 25.2%
  • ApacheConf 14.8%
  • Perl 4.3%
  • PHP 3.1%
  • HTML 2.7%