Skip to content

omv-icpl/Apache_TraficControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

πŸš€ Apache Traffic Control – CDN-in-a-Box Setup

This repository contains a Docker-based setup for running Apache Traffic Control 8.0.2 using the cdn-in-a-box environment.

⚠️ Due to GitHub's file size limits, large required files are hosted externally via OneDrive.


βœ… Prerequisites

Ensure the following software is installed on your machine:

  • Docker version 20.10 or higher
  • Docker Compose version 2.0 or higher (included with Docker)

πŸ” Check Installed Versions

docker --version
docker compose version

Expected output should look like:

Docker version 20.10.x, build xxxxx
Docker Compose version v2.x.x

If Docker is not installed, download it from: https://docs.docker.com/get-docker/

πŸ“₯ Step 1: Download the Repository Files

Download the full project (including large files) from OneDrive:

➑️ Download from OneDrive

After downloading, extract the ZIP file using the following commands in Debian WSL:

# Extract the ZIP file
unzip apache-trafficcontrol-8.0.2.zip

# Navigate to the extracted directory
cd apache-trafficcontrol-8.0.2/infrastructure/cdn-in-a-box

πŸ› οΈ Step 2: Build and Start the Project

Since you're already in the correct directory from Step 1, run:

docker compose build
docker compose up -d

πŸ“Š Step 3: Verify the Setup

Check running containers:

docker compose ps

🌐 Access the Web UI

Once all containers are running, you can access the Traffic Control web interface at:

https://<your-ip>:8443

Replace <your-ip> with your server's IP address or use localhost if running locally:

https://localhost:8443

About

Setup about Apache Trafic Control 8.0.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors