To update and compile everything, run the follwing:
cd /usr/local/directadmin/customapache ./build clean rm -f configure.* ./build update ./build all
If you're running apache 2.0 use this instead:
cd /usr/local/directadmin/customapache ./build clean rm -f configure.* ./build update ./build update_data_ap2 ./build apache_2 ./buld php_ap2 n ./build mod_perl_ap2
Once the update has completed, you'll need to restart apache:
RedHat:
/sbin/service httpd restart
FreeBSD:
/usr/local/etc/rc.d/httpd restart
Debian:
/etc/init.d/httpd restart