Updating and Compiling Apache and PHP

To update apache and compile everything, run the following:

#  cd /usr/local/directadmin/customapache
# ./build clean
# rm -f configure.*
# ./build update
# ./build all

Once the update has completed, you'll need to restart apache:

# /sbin/service httpd restart

0 comments:

Post a Comment