How to install Apache 2.4.3 on Ubuntu 12.04
- by SFox
I have a clean, fresh OS of Ubuntu 12.04 on my VPS. My goal is to install WordPress. I want to install the latest version of Apache (2.4.3) but I'm encountering two problems.
I'm following instructions like this & this. Both produced the same errors.
The first I encounter after running "./configure --prefix=/usr/local/apache2 --with-included-apr --with-included-apr-util " the system says
"It must specify an install prefix, a build directory, or an apr-config file"
The second I encounter immediately afterwards, when I attempt to run make or make install.
"No targets specified and no makefile found. stop."
I honestly have not been able to find a solution for either, and I'm now looking for some help from the community. Any help would be greatly appreciated.