summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-28 22:29:29 +0000
committerjlam <jlam>2002-12-28 22:29:29 +0000
commit1a16c3825c3160751555ea06739e6ef593da84b5 (patch)
tree4cfe37ddacb955cb13de95937ec9499ecd32180a /www
parente7ff41603f4d4083b6d35040ad8a62ed014538df (diff)
downloadpkgsrc-1a16c3825c3160751555ea06739e6ef593da84b5.tar.gz
For correctness, surround the example mod_jk directives in <IfModule/>.
Diffstat (limited to 'www')
-rw-r--r--www/ap-jk/MESSAGE4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-jk/MESSAGE b/www/ap-jk/MESSAGE
index eaf08437a80..7abc30d5b40 100644
--- a/www/ap-jk/MESSAGE
+++ b/www/ap-jk/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2002/12/28 20:52:14 jlam Exp $
+$NetBSD: MESSAGE,v 1.2 2002/12/28 22:29:29 jlam Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
@@ -12,9 +12,11 @@ or www/ap-jserv. You will need to consult the servlet engine documentation
for to finish configuring Apache before you can use mod_jk.so. A possible
configuration you can add to your httpd.conf to use Jakarta Tomcat is:
+ <IfModule mod_jk.c>
JkWorkersFile ${PREFIX}/tomcat/conf/workers.properties
JkLogFile /var/log/httpd/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
+ </IfModule
===========================================================================