AccessFileName .htaccess AddDefaultCharset UTF-8 DefaultType None ErrorDocument 404 default ErrorLog ${APACHE_LOG_DIR}/error.log # NOTE: The following lines prevent .htaccess and .htpasswd files # from being viewed by Web clients. Order allow,deny Deny from all Satisfy all Group ${APACHE_RUN_GROUP} HostnameLookups Off KeepAlive On KeepAliveTimeout 15 LockFile ${APACHE_LOCK_DIR}/accept.lock # XXX: the accept serialization lock file MUST BE STORED ON A LOCAL DISK. LogFormat "%{User-agent}i" agent LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %O" common LogFormat "%{Referer}i -> %U" referer LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogLevel warn # NOTE: possible values include: debug, info, notice, warn, error, crit, alert, emerg. MaxKeepAliveRequests 100 PidFile ${APACHE_PID_FILE} #ServerRoot "/var/www" Timeout 300 User ${APACHE_RUN_USER} Include mods-enabled/*.load Include mods-enabled/*.conf Include httpd.conf Include ports.conf Include conf.d/ Include sites-enabled/*.conf