Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix broken httpd-jk symlink.
· 2ac749ae
Markus Koschany
authored
Oct 03, 2018
Closes: #910160 Thanks: Andreas Beckmann for the report.
2ac749ae
Update changelog
· e5e1adc4
Markus Koschany
authored
Oct 03, 2018
e5e1adc4
Update various occurrences of jk.conf to httpd-jk.conf.
· c1c89ef4
Markus Koschany
authored
Oct 03, 2018
c1c89ef4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c1c89ef4
libapache-mod-jk (1:1.2.44-2) unstable; urgency=medium
* Fix broken httpd-jk symlink.
Thanks to Andreas Beckmann for the report. (Closes: #910160)
-- Markus Koschany <apo@debian.org> Wed, 03 Oct 2018 13:38:45 +0200
libapache-mod-jk (1:1.2.44-1) unstable; urgency=medium
* New upstream version 1.2.44.
...
...
debian/clean
View file @
c1c89ef4
conf/jk.conf
conf/
httpd-
jk.conf
build/docs/images/add.gif
build/docs/images/code.gif
build/docs/images/design.gif
...
...
debian/copyright
View file @
c1c89ef4
...
...
@@ -53,7 +53,7 @@ Files: debian/*
Copyright: 2003, Stefan Gybas <sgybas@debian.org>
2009, Michael Koch <konqueror@gmx.de>
2011, Damien Raude-Morvan <drazzib@debian.org>
2015-201
6
, Markus Koschany <apo@debian.org>
2015-201
8
, Markus Koschany <apo@debian.org>
License: Apache-2.0
License: Apache-2.0
...
...
debian/libapache2-mod-jk.README.Debian
View file @
c1c89ef4
...
...
@@ -6,13 +6,13 @@ 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/jk.conf
/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 jk.conf
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
...
...
debian/libapache2-mod-jk.links
View file @
c1c89ef4
/etc/apache2/mods-available/jk.conf /etc/libapache2-mod-jk/httpd-jk.conf
/etc/apache2/mods-available/
httpd-
jk.conf /etc/libapache2-mod-jk/httpd-jk.conf
debian/rules
View file @
c1c89ef4
...
...
@@ -9,10 +9,6 @@ export DEB_CFLAGS_MAINT_APPEND = -D_LARGEFILE_SUPPORT -D_LARGEFILE64_SOURCE -D_F
override_dh_auto_configure:
dh_auto_configure -- --with-apxs=/usr/bin/apxs2
override_dh_auto_build:
dh_auto_build
cp conf/httpd-jk.conf conf/jk.conf
override_dh_auto_install:
ifneq (,$(filter libapache-mod-jk-doc, $(shell dh_listpackages)))
cd xdocs && install -d ../build/docs/ && cp -R * ../build/docs/
...
...