Archive for the tag 'Apache Update'

SBDavid

DirectAdmin Apache Update

DirectAdmin Apache Update

Check the current version of apache by running.

httpd -v

Update apache to the most recent, run the following:

cd /usr/local/directadmin/customapache
./build clean
./build update
./build apache_mod_ssl

If you’re using apache 2.x, use “./build apache_2″ instead of apache_mod_ssl.

Once the update has completed, you’ll need to restart apache.