Docker configuration for running Apache with geo-redirection testing capabilities.
Dockerfile - Apache container configurationdocker-compose.yml - Service orchestrationapache-vhost.conf - Virtual host configuration# Start services
docker-compose up -d
# View logs
docker-compose logs -f
# Stop services
docker-compose down
Access the test environment at: