HOW TO : Upgrade Apache 1.x

@how@

Verified User
Joined
Mar 2, 2005
Messages
965
Location
Kingdom of Bahrain
Hello,
from 1.3.x to 1.3.36

Code:
cd /usr/local/directadmin/customapache
rm -fr build
wget http://files.directadmin.com/services/customapache/build
chmod 755 build
./build update
./build clean
./build clean
./build all y
./build zend
/sbin/service httpd restart

Have a nice day;)

Wael
 
Last edited:
Back
Top