Skip to content

A very simple Docker Compose application with a single httpd service for use in the WebSec course lab.

Notifications You must be signed in to change notification settings

phipex/websec-apache-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebSec Apache httpd Container

This project defines a very simple Docker Compose application that consists of a single Apache httpd service. It is intended for use in the lab of the WebSec course and by no means considered "fit" for production use.

The httpd image is based on the Apache 2.4.12 image from the official Apache httpd docker repository. It is essentially a vanilla httpd installation compiled from the source distribution.

Usage

  1. Install Docker and Docker Compose.
  2. Create a clone of this repository on your local machine.
  3. Add websec-httpd as a name of your loopback network device (127.0.0.1) to your hosts file.
  4. Make the necessary changes to httpd-container/conf as required by your assignment.
  5. cd into the directory that holds docker-compose.yml.
  6. Start the Web server with sudo docker-compose up. When you direct your Web browser to http://websec-httpd/, then the container should serve you an HTML page.

About

A very simple Docker Compose application with a single httpd service for use in the WebSec course lab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.3%
  • Shell 41.2%
  • HTML 7.5%