A vanilla Apache Httpd server running on Debian Jessie with PHP5 and PHP Mysql drivers.
This image listen on port 80 by default
By default you can add your files to /web
folder.
Some useful environment variables
SITE
- Represents theServerName
variable on apache configuration fileADMIN_EMAIL
- Represents theServerAdmin
variable on apache configuration file
apt-get
lists were not removed, so you can install something if you want to with no effort.
If you want to use your custom configuration file for apache, just override the /etc/apache2/sites-enabled/000-default.conf
file, so the configuration generation will be disabled and SITE
and ADMIN_EMAIL
variables won't have any effect.