I'm trying to install Apache 2.4 using the ports system
I was hoping to have both 2.2 and 2.4 installed so I can make the necessary changes to httpd.conf and my vhosts before switching over.
Anything I can do to fix this issue?
make install clean and I'm receiving this error message :
Code:
===> apache24-2.4.9_4 conflicts with installed package(s):
apache22-2.2.27_4
They install files into the same place.
You may want to stop build with Ctrl + C.
^C
localhost#
I was hoping to have both 2.2 and 2.4 installed so I can make the necessary changes to httpd.conf and my vhosts before switching over.
Anything I can do to fix this issue?