+-----------------------------------------------------------------------
| Running ap2-mod_jk on OpenBSD
+-----------------------------------------------------------------------

Before you can use ap2-mod_jk, you need to enable it in your Apache2
configuration.

Edit /etc/apache2/httpd2.conf and add the following lines:

	LoadModule jk_module /usr/local/lib/apache2/mod_jk.so
	<IfModule jk_module>
	JkWorkersFile /etc/apache2/workers.properties
	JkLogFile "logs/mod_jk.log"
	JkLogLevel info
	JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
	JkRequestLogFormat "%w %V %T"
	JkMountFile /etc/apache2/uriworkermap.properties
	</IfModule>

Restart your httpd2 for changes to make effect.

You also need to edit /etc/apache2/uriworkermap.properties to reflect
your environment.
