Unless you are using the last couple versions of Firefox which has entire subsystems written in Rust now, as the easiest counter-example.
Also, the important bits of the HN "web server" are the business logic that makes HN HN, and that is written in a Lisp dialect.
Even if there weren't counter-examples: are the languages that browsers, OSes, and web servers written in somehow more important than any other languages? Are browsers/OSes/web servers the best emblems of reliability engineering to you? There are a lot of interesting assumptions at play here.
> Are browsers/OSes/web servers the best emblems of reliability engineering to you?
Since so many people depend on them, I'd say yes. It's extremely obvious to users when they don't work, so I'd assume there's a lot of work put into making them reliable.
Other than HaikuOS, I can't think of any other real-world kernel written in C++. Linux, all BSDs, Windows NT, Hurd are all C. I'm not sure but I think XNU is C as well (the wiki lists it as C/C++).