Skip to content

infocyph/docker-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-apache

This repository provides a custom Apache Docker image based on the lightweight httpd:alpine image. It includes an automated configuration update script that ensures necessary Apache modules and settings are enabled.

Features

  • Lightweight Base Image: Built on the httpd:alpine image for a small footprint.
  • Automated Configuration: Enable essential modules such as proxy, SSL, rewrite and more.

Usage

  1. Build the Image:

    docker build -t docker-apache .
  2. Run the Container:

    docker run -d -p 80:80 -p 443:443 docker-apache
  3. Set the TZ environment variable (for your desired timezone):

    TZ=Your_Desired_Timezone

Customization

  • Logging: The Apache log directory is set to /var/log/apache2, which you may mount as a volume if needed.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published