From: Rich Bowen Date: Sat, 10 Jun 2006 01:44:10 +0000 (+0000) Subject: * Show how to pass additional arguments to config.nice X-Git-Tag: 2.3.0~2354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd8c2d8a46b4cd3e5dbedfd563fb1b383c50d7d6;p=apache * Show how to pass additional arguments to config.nice * Note that su is required for `make install` * Minor gramatical nitpicking. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index d18bb55a24..67082fc2c4 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -287,6 +287,10 @@ $ tar xvf httpd-NN.tar

$ make install

+

This step will typically require root permissions, since + PREFIX is usually a directory with restricted write + permissions.

+

If you are upgrading, the installation will not overwrite your configuration files or documents.

top
@@ -299,7 +303,8 @@ $ tar xvf httpd-NN.tar

$ vi PREFIX/conf/httpd.conf

-

Have a look at the Apache manual under docs/manual/ or consult http://httpd.apache.org/docs/trunk/ for the most recent +

Have a look at the Apache manual under + PREFIX/docs/manual/ or consult http://httpd.apache.org/docs/trunk/ for the most recent version of this manual and a complete reference of available configuration directives.

top
@@ -310,8 +315,8 @@ $ tar xvf httpd-NN.tar

$ PREFIX/bin/apachectl -k start

-

and then you should be able to request your first document - via URL http://localhost/. The web page you see is located +

You should then be able to request your first document + via the URL http://localhost/. The web page you see is located under the DocumentRoot, which will usually be PREFIX/htdocs/. Then stop the server again by @@ -366,6 +371,14 @@ $ tar xvf httpd-NN.tar using a different --prefix and a different port (by adjusting the Listen directive) to test for any incompatibilities before doing the final upgrade.

+ +

You can pass additional arguments to config.nice, + which will be appended to your original configure + options:

+ +

+ $ ./config.nice --prefix=/home/test/apache --with-port=90 +

Available Languages:  de  | diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 9443d9aff0..ecfad842ec 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -291,6 +291,10 @@ $ tar xvf httpd-NN.tar $ make install +

This step will typically require root permissions, since + PREFIX is usually a directory with restricted write + permissions.

+

If you are upgrading, the installation will not overwrite your configuration files or documents.

@@ -303,8 +307,8 @@ $ tar xvf httpd-NN.tar $ vi PREFIX/conf/httpd.conf -

Have a look at the Apache manual under docs/manual/ or consult Have a look at the Apache manual under + PREFIX/docs/manual/ or consult http://httpd.apache.org/docs/&httpd.docs;/ for the most recent version of this manual and a complete reference of available NN.tar $ PREFIX/bin/apachectl -k start -

and then you should be able to request your first document - via URL http://localhost/. The web page you see is located +

You should then be able to request your first document + via the URL http://localhost/. The web page you see is located under the DocumentRoot, which will usually be PREFIX/htdocs/. Then stop the server again by @@ -374,5 +378,13 @@ $ tar xvf httpd-NN.tar different port (by adjusting the Listen directive) to test for any incompatibilities before doing the final upgrade. + +

You can pass additional arguments to config.nice, + which will be appended to your original configure + options:

+ + + $ ./config.nice --prefix=/home/test/apache --with-port=90 +