mturk 2005/04/13 05:17:07
Modified: jk/xdocs/howto apache.xml quick.xml
Log:
Note AddModule directive for Apache2
Revision Changes Path
1.7 +2 -2 jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml
Index: apache.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apache.xml 26 Mar 2005 13:35:43 -0000 1.6
+++ apache.xml 13 Apr 2005 12:17:07 -0000 1.7
@@ -294,7 +294,7 @@
<source>
# Load mod_jk module
LoadModule jk_module libexec/mod_jk.so
- # Declare the module for <IfModule directive>
+ # Declare the module for <IfModule directive> (remove this line on
Apache 2.0.x)
AddModule mod_jk.c
# Where to find workers.properties
JkWorkersFile /etc/httpd/conf/workers.properties
1.2 +2 -2 jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml
Index: quick.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quick.xml 18 Nov 2004 18:30:36 -0000 1.1
+++ quick.xml 13 Apr 2005 12:17:07 -0000 1.2
@@ -122,7 +122,7 @@
# Load mod_jk module
# Update this path to match your modules location
LoadModule jk_module libexec/mod_jk.so
- # Declare the module for <IfModule directive>
+ # Declare the module for <IfModule directive> (remove this line on
Apache 2.x)
AddModule mod_jk.c
# Where to find workers.properties
# Update this path to match your conf directory location (put
workers.properties next to httpd.conf)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]