Richard
This is a short description of the steps you need to follow to update your installation of Apache. This is only useful if you followed my installation instructions for Apache.
To upgrade the Apache installation you download the latest version of Apache and follow the normal installation instructions including the ‘sudo make install
‘. Make sure you use the same ./configure statement as you used earlier otherwise you might change locations of items.
The new version will activate when you stop and start Apache. You can use the following commands to properly restart it:
sudo /usr/local/apache2/bin/apachectl start
If something has gone wrong and you want to revert to your previous version you can go to the source directory of the previous Apache installation and execute a ‘sudo make install
‘ from there and restart Apache again. All should be well again.
Comments
6:09 pm
I found this tip in the book Apache Cookbook – Run the config.nice script from an existing apache build directory to use the same configuration when making a new version. For more information, see http://httpd.apache.org/docs/trunk/install.html#upgrading