summaryrefslogtreecommitdiff
path: root/www/apache-current
AgeCommit message (Collapse)AuthorFilesLines
2002-01-04Updated to the latest beta version 2.0.28martti11-357/+601
- a lot of bug fixes - fix pkg/14509 (conflict with expat) Open issues: - I had to change "sbindir:" in config.layout to "$prefix/bin" or apachectl wasn't able to locate httpd - http://mail-index.netbsd.org/tech-pkg/2001/11/08/0009.html
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+3
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-09-14Don't hardwire /usr/pkg (pkg/13673).wiz6-10/+33
Correct location of config file in configure script (pkg/13673). Try to remove some more directories on deinstall.
2001-07-18Rename LIBS to AP_LIBS so listed files aren't passed to configure script byjlam1-6/+6
mistake by automatic CONFIGURE_ENV+=LIBS="${LIBS}".
2001-05-21Add size.wiz1-1/+2
2001-05-05Fix. Picked up by bulk build.skrll1-1/+40
2001-05-05Sortskrll1-216/+216
2001-05-02Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove alljlam1-2/+1
the per-package code that attempt to remove this directory if it's empty.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-08use 2.0.16.itojun7-53/+28
Changes with Apache 2.0.16 *) Change the default installation directory to /usr/local/apache2, as now defined by the "Apache" layout in config.layout. [Marc Slemko] *) OS/2: Added support for building loadable modules as OS/2 DLLs. [Brian Havard] *) Get MaxRequestsPerChild working with the Windows MPM. [Bill Stoddard] *) Make generic hooks to work, with mod_generic_hook_import/export experimental modules. [Ben Laurie, Will Rowe] *) Fix segfaults for configuration file syntax errors such as "<Directory>" followed by "</Directory" and "<Directory>" followed by "</Directoryz>". [Jeff Trawick] *) Cleanup the --enable-layout option of configure. This makes us use a consistent location for the config.layout file, and it makes configure more portable. [jun-ichiro hagino <itojun@iijlab.net>] *) Changes to 'ab'; fixed int overrun's, added statistics, output in csv/gnuplot format, rudimentary ssl support and various other tweaks to make results more true to what is measured. The upshot of this it turns out that 'ab' has often underreported the true performance of apache. Often by a order of magnitude :-) See talk/paper of Sander Temme <sctemme@covalent.net> at April ApacheCon 2001 for details. [Dirk-Willem van Gulik] *) Clean up mod_cgid's temporary request pool. Besides fixing a storage leak this ensures that some unnecessary pipes are closed. [Jeff Trawick] *) Performance: Add quick_handler hook. This hook is called at the very beginning of the request processing before location_walk, translate_name, etc. This hook is useful for URI keyed content caches like Mike Abbott's Quick Shortcut Cache. [Bill Stoddard] *) top_module global variable renamed to ap_top_module [Perl] *) Move ap_set_last_modified to the core. This is a potentially controversial change, because this is kind of HTTP specific. However many protocols should be able to take advantage of this kind of information. I expect that headers will need one more layer of indirection for multi-protocol work, but this is a small step in the right direction. [Ryan Bloom] *) Enable mod_status by default. This matches what Apache 1.3 does. [Ed Korthof] *) Add a ScriptSock directive to the default config file. This is only enabled when mod_cgid is used. [Taketo Kabe <kabe@sra-tohoku.co.jp>]
2001-04-02Make it clear that this is version 2 of apache in the COMMENT.agc1-2/+2
2001-03-30let it conflict with ap-* (apache1 modules)itojun1-2/+2
2001-03-30ve USE_INET6 for webpageitojun1-1/+4
2001-03-30apache 2.0.15-alpha, new major release of famous web serveritojun12-0/+755