I have installed apache on ubuntu server 14.04 using apt-get. I set up a simple site, uploaded a few pictures etc, the website is working. I've decided to take a look at security of the thing using one of the security checking services online. The security audit says I have 2 medium severity issues:
Apache Running Version Prior to 2.4.8
Apache Running Version Prior to 2.4.10
The repository does not hold any updates so I'd assume I have highest available version... The only things I knew how to check were openproxy with curl (I tried to fetch a wikipedia page and got my own homepage which seems correct)
- Should I be concerned by the version of Apache I have available or the security patches are backported and the version is irrelevant here?
- How can I test for vulnerabilities of the server, what should I look at in particular?
In the logs I saw plenty of ssh brutalforce attempts thwarted by fail2ban and in apache log some strange GET requests (many indicating shellshock attempts) but also the GET requests to other sites, which - as I mentioned - return my homepage.