mturk 2004/12/18 04:58:32 Modified: jk/xdocs/install apache1.xml apache2.xml Log: Update apache build documentation. Revision Changes Path 1.2 +8 -3 jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml Index: apache1.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache1.xml 18 Nov 2004 18:31:37 -0000 1.1 +++ apache1.xml 18 Dec 2004 12:58:32 -0000 1.2 @@ -95,6 +95,9 @@ "this module might crash under EAPI!" when loading mod_jk.so in httpd. Not needed when --with-apxs has been used.</p> </attribute> + <attribute name="--enable-maitainer-mode" required="false"> + <p>Build mod_jk enabling maintainer or DEBUG mode.</p> + </attribute> </attributes> <p>JNI related parameters :</p> @@ -126,7 +129,9 @@ <screen> <note>Apache 1.3 build without JNI support</note> -<type>./configure --with-apxs=/usr/sbin/apxs</type><br/> +<type>./configure --with-apxs=/opt/apache1/bin/apxs</type><br/> +<type>make</type><br/> +<type>make install</type><br/> </screen> @@ -189,10 +194,10 @@ </p> <screen> <note>For Apache 1.3:</note> -<type>./configure --with-apxs=/usr/sbin/apxs</type> +<type>./configure --with-apxs=/opt/apache1/bin/apxs</type> <type>cd apache-1.3</type> <type>make -f Makefile.apxs</type> -<type>cp mod_jk.so /etc/libexec/httpd</type> +<type>make -f Makefile.apxs install</type> </screen> </section> 1.4 +7 -3 jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml Index: apache2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apache2.xml 30 Nov 2004 07:35:37 -0000 1.3 +++ apache2.xml 18 Dec 2004 12:58:32 -0000 1.4 @@ -51,7 +51,7 @@ <screen> <read /> -<type>LDFLAGS=-lc ./configure -with-apxs=/home2/local/apache/bin/apxs</type> +<type>LDFLAGS=-lc ./configure -with-apxs=/path-to-the-apache2-nstallation/bin/apxs</type> </screen> <p> @@ -82,6 +82,9 @@ DIR is something like: /home/apache/apache_1.3.33 It builds a static Apache module.</p> </attribute> + <attribute name="--enable-maitainer-mode" required="false"> + <p>Build mod_jk enabling maintainer or DEBUG mode.</p> + </attribute> </attributes> <p>JNI related parameters :</p> @@ -113,9 +116,9 @@ <screen> <note>Apache 2.0 build</note> -<type>./configure --with-apxs=/usr/sbin/apxs2</type><br/> +<type>./configure --with-apxs=/opt/apache2/bin/apxs</type><br/> <type>make</type><br/> -<type>cp ./apache-2.0/mod_jk.so /usr/lib/apache2</type><br/> +<type>make install</type><br/> </screen> <screen> @@ -260,6 +263,7 @@ <type>./configure --with-apxs=/usr/local/apache2/bin/apxs</type> <note>(you should point to the directory where you installed Apache 2.0)</note> <type>cd apache-2.0</type> +<type>make -f Makefile.apxs</type> <type>make -f Makefile.apxs install</type> </screen> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]