ServerTokens Prod ServerSignature Off HostnameLookups Off ServerRoot "/etc/httpd" Timeout 120 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 1 Listen 80 Include conf.modules.d/*.conf User apache Group apache ServerAdmin root@localhost ServerName localhost:80 AllowOverride none Require all denied DirectoryIndex index.html Require all denied ErrorLog "logs/error_log" LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio CustomLog "logs/access_log" combined TypesConfig /etc/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz AddType text/html .shtml AddOutputFilter INCLUDES .shtml #AddDefaultCharset UTF-8 MIMEMagicFile conf/magic EnableSendfile on IncludeOptional conf.d/*.conf ServerName centos72 DocumentRoot "/var/www/html" Options FollowSymLinks AllowOverride None Require all granted SetEnvIf Request_URI "\.(gif|jpg|png|css|js)$" nolog ErrorLog logs/centos72_error_log CustomLog logs/centos72_access_log combined env=!nolog