See eea,docker.www for deployment instructions.
-
SERVER_NAME
Specifies a hostname and port number (matching the Listen directive) for the server e.g.:SERVER_NAME=staging.eea.europa.eu
-
APACHE_MODULES
Load more apache modules, space separated e.g.:APACHE_MODULES=file_cache_module cache_module cache_disk_module watchdog_module
-
APACHE_INCLUDE
Include extra config files, space separated e.g.:APACHE_INCLUDE=conf/extra/httpd-mpm.conf conf/extra/httpd-languages.conf
-
APACHE_TIMEOUT
Timeout (default60
) e.g.:APACHE_TIMEOUT=120
-
APACHE_KEEPALIVE_TIMEOUT
KeepAliveTimeout (default5
) e.g.:APACHE_KEEPALIVE_TIMEOUT=8
-
APACHE_ENABLE_SSL
Also listen on port:443
APACHE_ENABLE_SSL=true
-
APACHE_FILE_LOGS
Save logs in/var/log/httpd/access_log.%Y-%m-%d-%H-%M
instead of stdoutAPACHE_FILE_LOGS=yes
-
APACHE_LOGROTATE_SECS
Only ifAPACHE_FILE_LOGS
isyes
, will rotate the log on this interval in secondsAPACHE_LOGROTATE_SECS=3600
-
APACHE_LOGS_DAYS
Only ifAPACHE_FILE_LOGS
isyes
, will delete the logs older that this number in daysAPACHE_LOGS_DAYS=14
-
APACHE_NFS_LOCATION
Only ifAPACHE_FILE_LOGS
isyes
, will move all non-current logs to this location, in the directoryhostname
APACHE_NFS_LOCATION=/apache-nfs-logs