Upgrade Apache 2.0 to 2.2

Aar

Verified User
Joined
Feb 10, 2005
Messages
209
Location
Netherlands
Hello,

How can i upgrade Apache 2.0 tot 2.2?

Is this good?

Code:
cd /usr/local/directadmin/custombuild
./build set apache_ver 2.2
./build clean
./build update
./build apache
./build php n

./build pcre #For PHP:-)
Or i missing something?
 
Code:
cd /usr/local/directadmin/custombuild
./build set apache_ver 2.2
./build clean
./build update
./build apache
./build php n

Maybe build php is not necessary (not sure) but do that wouldnt create problem.

The steps you wrote are correct.

Just add a

Code:
./build versions

for check what software can also be updated on your system.

Regards
 
The it's done.
I've also upgraded mod_ruid to mod_ruid2.

PHP is also upgraded.
 
Back
Top