ServerRoot "/etc/httpd"
Listen 420
User apache
Group apache
Include conf.modules.d/*.conf
IncludeOptional modsecurity.d/*.conf
IncludeOptional modsecurity.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
# reverse proxy for juice shop
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://10.60.0.2:3000/
ProxyPassReverse / http://10.60.0.2:3000/
# EnableMMAP off
# EnableSendfile on
IncludeOptional conf.d/*.conf
ServerAdmin jeevacation@gmail.com
# ServerName www.coimbravpn.com:420