Anybody still using Apache?
Developers fix multitude of vulnerabilities in Apache HTTP Server
11–20 of 115 posts
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#12Sometimes I think custom writing your own http server might not be a bad idea after all. Lots of security holes in your custom write? Yes! But the hacker needs to be dedicated to exploiting your one server specifically to find it. In exchange you are safe from of all those : vulnerabilities in the wild => script kiddies => mass exploitation => your are now hacked type of situations.
Not sure about that... You might commit some of the same mistakes that they did
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#13Sometimes I think custom writing your own http server might not be a bad idea after all. Lots of security holes in your custom write? Yes! But the hacker needs to be dedicated to exploiting your one server specifically to find it. In exchange you are safe from of all those : vulnerabilities in the wild => script kiddies => mass exploitation => your are now hacked type of situations.
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#14Anybody still using Apache?
Shared hosting is still huge for small sites, and the major control panels for that (cPanel, Plesk, DirectAdmin, vDeck) still support Apache as the primary web server.
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#15On Debian 10, "apt update && apt upgrade" says all packages are up to date. Did the fixes not land in Debian yet?
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#16Full vulnerability list: https://httpd.apache.org/security/vulnerabilities_24.html
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#17Anybody still using Apache?
What's wrong with Apache? (honest question)
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#18Anybody still using Apache?
What's wrong with Apache? (honest question)
A lot of people still retain the notion that nginx is "just faster" or "just better" which is not necessarily the case. Apache with mpm-event is just fine for most applications.
There are other reasons to use nginx, and there are other reasons to use Apache. Both are fine, and I hear https://caddyserver.com/ is coming in hot!
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#19Sometimes I think custom writing your own http server might not be a bad idea after all. Lots of security holes in your custom write? Yes! But the hacker needs to be dedicated to exploiting your one server specifically to find it. In exchange you are safe from of all those : vulnerabilities in the wild => script kiddies => mass exploitation => your are now hacked type of situations.
> In exchange you are safe from of all those : vulnerabilities in the wild => script kiddies => mass exploitation => your are hacked type of situations. Not sure about that... You might commit some of the same mistakes that they did
Re: Developers fix multitude of vulnerabilities in Apache HTTP Server
#20Sometimes I think custom writing your own http server might not be a bad idea after all. Lots of security holes in your custom write? Yes! But the hacker needs to be dedicated to exploiting your one server specifically to find it. In exchange you are safe from of all those : vulnerabilities in the wild => script kiddies => mass exploitation => your are now hacked type of situations.
The market for security skills tends to be more interested in protecting targets that can draw high-effort attacks, or low-effort attacks at scale, so there's good reason for the "security through obscurity = bad" meme. You won't get in trouble by incorrectly assuming "security through obscurity = bad," but you can definitely get in trouble by incorrectly generalizing "security through obscurity = good enough." It makes sense to err in the direction of least damage.