summaryrefslogtreecommitdiff
path: root/www/apache/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-17 19:17:00 +0000
committerjlam <jlam@pkgsrc.org>2001-10-17 19:17:00 +0000
commit1008fafeadb3d03aacfc04718c38d6b2d081216e (patch)
treec4a7f2d70a445f83ecaa5cfeff02f44875b2896f /www/apache/files
parentfa9bbbad08c22148fa9499e2344169553226351f (diff)
downloadpkgsrc-1008fafeadb3d03aacfc04718c38d6b2d081216e.tar.gz
Update apache to 1.3.22. Relevant changes from version 1.3.20 include
using the pkgsrc expat library instead of the builtin one (this is to avoid conflicts between expat libraries when an expat XML parser is loaded by either mod_perl or mod_php), and: Security vulnerabilities * A vulnerability was found in the split-logfile support program. A request with a specially crafted Host: header could allow any file with a .log extension on the system to be written to. * A vulnerability was found when Multiviews are used to negotiate the directory index. In some configurations, requesting a URI with a QUERY_STRING of M=D could return a directory listing rather than the expected index page. General bug fixes and improvements * Bug fixes * The supplied icons are now also distributed in PNG format * New directives have been added to the mod_usertrack module, The first, CookieDomain, can be used to customise the Domain attribute. * A new directive, AcceptMutex, allows run-time configuration of the mutex type used for accept serialization. * mod_auth has been enhanced to allow access to a document to be controlled based on the owner of the file being served. * A new directive, AcceptFilter, has been added to control BSD accept filters at run-time. The functionality can postpone the requirement for a child process to handle a new connection until an HTTP request has arrived, therefore increasing the number of connections that a given number of child processes can handle
Diffstat (limited to 'www/apache/files')
-rw-r--r--www/apache/files/config.layout3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/files/config.layout b/www/apache/files/config.layout
index f35b0b74bce..81d1cbe443a 100644
--- a/www/apache/files/config.layout
+++ b/www/apache/files/config.layout
@@ -1,4 +1,4 @@
-# $NetBSD: config.layout,v 1.2 2001/04/14 19:42:54 kim Exp $
+# $NetBSD: config.layout,v 1.3 2001/10/17 19:17:00 jlam Exp $
<Layout pkgsrc>
prefix: @PREFIX@
@@ -11,6 +11,7 @@ sysconfdir: @APACHE_SYSCONFDIR@
datadir: ${prefix}/share/httpd
iconsdir: ${prefix}/share/httpd/icons
htdocsdir: ${prefix}/share/httpd/htdocs
+manualdir: ${prefix}/share/httpd/htdocs/manual
cgidir: ${exec_prefix}/libexec/cgi-bin
includedir: ${prefix}/include/httpd
localstatedir: /var/run