Apache Mass Virtual Host for PHP and static HTML websites.
- Uses debian base image
- Thin Container. Uses linked MariaDB and SMTP containers for those services
- Mod PHP5 enabled
- Both "www" and "naked" domains are served from from /srv/www/sitename`
SMTP Setting:
SMTP_PORT
SMTP_HOST
Apache MPM Tuning:
MPM_START
- Optional: Default '5'MPM_MINSPARE
- Optional: Default '5'MPM_MAXSPARE
- Optional: Default '10'MPM_MAXWORKERS
- Optional: Default '150'MPM_MAXCONNECTIONS
- Optional: Default '0'
Production ready.