Some of our old CMS systems are returning 403 and 404 codes when the site is attacked with various payloads. The application firewall responds on a deeper level (the application…
Tag: Apache
When running Lucee on Apache, the user request is processed first by Apache and proxied to Tomcat which is handling the Lucee code execution. Rather a long and complicated path.…
This strange issue occurred today on one of the new servers I prepared. I moved the test website from my client’s machine and I was testing it to check what…
NOTE: This post is relevant for the Apache-based servers. For IIS-based servers, see https://handyman.dulare.com/http-status-403-forbidden-after-coldfusion-upgrade/ I noticed that this issue occurs on ColdFusion 2016 and 2018 after the ColdFusion server update.…
From time to time I have a need to analyze Apache access logs real quick. In most cases, website owners are noticing some strange activity or unusual traffic peak and…
My Express-based Node.js application is in most cases used on the localhost since it is still in early development stage. However, I would like to start using Internet-facing domain name…