i want update apache 2.4.1 to 2.4.4

domino

New member
Joined
Dec 24, 2014
Messages
1
hi guys

i updated my apache from 2.2 to 2.4 but now password protect directory not working.
my apache version : 2.4.10
and i want upgrade to 2.4.4 but i can't.

please help me how do this.

thanks
 
Hello,

Your thread title and post are confusing a little.
Do you want to downgrade from 2.4.10 to 2.4.4?
Or upgrade from 2.4.1 to 2.4.4?

To downgrade from 2.4.10 to 2.4.4 you should change apache version in /usr/local/directadmin/custmobuild/versions.txt

from

Code:
apache2.4:2.4.10:9b5f9342f73a6b1ad4e8c4b0f3f5a159

to

Code:
apache2.4:2.4.4:


and run:

Code:
./build set autover no
./build apache
./build php n

That's it.
 
Back
Top