From: Joshua Slive
If you are upgrading from one minor version to the next (for + example, 2.0.50 to 2.0.51), please skip down to the upgrading section.
+-Idir
").TARGET=...
[Default: apache
]TARGET=...
[Default: httpd
]Now its time to install the package under the configured +
Now it's time to install the package under the configured
installation PREFIX (see --prefix
option
above) by running:
$ PREFIX/bin/apachectl stop
The first step in upgrading is to read the release announcement
+ and the file CHANGES
in the source distribution to
+ find any changes that may affect your site. When changing between
+ major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2),
+ there will likely be major differences in the compile-time and
+ run-time configuration that will require manual adjustments. All
+ modules will also need to be upgraded to accomodate changes in the
+ module API.
Upgrading from one minor version to the next (for example, from
+ 2.0.55 to 2.0.57) is easier. The make install
+ process will not overwrite any of your existing documents, log
+ files, or configuration files. In addition, the developers make
+ every effort to avoid incompatible changes in the
+ configure
options, run-time configuration, or the
+ module API between minor versions. In most cases you should be able to
+ use an identical configure
command line, an identical
+ configuration file, and all of your modules should continue to
+ work. (This is only valid for versions after 2.0.41; earlier
+ versions have incompatible changes.)
If you kept the source tree from your last installation,
+ upgrading is even easier. The file config.nice
in
+ the root of the old source tree contains the exact
+ configure
command line that you used to configure the
+ source tree. Then to upgrade from one version to the next, you
+ need only copy the config.nice
file to the source
+ tree of the new version, edit it to make any desired changes, and
+ then run:
+ $ ./config.nice
+ $ make
+ $ make install
+ $ PREFIX/bin/apachectl stop
+ $ PREFIX/bin/apachectl start
+
--prefix
and a
+ different port (by adjusting the Listen
directive) to test for any
+ incompatibilities before doing the final upgrade.Available Languages: de | diff --git a/docs/manual/install.xml b/docs/manual/install.xml index e85463acfe..bd7fd4cc19 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -21,6 +21,10 @@ to create an environment that looks like many other Open Source projects.
+If you are upgrading from one minor version to the next (for + example, 2.0.50 to 2.0.51), please skip down to the upgrading section.
+-Idir
").TARGET=...
[Default: apache
]TARGET=...
[Default: httpd
]Now its time to install the package under the configured +
Now it's time to install the package under the configured
installation PREFIX (see --prefix
option
above) by running:
The first step in upgrading is to read the release announcement
+ and the file CHANGES
in the source distribution to
+ find any changes that may affect your site. When changing between
+ major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2),
+ there will likely be major differences in the compile-time and
+ run-time configuration that will require manual adjustments. All
+ modules will also need to be upgraded to accomodate changes in the
+ module API.
Upgrading from one minor version to the next (for example, from
+ 2.0.55 to 2.0.57) is easier. The make install
+ process will not overwrite any of your existing documents, log
+ files, or configuration files. In addition, the developers make
+ every effort to avoid incompatible changes in the
+ configure
options, run-time configuration, or the
+ module API between minor versions. In most cases you should be able to
+ use an identical configure
command line, an identical
+ configuration file, and all of your modules should continue to
+ work. (This is only valid for versions after 2.0.41; earlier
+ versions have incompatible changes.)
If you kept the source tree from your last installation,
+ upgrading is even easier. The file config.nice
in
+ the root of the old source tree contains the exact
+ configure
command line that you used to configure the
+ source tree. Then to upgrade from one version to the next, you
+ need only copy the config.nice
file to the source
+ tree of the new version, edit it to make any desired changes, and
+ then run:
--prefix
and a
+ different port (by adjusting the