diff options
author | jlam <jlam> | 2002-04-02 14:13:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-02 14:13:01 +0000 |
commit | 87d3331bd476526945055a76d9c82f323bf48ba1 (patch) | |
tree | 8348a8c3f3240a0383ce8a5e7e58633a782bdffe /www/apache/PLIST | |
parent | 3de6b14682021341ad28a0d87a4e2fa6acf45412 (diff) | |
download | pkgsrc-87d3331bd476526945055a76d9c82f323bf48ba1.tar.gz |
Update www/apache to 1.3.24 with EAPI patch from mod_ssl-2.8.8-1.3.24.
Relevant changes from version 1.3.23 include:
* Prevent invalid client hostnames from appearing in the log file.
* Various mod_proxy improvements, such as the new ProxyIOBufferSize
directive.
* The new ''IgnoreCase' keyword to the IndexOptions directive.
* mod_rewrite's 'rnd' was broken and has been fixed.
* The '-S' option of 'apxs' was not able to handle quotes; also 'apxs'
is now rebuilt when options are changed.
* proxy now correctly handles Cookies and X-Cache headers.
* Fixed a problem in TPF when we were using the wrong subpool when
opening the error log.
* pthread accept() mutexes on Solaris were broken (since we were
not linking against pthread)
Diffstat (limited to 'www/apache/PLIST')
-rw-r--r-- | www/apache/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/PLIST b/www/apache/PLIST index d6f7a36759d..1e5a0fb9adb 100644 --- a/www/apache/PLIST +++ b/www/apache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/01 16:04:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/04/02 14:13:02 jlam Exp $ bin/checkgid bin/dbmmanage bin/htdigest @@ -217,6 +217,7 @@ share/httpd/htdocs/manual/mod/index.html.fr share/httpd/htdocs/manual/mod/index.html.html share/httpd/htdocs/manual/mod/index.html.ja.jis share/httpd/htdocs/manual/mod/mod_access.html +share/httpd/htdocs/manual/mod/mod_access.html.ja.jis share/httpd/htdocs/manual/mod/mod_actions.html share/httpd/htdocs/manual/mod/mod_alias.html share/httpd/htdocs/manual/mod/mod_asis.html |