ServerRoot "/etc/httpd" Listen 420 User apache Group apache Include conf.modules.d/*.conf IncludeOptional modsecurit.d/*.conf IncludeOptional modsecurit.d/activated_rules/*.conf AllowOverride none Require all denied DocumentRoot "/var/www/html" AllowOverride None Require all granted # Allow open access: # Further relax access to the default document root: Options Indexes FollowSymLinks AllowOverride None Require all granted # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # DirectoryIndex index.html # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. 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 # EnableMMAP off # EnableSendfile on # IncludeOptional conf.d/*.conf ServerAdmin jeevacation@gmail.com # ServerName www.coimbravpn.com:420