ServerAdmin ${APACHE_SERVERADMIN} ServerName ${APACHE_SERVERNAME} ServerAlias ${APACHE_SERVERALIAS} DocumentRoot ${APACHE_DOCUMENTROOT} Options Indexes FollowSymLinks AllowOverride All Require all granted Alias /cgi-bin/ ${APACHE_CGI_DIR} Options +ExecCGI AddHandler cgi-script cgi pl # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn ErrorLog ${APACHE_LOG_DIR}/${APACHE_SERVERNAME}_error.log CustomLog ${APACHE_LOG_DIR}/${APACHE_SERVERNAME}_access.log combined