I have just made a fresh install of Raspbian on a new SD card, and I have just installed Apache.
Code: Select all
apt-get install apache2 apache2-doc apache2-utilsapt-get update and apt-get upgrade do not change anything.
So here are my questions:
1. Is there a way to install the very latest version (the Apache's changelog states that several security fixes have been made between 2.2.22 and 2.2.27). If possible, I'd like to do it through apt-get rather than by compiling the sources myself.
2. Why doesn't apt-get install the latest version automatically? Is there no ARM version of Apache 2.2.27 in Rapsbian repos (yet)? Is it not supported (yet) by Raspbian? If so, why?
Thanks for your help and your explanations, that will help me improve in knowing the Raspi system even better