pero 2005/04/04 23:32:55 Modified: jk/xdocs changelog.xml jk/xdocs/install apache1.xml apache2.xml Log: add doc for apache --enable-prefork configure switch Revision Changes Path 1.20 +10 -0 jakarta-tomcat-connectors/jk/xdocs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changelog.xml 30 Mar 2005 06:21:19 -0000 1.19 +++ changelog.xml 5 Apr 2005 06:32:55 -0000 1.20 @@ -21,6 +21,16 @@ new documentation project for JK has been started. </p> </section> +<section name="Changes with JK 1.2.11"> + <br /> + <subsection name="Native"> + <changelog> + <update> + Add --enable-prefork to the documentation (pero) + </update> + </changelog> + </subsection> +</section> <section name="Changes with JK 1.2.10"> <br /> <subsection name="Native"> 1.8 +3 -0 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- apache1.xml 28 Mar 2005 09:56:02 -0000 1.7 +++ apache1.xml 5 Apr 2005 06:32:55 -0000 1.8 @@ -80,6 +80,9 @@ <attribute name="--enable-maitainer-mode" required="false"> <p>Build mod_jk enabling maintainer or DEBUG mode.</p> </attribute> + <attribute name="--enable-prefork" required="false"> + <p>Build mod_jk without all the pthread code, better support apache prefork mode.</p> + </attribute> </attributes> <p>JNI related parameters :</p> 1.9 +3 -0 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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apache2.xml 28 Mar 2005 09:56:02 -0000 1.8 +++ apache2.xml 5 Apr 2005 06:32:55 -0000 1.9 @@ -66,6 +66,9 @@ <attribute name="--enable-maitainer-mode" required="false"> <p>Build mod_jk enabling maintainer or DEBUG mode.</p> </attribute> + <attribute name="--enable-prefork" required="false"> + <p>Build mod_jk without all the pthread code, better support apache prefork mode.</p> + </attribute> </attributes> <p>JNI related parameters :</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]