Updating Apache to the latest version
by admin on Jan.27, 2012, under DirectAdmin
You can check the current version of apache by running
httpd -v
If you wish to update your 1.3 version of 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.
This should update both the configure options and the version of apache to the most recent version. Once the update has completed, you’ll need to restart apache:
RedHat:
/sbin/service httpd restart
FreeBSD:
/usr/local/etc/rc.d/httpd restart
Related posts:
- Updating Apache to the latest version You can check the current version of apache by running...
- How to downgrade from apache 2 back to apache 1.3 If you need to go back to apache 1.3 after...
- Change apache to do graceful restarts If you want to avoid download interruptions during apache restarts,...
- Apache won’t start after update on FreeBSD An issue with php/apache is causing apache not to start...
Related posts brought to you by Yet Another Related Posts Plugin.
