diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-28 22:29:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-28 22:29:29 +0000 |
commit | 9aa6ec3ba14038a737508d64e403d83cc9bd8965 (patch) | |
tree | 4cfe37ddacb955cb13de95937ec9499ecd32180a /www/ap-jk/MESSAGE | |
parent | 296bb3333adacb5e90ce7d228cf479095578db64 (diff) | |
download | pkgsrc-9aa6ec3ba14038a737508d64e403d83cc9bd8965.tar.gz |
For correctness, surround the example mod_jk directives in <IfModule/>.
Diffstat (limited to 'www/ap-jk/MESSAGE')
-rw-r--r-- | www/ap-jk/MESSAGE | 4 |
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 =========================================================================== |