summaryrefslogtreecommitdiff
path: root/www/ap-jk
AgeCommit message (Collapse)AuthorFilesLines
2006-07-22ap-* should be using apache1 not apache2. Split out most of the Makefileabs2-38/+49
into Makefile.common to be used by upcoming ap2-jk package. Bump package revision
2006-06-08Needs libtool.joerg1-1/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+4
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-03-02Patch the apache-1.3 Makefile to use apxs so it installed mod_jk.soerh2-1/+15
into the correct location.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-31update www/ap-jk to 1.2.15abs3-17/+14
Changes from the released JK 1.2.14 Native fix Fix lb for worker mpm's with cachesize set to lower number then ThreadsPerChild is. If retries is set to value larger then 3 sleep for 100 ms on each attempt. This enables to tune the connection cache, and serialize incoming connections instead returning busy if connection count is larger then cachesize. (mturk) fix 36525: Solaris core dump. (mturk) fix 36102: Worker actions do not persist. (mturk) fix 35864: Status worker doesn't list workers. Patch provided by Martin Goldhahn. (mturk) fix 35809: JkMountCopy don't work for Apache 2.0 Patch provided by Christophe Dubach. (mturk) fix 35298: Multiple JK/ISAPI redirectors on a single IIS site are not supported Patch provided by Tim Whittington. (mturk) Changes from the released JK 1.2.13 Native fix 34397: Emergency was handled as Error. (jfclere) fix 34474: // in URL were not handled correctly with Apache-1.3. (jfclere) fix Use 64 bits int for transferred/read bytes. update Added JkOptions +FlushPackets used to optimize memory usage when sending large data. (mturk) update Added lock directive for load balancer that allows more acurate load balancing in case of burst load. (mturk) update Added worker.maintain directive to allow customizing default 10 second timeout. On busy servers this value needs to be set on higher value. (mturk) fix Fix for NetWare compiler to deal with different types between AP13 and AP2 SDKs. (fuankg) update Emit much more legible user.dmp crash analysis output for WIN32. (wrowe) fix 34558: Fix first failover request. (mturk) Changes from the released JK 1.2.12 Native update Added ForwardLocallAddres JkOptions flag for passing local instead remote address. Useful for remote addr valve. (mturk) fix Fix that worker not used, when stopped flag is true. (pero) update Add loadbalance default worker secret attribute to the documentation (pero) Changes from the released JK 1.2.11 Native fix Backport SC_M_JK_STORED from JK2 for passing arbitrary methods instead failing the request. (mturk) fix Added missing SEARCH and ACL http methods. (mturk) update Add worker secret attribute to the documentation (pero) update Add a stopped flag to worker configuration. Set flag True and complete traffic to worker is stopped. Also update the Ant JkStatusUpdateTask at Tomcat 5.5.10 release. Only usefull in a replicated session cluster.(pero) update Added worker maintain function that will maintain all the workers instead just the current one. This enables to recycle the connections on all workers. (mturk) update Use shutdown when recycling connections instead hard breaking the socket. (mturk) update Add unique directives checking. The directives if unique are now overwritten instead concatenated. (mturk) update Allow multiple worker.list directives. (mturk) fix 34577: For IIS log original request instead loging the request for ISAPI extension. (mturk) fix 34558: Make sure the returned status codes are the same for ajp and lb workers. (mturk) fix 34423: Use APR_USE_FLOCK_SERIALIZE for setting log lock on platforms like FreeBSD. Patch provided by Allan Saddi. (mturk) fix 33843: Fix obtaining LDFLAGS that were used for building Apache HTTPD. Patch provided by Beat Kneubuehl. (mturk) fix 34358: Enable load balancer method configuration. (glenn) fix 34357: In some situations Apache 2 mod_jk could segfault when the JkAutoAlias directive is used. (glenn) update Add --enable-prefork to the documentation (pero) Changes from the released JK 1.2.10 Native update Set default shared memory to 64K instead 1M. (mturk) fix Do not mark the worker in error state if headers are larger then AJP13 limit. (mturk) update On Series you should use the latest PTF for Apache 2.0 (which is now 2.0.52) and ad minima SI17402/ SI17061 or cumulative including them. (hgomez) update Change the xml status format to xml attribute syntax (pero) fix 33248: Fix builds where apxs defines multiple directories for APR includes. (mturk) fix 32696: Return 404 instead 403 when WEB-INF is requested to comply with Servlet spec. (mturk) update Added ANT task for managing jkstatus. (pero) update If socket_timeout is set, check if socket is alive before sending any request to Tomcat. (mturk) update Added JkMountFile for Apache web servers. This file can contain uri mappings in the form (/url=worker), and is checked for updates at regular 60 second interval. (mturk) update Added status worker for managing worker runtime data using web page. (mturk) update Added load balancer method directive that is used for setting the algorithm used for balancing workers. Method can be either Request (default) or Traffic. (mturk) update Added shared memory to allow dynamic configuration. Shared memory is needed only for unix platform and web servers having multiple child processes. For Apache web server two new directives has been added (JkShmFile and JkShmSize). (mturk) update Added textupdate mode to status worker to handle remote updates from ant tasks.(pero) fix 33562: Fix Reply_timeout when recovery_options is larger than 1. Patch provided by Takashi Satou. (mturk) fix 33308: Fix segfaults when ForwardDirectories is enabled with Apache 1.3 Changes from the released JK 1.2.8 Native update Allow anyone to debug and diagnose stack dumps using windbg or any other debugging tool, and (if they add the .pdb files to their installation) to make sense of dr watson logs. Patch provided by William A. Rowe (wrowe) fix Fix in_addr_t usage by using the real struct ignoring typedef. Patch provided by William A. Rowe (wrowe) fix Fix url rewriting by restoring the in place uri from which the jsessionid was removed. (mturk) update Make load balancer algorithm thread safe by introducing mutex to the load balancer worker. (mturk) fix Fix sending error pages for IIS to client by adding Content-Type header using correct api function call. (mturk) fix 32696: Prevent IIS from crushing when web-inf url was requested. (mturk) update Use default cachesize for servers that support discovering the number of threads per child process. (mturk). fix Fix Apache content-length header parsing using case insensitive compare. (billbarker) fix Fix parsing AJP headers using case insensitive compare. (mturk) fix Use infinite socket timeout if socket_timeout is set to zero or less then zero. (mturk) update Change balanced_workers to balance_workers but keep backward compatibility preserving the old directive. (mturk). fix Fix ajp initialization for workers with cache_size set to zero. (mturk) update 32317: Making mod_jk replication aware (Clustering Support). Patch provided by Rainer Jung. (mturk). fix 31132: Core dump when JkLogFile is missing from conf. (mturk)
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-08Fix build when using apache-1.3. Set maintainer to me.erh1-3/+3
2005-03-30Update www/ap_jk to 1.2.8.erh5-23/+75
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-07-02Convert to buildlink3.wiz1-2/+2
2004-01-27Fix BUILD_DEPENDS on gtar-base to gtar-base-[0-9]*abs1-2/+2
No change of built package (if it built before).
2004-01-20s/it's/its/snj1-1/+1
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-02-17the `AddModule' directive is not required, and results in a warninggrant1-2/+1
when starting apache.
2003-02-17use apache/module.mk.grant1-10/+5
2003-02-17workaround pax-as-tar problem in -current by using gnutar to extractgrant1-1/+7
the distfile.
2003-01-05Syntax errorjlam1-2/+2
2002-12-28For correctness, surround the example mod_jk directives in <IfModule/>.jlam1-1/+3
2002-12-28Add a MESSAGE file explaining how to use mod_jk.so.jlam1-0/+20
2002-12-28Separate out version number into TOMCAT_VERSION and use it everywherejlam1-9/+10
instead of hardcoding the version number. Also use apxs to do the installation of the shared module.
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-10-18Use buildlink2 and java.mk.jlam1-11/+9
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-4/+4
no longer defined by bsd.pkg.mk.
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-3/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-04-19Missed cvs rm of this file.jwise1-12/+0
2002-04-19Update jakarta-servletapi, jakarta-tomcat, and ap-jk to version 3.2.4.jwise2-7/+7
We are not advancing to the 3.3 or 4.0 branches at the moment, as neither will work with our native JDK without a lot more work. Changes since Tomcat 3.2.3 (the last pkgsrc version): 7.1 Fixes and Enhancements in Release 3.2.4 This section highlights the bugs fixed in this release. - Cookie name expires is a reserved token (#1114) - Thread initialization problem in thread pool (#1745) - AJP12 returned invalid HTTP headers when redirecting to very long URLS (#2333) - Fixed casting problem in JspFactoryImpl.getPageContext(). (#4260) - Setting sesstion-timeout in web.xml did not prevent sessions from timing out. (#4412) - Fixed race condition in ServerSocketFactory.getDefault(). (#4418) - Removed the restrictions on encoded spcecial characters in URLs that was added as a security precaution in 3.2.3. The encoded special characters are not decoded and remain the URL and path info returned to servlets. - Jk_nt_service now supports the ability to be restarted automatically by the Windows 2000 service control manager if Tomcat terminates abnormally. - Fixed invalid servlet mapping in web.xml generated by JspC (#3474, #3499) - Added findResource() and findResources() to AdaptiveClassLoader12 - A Date: HTTP header is now sent in responses when running stand alone. (#345) - Simple held on to a reference to removed objects preventing garbage collection. - Tomcat 3.2.4 now ships with JAXP 1.1. Prior releases used JAXP 1.0.1. Tomcat 3.2.4 remains completely compatible with the older version of JAXP and there is no requirement for users to upgrade to JAXP 1.1 unless their applications require the new version. - Fixed NullPointerException in HttpConnectionHandler. (#4577) 7.2 Security Vulnerabilities fixed in Tomcat 3.2.4 The randomness of generated session ids has been enhanced to prevent the generation of guessable ids.
2002-02-28Note that these modules only work with Apache 1.3.* and not the forthcomingjlam1-2/+2
Apache 2.x servers.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb1-2/+2
(except for ap-ssl, of course)
2001-05-12USE_PERL is not the correct name of the variable. Remove it anyway andjlam1-2/+3
properly add a build depend on perl so that Apache's apxs will work.
2001-04-27Make this pkg build with sun-jre/jdk: it comes with a include/linux dir,hubertf1-2/+4
so we need to set -I to get the headers there. (There's some -I.../include/netbsd already, i guess that's for a NetBSD-native JDK or something, not touching that one). Adresses PR 12571 by Omar Asfour <oasfour@email.com>
2001-04-21Drop remaining uses of DIGEST_FILE (which were bogus, anyway)wiz1-3/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Initial import of ap-jk-3.2.1, the next generation connector for accessingjwise5-0/+57
Jakarta Tomcat of JServ from Apache. Some more information: What is mod_jk? mod_jk is a replacement to the elderly mod_jserv. It is a completely new Tomcat-Apache plugin that handles the communication between Tomcat and Apache Why mod_jk? Several reasons: mod_jserv was too complex. Because it was ported from Apache/JServ, it brought with it lots of JServ specific bits that aren't needed by Apache. mod_jserv supported only Apache. Tomcat supports many web servers through a compatibility layer named the jk library. Supporting two different modes of work became problematic in terms of support, documentation and bug fixes. mod_jk should fix that. The layered approach provided by the jk library makes it easier to support both Apache1.3.x and Apache2.xx. Better support for SSL. mod_jserv couldn't reliably identify whether a request was made via HTTP or HTTPS. mod_jk can, using the newer Ajpv13 protocol.