Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 06/19/2000 14:16:47
Module Name:	pkgsrc
Committed By:	jwise
Date:		Mon Jun 19 21:16:46 UTC 2000

Modified Files:
	pkgsrc/www/ap-jserv: Makefile
	pkgsrc/www/ap-jserv/files: md5

Log Message:
Update to Apache JServ 1.1.2

Changes since Apache JServ 1.1.1:

Apache JServ 1.1.2 - 17 June 2000
(Jon S. Stevens, Henner Zeller, Jean-Luc Rochat)

change the allowed host for the jserv status page (/jserv/) from 'localhost'
to '127.0.0.1'. localhost does not work, if HostnameLookups isn't enabled in
httpd.conf or on badly configured systems (Default Redhat installation without
hostname used to have localhost.localdomain in its /etc/hosts which doesn't
match 'localhost'). So using the IP address here will work better in many
cases ..(HZ)

fixed some issues with load balancing and uneven distribution of servers as a
result of those that are marked as down. thanks to Christos Zoulas (JSS).

Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load
balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR)

allow ApJServEnvVar to work in virtual hosts (useful with SSL). Thanks to
Antonio Merighi for the fix. (JLR)

Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of ISO8859_1
Thanks to tim.landscheidt@gmx.de. (JSS)

class reloader session serialization hack: fix bug where the hashtable might
not have been sent through serialization, but is expected. (JSS)

Fixed Bug Id: mod_jserv/6074 JServ RPM packaging not complete Thanks to
apeac@byu.edu. (HZ)

minor documentation fix in how.to.security.html. An example was false when
it should have been true. Thanks to George Armhold. (JSS)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/www/ap-jserv/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/ap-jserv/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.