File: libapache2-mod-jk.README.Debian

package info (click to toggle)
libapache-mod-jk 1%3A1.2.46-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,792 kB
  • sloc: ansic: 98,607; xml: 14,925; sh: 9,989; cpp: 4,222; java: 1,921; perl: 1,256; makefile: 821; pascal: 617; awk: 59
file content (23 lines) | stat: -rw-r--r-- 973 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
libapache2-mod-jk for Debian
----------------------------------

Package works with Apache 2.x HTTP server.
The documentation can be found in the libapache-mod-jk-doc package.

At install, this module is enabled into existing Apache2 configuration.
Default configuration is located here :
  /etc/apache2/mods-available/httpd-jk.conf

One default worker named ajp13_worker, which connects to the localhost on
port 8009, is configured. If you need more workers or want to connect to
a remote tomcat you have to modify the workers.properties file.

By default, no webapp is mounted so you'll have to edit httpd-jk.conf
to enable, at least, a JkMount directive for you webapp.

Please pay attention to global scope vs VirtualHost when setting JkMount
(see #460398) as, by default, no mounts will be inherited from the
global scope to any VirtualHost. See JkMountCopy option documentation
for more information.

 -- Wolfgang Baer <WBaer@gmx.de>  Thu, 23 Jun 2005 22:42:54 +0200