Hi Hugo,
I already use Hiawatha as a reverse proxy mode
VirtualHost {
Hostname = www.mydomain.com, mydomain.com, *.mydomain.com
WebsiteRoot = /var/www/empty
StartFile = index.php
#RequireTLS = yes,31536000
ExecuteCGI = no
PreventXSS = yes
#PreventCSRF = yes
PreventSQLi = yes
#CustomHeader = X-Frame-Options: DENY
CustomHeader = X-Frame-Options: sameorigin
RandomHeader = 512
ReverseProxy .* http://10.8.23.14:80 1300 keep-alive
#LoginMessage = scanner.example.tld
#PasswordFile = digest:/srv/www/digest/scanner.digest
AccessLogfile = /var/log/hiawatha/mydomain.access.log
ErrorLogfile = /var/log/hiawatha/mydomain.error.log
}
What else I am missing here?
All the security scan that I do say that I need to implement a WAF.
So I take it I missed something in the configuration