Forum Moderators: phranque
Are all hacking attempts that try to break into a web site or server, for Apache, logged in the raw access log?As above: what kind of hacking attempts? Anything in the form of an http request--GET, POST, PUT (hahahaha)--will show up in logs. They’re the ones with long convoluted query strings containing code that is supposed to execute and Do Bad Things; look for suspicious numbers of \ backslashes and { braces }. But those tend to be trivially easy to block. If you have your own server, you may have a firewall that prevents some requests from even reaching the server, so those won't show up in access logs, though you will probably log them in some other way.