Subject: pkg/16977: Apache 2.0.36 update
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dawszy@tgr.lubin.edu.pl>
List: netbsd-bugs
Date: 05/23/2002 02:52:17
>Number:         16977
>Category:       pkg
>Synopsis:       Update of www/apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 22 17:53:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.5.3
>Organization:
Regards,
Dawid Szymanski
http://www.NetBSD.org/ http://www.pl.silcnet.org/ http://www.google.com/ Enjoy!
>Environment:
	
	
System: NetBSD gornik.tgr.lubin.edu.pl 1.5.3 NetBSD 1.5.3 (GORNIK) #0: Wed May 22 11:00:55 CEST 2002 root@gornik.tgr.lubin.edu.pl:/usr/src/sys/arch/i386/compile/GORNIK i386
Architecture: i386
Machine: i386
>Description:
	

Changes with Apache 2.0.36

  *) Close sockets on worker MPM when doing a graceless restart.
     [Aaron Bannert]

  *) Reverted a minor optimization in mod_ssl.c that used the vhost ID
     as the session id context rather that a MD5 hash of that vhost ID,
     because it caused very long vhost id's to be unusable with mod_ssl.
     PR 8572.  [Cliff Woolley]

  *) Fix the link to the description of the CoredumpDirectory 
     directive in the server-wide document.  PR 8643.  [Jeff Trawick]

  *) Fixed SHMCB session caching.  [Aaron Bannert, Cliff Woolley]

  *) Synced with remaining changes from mod_ssl 2.8.8-1.3.24:
     - Avoid SIGBUS on sparc machines with SHMCB session caches
     - Allow whitespace between the pipe and the name of the
     program in SSLLog "| /path/to/program".  [Cliff Woolley]

  *) Introduce mod_ext_filter and mod_deflate experimental modules
     to the Win32 build (zlib sources must be in srclib\zlib.)
     [William Rowe]

  *) Changes to the worker MPM's queue management and thread
     synchronization code to reduce mutex contention  [Brian Pane]

  *) Don't install *.in configuration files since we already install
     *-std.conf files.  [Aaron Bannert]

  *) Many improvements to the threadpool MPM.  [Aaron Bannert]

  *) Fix subreqs that are promoted via fast_redirect from having invalid
     frec->r structures.  This would cause subtle errors later on in
     request processing such as seen in PR 7966.  [Justin Erenkrantz]

  *) More efficient pool recycling logic for the worker MPM [Brian Pane]

  *) Modify the worker MPM to not accept() new connections until
     there is an available worker thread. This prevents queued
     connections from starving for processing time while long-running
     connections were hogging all the available threads.  [Aaron Bannert]

  *) Convert the worker MPM's fdqueue from a LIFO back into a FIFO.
     [Aaron Bannert]

  *) Get basic HTTP proxy working on EBCDIC machines.  [Jeff Trawick]

  *) Allow mod_unique_id to work on systems with no IPv4 address
     corresponding to their host name.  [Jeff Trawick]

  *) Fix suexec behavior with user directories.  PR 7810.
     [Colm <colmmacc@redbrick.dcu.ie>]

  *) Reject a blank UserDir directive since it is ambiguous.  PR 8472.
     [Justin Erenkrantz]

  *) Make mod_mime use case-insensitive matching when examining
     extensions on all platforms.  PR 8223.  [Justin Erenkrantz]

  *) Add an intelligent error message should no proxy submodules be
     valid to handle a request. PR 8407 [Graham Leggett]

  *) Major improvements in concurrent processing for AB by enabling
     non-blocking connect()s and preventing APR from doing blocking
     read()s. Also implement fatal error checking for apr_recv().
     [Aaron Bannert]

  *) Fix Win32 NTFS Junctions (symlinks).  PR 8014  [William Rowe]

  *) Fix Win32 'short name' aliases in httpd.conf directives.
     PR 8009  [William Rowe]

  *) Fix generation of default httpd.conf when the layout paths are
     disjoint.  PR 7979, 8227.  [Justin Erenkrantz]

  *) Swap downgrade-1.0 and force-response-1.0 conditional checks so
     that downgraded responses can have force-response.  PR 8357.
     [Justin Erenkrantz]

  *) Fix perchild MPM so that it can be configured with the move to the
     experimental directory.  [Scott Lamb <slamb@slamb.org>]

  *) Fix perchild MPM so that it uses ap_gname2id for groups instead of
     ap_uname2id. [Scott Lamb <slamb@slamb.org>]

  *) Fix AcceptPathInfo. PR 8234  [Cliff Woolley]

  *) [Security] Added the APLOG_TOCLIENT flag to ap_log_rerror() to
     explicitly tell the server that warning messages should be sent 
     to the client in addition to being recorded in the error log. 
     Prior to this change, ap_log_rerror() always sent warning 
     messages to the client. In one case, a faulty CGI script caused
     the server to send a warning message to the client that contained
     the full path to the CGI script. This could be considered a
     minor security exposure. [Bill Stoddard]

  *) mod_autoindex output when SuppressRules was specified would
     omit the first carriage return so the first item in the list
     would appear to the right of the column headings instead of
     underneath them. PR 8016  [David Shane Holden <dpejesh@yahoo.com>]

  *) Moved the call to apr_mmap_dup outside the error branch so
     that it would actually get called. This fixes a core dump
     at init everytime you use the MMapFile directive. PR 8314
     [Paul J. Reder]

  *) Trigger an error when a LoadModule directive attempts to
     load a module which is built-in.  This is a common error when
     switching from a DSO build to a static build.  [Jeff Trawick]

  *) Change instdso.sh to use libtool --install everywhere and then
     clean up some stray files and symlinks that libtool leaves around
     on some platforms.  This gets subversion building properly since
     it needed a re-link to be performed by libtool at install time,
     and the old instdso.sh logic to simply cp the DSO didn't handle
     that requirement.  [Sander Striker]

  *) Allow VPATH builds to succeed when configured from an empty
     directory.  [Thom May <thom@planetarytramp.net>]

  *) Fix 'control reaches end of non-void function' warning in
     server/log.c.  [Ben Collins-Sussman <sussman@collab.net>]

  *) Perchild MPM is now correctly deemed as experimental and is now
     located in server/mpm/experimental.  [Justin Erenkrantz]

  *) Fix segfault in mod_mem_cache when garabge collecting an expired
     cache entry.  [Bill Stoddard]

  *) Introduced -E startup_logfile_name option to httpd to allow admins
     to begin logging errors immediately.  This provides Win32 users 
     an alternative to sending startup errors to the event viewer, and
     allows other daemon tool authors an alternative to logging to stderr.
     [William Rowe] 
     
  *) Fix subreqs with non-defined Content-Types being served improperly.
     [Justin Erenkrantz]

  *) Merge in latest GNU config.guess and config.sub files.  PR 7818.
     [Justin Erenkrantz]

  *) Move 100 - Continue support to the HTTP_IN filter so that filters
     are guaranteed to support 100 - Continue logic without any
     intervention.  [Justin Erenkrantz]

  *) Add HTTP chunked input trailer support.  [Justin Erenkrantz]

  *) Rename and export get_mime_headers as ap_get_mime_headers.
     [Justin Erenkrantz]

  *) Allow empty Host: header arguments.  PR 7441.  [Justin Erenkrantz]

  *) Properly substitute sbindir as httpd's location in apachectl.  PR 7840.
     [Andreas Hasenack <andreas@netbank.com.br>]

  *) Allow Win32 shebang scripts to follow the path (or omit the .exe
     suffix from the shebang command), and allow ScriptInterpreterSource
     Registry or RegistryStrict to override shebang lines, as 1.3 did.
     PR 8004  [William Rowe]

  *) worker MPM: Fix a situation where a child exited without releasing
     the accept mutex.  Depending on the OS and mutex mechanism this 
     could result in a hang.  [Jeff Trawick]

  *) Update the instructions for how to get started with mod_example.
     [Stas Bekman]
  
  *) Fix PidFile to default to rel_runtimedir instead of
     rel_logfiledir.  PR 7841.  [Andreas Hasenack <andreas@netbank.com.br>]

  *) Win32: Fix problem that caused rapid performance degradation
     when number of connecting clients exceeded ThreadsPerChild.
     [Bill Stoddard]

  *) Fixed a segfault parsing large SSIs on non-mmap systems.
     [Brian Havard]

  *) Proxy was bombing out every second keepalive request, caused by a
     stray CRLF before the second response's status line. Proxy now
     tries to read one more line if it encounters a CRLF where it
     expected a status. PR 10010 [Graham Leggett]

  *) Deprecated the apr_lock.h API. Please see the following files
     for the improved thread and process locking and signaling: 
     apr_proc_mutex.h, apr_thread_mutex.h, apr_thread_rwlock.h,
     apr_thread_cond.h, and apr_global_mutex.h.  [Aaron Bannert]

  *) Change mod_status to use scoreboard accessor functions so it can
     be used in any MPM without having to be recompiled.
     [Ryan Morgan <rmorgan@covalent.net>]

  *) Fix parsing of some AP_DECLARE_DATA declarations so that the filter
     handle declarations are recognized.  This fixes problems loading 
     mod_autoindex on some platforms.  [Brian Havard]

  *) add optional fixup hook to proxy [Daniel Lopez <daniel@covalent.net>]

  *) Remind the admin about the User and Group directives when we are
     unable to set permissions on a semaphore.  PR 7812  [Jeff Trawick]

  *) fix possible compilation problem in ssl_engine_kernel.c. PR 7802
     [Doug MacEachern]

  *) fix possible infinite loop in mod_ssl triggered by certain
     netscape clients [Doug MacEachern]

  *) fix ProxyPass when frontend is https and backend is http
     [Doug MacEachern]

  *) Add DASL support to mod_dav
     [Sung Kim <hunkim@cse.ucsc.edu>]
>How-To-Repeat:
	

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2002/04/16 20:07:09	1.6
+++ Makefile	2002/05/23 00:48:24
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2002/04/16 20:07:09 jlam Exp $
 
-DISTNAME=		httpd-2.0.35
-PKGNAME=		apache-2.0.35
+DISTNAME=		httpd-2.0.36
+PKGNAME=		apache-2.0.36
 CATEGORIES=		www
 MASTER_SITES=		http://httpd.apache.org/dist/httpd/ \
 			http://httpd.apache.org/dist/httpd/old/ \
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST	2002/04/13 21:35:50	1.3
+++ PLIST	2002/05/23 00:48:24
@@ -1,162 +1,107 @@
-@comment $NetBSD: PLIST,v 1.3 2002/04/13 21:35:50 jlam Exp $
+@comment $NetBSD$
 bin/apr-config
 bin/apu-config
 etc/rc.d/apache
-include/apr.h
-include/apr_allocator.h
-include/apr_anylock.h
-include/apr_atomic.h
-include/apr_base64.h
-include/apr_buckets.h
-include/apr_compat.h
-include/apr_date.h
-include/apr_dbm.h
-include/apr_dso.h
-include/apr_errno.h
-include/apr_file_info.h
-include/apr_file_io.h
-include/apr_fnmatch.h
-include/apr_general.h
-include/apr_getopt.h
-include/apr_global_mutex.h
-include/apr_hash.h
-include/apr_hooks.h
-include/apr_inherit.h
-include/apr_ldap.h
-include/apr_lib.h
-include/apr_lock.h
-include/apr_md4.h
-include/apr_md5.h
-include/apr_mmap.h
-include/apr_network_io.h
-include/apr_optional.h
-include/apr_optional_hooks.h
-include/apr_pools.h
-include/apr_portable.h
-include/apr_proc_mutex.h
-include/apr_ring.h
-include/apr_rmm.h
-include/apr_sdbm.h
-include/apr_sha1.h
-include/apr_shm.h
-include/apr_signal.h
-include/apr_strings.h
-include/apr_tables.h
-include/apr_thread_cond.h
-include/apr_thread_mutex.h
-include/apr_thread_proc.h
-include/apr_thread_rwlock.h
-include/apr_time.h
-include/apr_uri.h
-include/apr_user.h
-include/apr_uuid.h
-include/apr_version.h
-include/apr_want.h
-include/apr_xlate.h
-include/apr_xml.h
-include/apu.h
-include/apu_compat.h
-include/httpd/ap_compat.h
-include/httpd/ap_config.h
 include/httpd/ap_config_auto.h
 include/httpd/ap_config_layout.h
-include/httpd/ap_listen.h
-include/httpd/ap_mmn.h
-include/httpd/ap_mpm.h
-include/httpd/ap_release.h
 include/httpd/apr.h
-include/httpd/apr_allocator.h
-include/httpd/apr_anylock.h
-include/httpd/apr_atomic.h
-include/httpd/apr_base64.h
-include/httpd/apr_buckets.h
-include/httpd/apr_compat.h
-include/httpd/apr_date.h
-include/httpd/apr_dbm.h
-include/httpd/apr_dso.h
-include/httpd/apr_errno.h
-include/httpd/apr_file_info.h
-include/httpd/apr_file_io.h
-include/httpd/apr_fnmatch.h
-include/httpd/apr_general.h
-include/httpd/apr_getopt.h
-include/httpd/apr_global_mutex.h
-include/httpd/apr_hash.h
-include/httpd/apr_hooks.h
-include/httpd/apr_inherit.h
+include/httpd/apu.h
+include/httpd/httpd.h
+include/httpd/pcre.h
+include/httpd/scoreboard.h
 include/httpd/apr_ldap.h
-include/httpd/apr_lib.h
-include/httpd/apr_lock.h
-include/httpd/apr_md4.h
-include/httpd/apr_md5.h
-include/httpd/apr_mmap.h
-include/httpd/apr_network_io.h
-include/httpd/apr_optional.h
-include/httpd/apr_optional_hooks.h
-include/httpd/apr_pools.h
-include/httpd/apr_portable.h
-include/httpd/apr_proc_mutex.h
-include/httpd/apr_ring.h
-include/httpd/apr_rmm.h
-include/httpd/apr_sdbm.h
-include/httpd/apr_sha1.h
-include/httpd/apr_shm.h
-include/httpd/apr_signal.h
-include/httpd/apr_strings.h
-include/httpd/apr_tables.h
-include/httpd/apr_thread_cond.h
-include/httpd/apr_thread_mutex.h
-include/httpd/apr_thread_proc.h
-include/httpd/apr_thread_rwlock.h
-include/httpd/apr_time.h
-include/httpd/apr_uri.h
-include/httpd/apr_user.h
-include/httpd/apr_uuid.h
-include/httpd/apr_version.h
 include/httpd/apr_want.h
+include/httpd/apr_version.h
+include/httpd/apr_uuid.h
+include/httpd/apr_user.h
+include/httpd/apr_time.h
+include/httpd/apr_thread_rwlock.h
+include/httpd/apr_thread_proc.h
+include/httpd/apr_thread_mutex.h
+include/httpd/apr_thread_cond.h
+include/httpd/apr_tables.h
+include/httpd/apr_strings.h
+include/httpd/apr_signal.h
+include/httpd/apr_shm.h
+include/httpd/apr_ring.h
+include/httpd/apr_proc_mutex.h
+include/httpd/apr_portable.h
+include/httpd/apr_pools.h
+include/httpd/apr_network_io.h
+include/httpd/apr_mmap.h
+include/httpd/apr_md5.h
+include/httpd/apr_lib.h
+include/httpd/apr_inherit.h
+include/httpd/apr_hash.h
+include/httpd/apr_global_mutex.h
+include/httpd/apr_getopt.h
+include/httpd/apr_general.h
+include/httpd/apr_fnmatch.h
+include/httpd/apr_file_io.h
+include/httpd/apr_file_info.h
+include/httpd/apr_errno.h
+include/httpd/apr_dso.h
+include/httpd/apr_compat.h
+include/httpd/apr_atomic.h
+include/httpd/apr_allocator.h
 include/httpd/apr_xlate.h
+include/httpd/apr_anylock.h
 include/httpd/apr_xml.h
-include/httpd/apu.h
+include/httpd/apr_uri.h
+include/httpd/apr_sha1.h
+include/httpd/apr_sdbm.h
+include/httpd/apr_rmm.h
+include/httpd/apr_optional.h
+include/httpd/apr_optional_hooks.h
+include/httpd/apr_md4.h
+include/httpd/apr_hooks.h
+include/httpd/apr_dbm.h
+include/httpd/apr_date.h
+include/httpd/apr_buckets.h
+include/httpd/apr_base64.h
 include/httpd/apu_compat.h
-include/httpd/http_config.h
-include/httpd/http_connection.h
-include/httpd/http_core.h
-include/httpd/http_log.h
-include/httpd/http_main.h
-include/httpd/http_protocol.h
-include/httpd/http_request.h
+include/httpd/ap_compat.h
+include/httpd/util_time.h
+include/httpd/util_script.h
+include/httpd/util_md5.h
+include/httpd/util_ldap.h
+include/httpd/util_filter.h
+include/httpd/util_ebcdic.h
+include/httpd/util_charset.h
+include/httpd/util_cfgtree.h
+include/httpd/rfc1413.h
+include/httpd/pcreposix.h
+include/httpd/mpm_common.h
 include/httpd/http_vhost.h
-include/httpd/httpd.h
-include/httpd/mod_cgi.h
-include/httpd/mod_core.h
+include/httpd/http_request.h
+include/httpd/http_protocol.h
+include/httpd/http_main.h
+include/httpd/http_log.h
+include/httpd/http_core.h
+include/httpd/http_connection.h
+include/httpd/http_config.h
+include/httpd/ap_release.h
+include/httpd/ap_mpm.h
+include/httpd/ap_mmn.h
+include/httpd/ap_listen.h
+include/httpd/ap_config.h
+include/httpd/util_xml.h
+include/httpd/os.h
+include/httpd/mpm_default.h
+include/httpd/mpm.h
 include/httpd/mod_dav.h
 include/httpd/mod_include.h
+include/httpd/mod_cgi.h
 include/httpd/mod_log_config.h
+include/httpd/mod_core.h
 include/httpd/mod_proxy.h
-include/httpd/mod_ssl.h
-include/httpd/mpm.h
-include/httpd/mpm_common.h
-include/httpd/mpm_default.h
-include/httpd/os.h
-include/httpd/pcre.h
-include/httpd/pcreposix.h
-include/httpd/rfc1413.h
-include/httpd/scoreboard.h
-include/httpd/ssl_expr.h
-include/httpd/ssl_expr_parse.h
-include/httpd/ssl_toolkit_compat.h
-include/httpd/ssl_util_ssl.h
 include/httpd/ssl_util_table.h
+include/httpd/ssl_util_ssl.h
+include/httpd/ssl_toolkit_compat.h
+include/httpd/ssl_expr_parse.h
+include/httpd/ssl_expr.h
+include/httpd/mod_ssl.h
 include/httpd/unixd.h
-include/httpd/util_cfgtree.h
-include/httpd/util_charset.h
-include/httpd/util_ebcdic.h
-include/httpd/util_filter.h
-include/httpd/util_ldap.h
-include/httpd/util_md5.h
-include/httpd/util_script.h
-include/httpd/util_time.h
-include/httpd/util_xml.h
 lib/APRVARS
 lib/apr.exp
 lib/aprutil.exp
@@ -171,18 +116,6 @@
 lib/libaprutil.so
 lib/libaprutil.so.0
 lib/libaprutil.so.0.0
-libexec/cgi-bin/printenv
-libexec/cgi-bin/test-cgi
-man/man1/dbmmanage.1
-man/man1/htdigest.1
-man/man1/htpasswd.1
-man/man8/ab.8
-man/man8/apachectl.8
-man/man8/apxs.8
-man/man8/httpd.8
-man/man8/logresolve.8
-man/man8/rotatelogs.8
-man/man8/suexec.8
 sbin/ab
 sbin/apachectl
 sbin/apxs
@@ -195,7 +128,6 @@
 sbin/httpd
 sbin/logresolve
 sbin/rotatelogs
-${SUEXEC_COMMENT}sbin/suexec
 share/examples/httpd/highperformance-std.conf
 share/examples/httpd/httpd-std.conf
 share/examples/httpd/magic
@@ -209,592 +141,549 @@
 share/httpd/build/program.mk
 share/httpd/build/rules.mk
 share/httpd/build/special.mk
-share/httpd/error/HTTP_BAD_GATEWAY.html.var
-share/httpd/error/HTTP_BAD_REQUEST.html.var
-share/httpd/error/HTTP_FORBIDDEN.html.var
-share/httpd/error/HTTP_GONE.html.var
-share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var
-share/httpd/error/HTTP_LENGTH_REQUIRED.html.var
-share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var
-share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var
-share/httpd/error/HTTP_NOT_FOUND.html.var
-share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var
-share/httpd/error/HTTP_PRECONDITION_FAILED.html.var
-share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
-share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var
-share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
-share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var
-share/httpd/error/HTTP_UNAUTHORIZED.html.var
-share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
-share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var
-share/httpd/error/README
-share/httpd/error/contact.html.var
-share/httpd/error/include/bottom.html
-share/httpd/error/include/spacer.html
-share/httpd/error/include/top.html
 share/httpd/htdocs/apache_pb.gif
-share/httpd/htdocs/apache_pb.png
-share/httpd/htdocs/apache_pb2.gif
-share/httpd/htdocs/apache_pb2.png
-share/httpd/htdocs/apache_pb2_ani.gif
-share/httpd/htdocs/index.html.ca
-share/httpd/htdocs/index.html.cz.iso8859-2
-share/httpd/htdocs/index.html.de
-share/httpd/htdocs/index.html.dk
-share/httpd/htdocs/index.html.ee
-share/httpd/htdocs/index.html.el
-share/httpd/htdocs/index.html.en
-share/httpd/htdocs/index.html.es
-share/httpd/htdocs/index.html.et
-share/httpd/htdocs/index.html.fr
-share/httpd/htdocs/index.html.he.iso8859-8
-share/httpd/htdocs/index.html.hr.iso8859-2
+share/httpd/htdocs/index.html.tw.Big5
+share/httpd/htdocs/index.html.tw
+share/httpd/htdocs/index.html.se
+share/httpd/htdocs/index.html.ru.utf8
+share/httpd/htdocs/index.html.ru.koi8-r
+share/httpd/htdocs/index.html.ru.iso-ru
+share/httpd/htdocs/index.html.ru.cp866
+share/httpd/htdocs/index.html.ru.cp-1251
+share/httpd/htdocs/index.html.pt-br
+share/httpd/htdocs/index.html.pt
+share/httpd/htdocs/index.html.po.iso8859-2
+share/httpd/htdocs/index.html.no
+share/httpd/htdocs/index.html.nn
+share/httpd/htdocs/index.html.nl
+share/httpd/htdocs/index.html.lu.utf8
+share/httpd/htdocs/index.html.ltz.utf8
 share/httpd/htdocs/index.html.it
-share/httpd/htdocs/index.html.ja.iso2022-jp
 share/httpd/htdocs/index.html.kr.iso2022-kr
-share/httpd/htdocs/index.html.ltz.utf8
-share/httpd/htdocs/index.html.lu.utf8
-share/httpd/htdocs/index.html.nl
-share/httpd/htdocs/index.html.nn
-share/httpd/htdocs/index.html.no
-share/httpd/htdocs/index.html.po.iso8859-2
-share/httpd/htdocs/index.html.pt
-share/httpd/htdocs/index.html.pt-br
-share/httpd/htdocs/index.html.ru.cp-1251
-share/httpd/htdocs/index.html.ru.cp866
-share/httpd/htdocs/index.html.ru.iso-ru
-share/httpd/htdocs/index.html.ru.koi8-r
-share/httpd/htdocs/index.html.ru.utf8
-share/httpd/htdocs/index.html.se
-share/httpd/htdocs/index.html.tw
-share/httpd/htdocs/index.html.tw.Big5
-share/httpd/htdocs/index.html.var
-share/httpd/icons/README
-share/httpd/icons/a.gif
-share/httpd/icons/a.png
-share/httpd/icons/alert.black.gif
-share/httpd/icons/alert.black.png
-share/httpd/icons/alert.red.gif
-share/httpd/icons/alert.red.png
-share/httpd/icons/apache_pb.gif
-share/httpd/icons/apache_pb.png
-share/httpd/icons/apache_pb2.gif
-share/httpd/icons/apache_pb2.png
-share/httpd/icons/apache_pb2_ani.gif
-share/httpd/icons/back.gif
-share/httpd/icons/back.png
-share/httpd/icons/ball.gray.gif
-share/httpd/icons/ball.gray.png
-share/httpd/icons/ball.red.gif
-share/httpd/icons/ball.red.png
-share/httpd/icons/binary.gif
-share/httpd/icons/binary.png
-share/httpd/icons/binhex.gif
-share/httpd/icons/binhex.png
-share/httpd/icons/blank.gif
-share/httpd/icons/blank.png
-share/httpd/icons/bomb.gif
-share/httpd/icons/bomb.png
-share/httpd/icons/box1.gif
-share/httpd/icons/box1.png
-share/httpd/icons/box2.gif
-share/httpd/icons/box2.png
-share/httpd/icons/broken.gif
-share/httpd/icons/broken.png
-share/httpd/icons/burst.gif
-share/httpd/icons/burst.png
-share/httpd/icons/c.gif
-share/httpd/icons/c.png
-share/httpd/icons/comp.blue.gif
-share/httpd/icons/comp.blue.png
-share/httpd/icons/comp.gray.gif
-share/httpd/icons/comp.gray.png
-share/httpd/icons/compressed.gif
-share/httpd/icons/compressed.png
-share/httpd/icons/continued.gif
-share/httpd/icons/continued.png
-share/httpd/icons/dir.gif
-share/httpd/icons/dir.png
-share/httpd/icons/down.gif
-share/httpd/icons/down.png
-share/httpd/icons/dvi.gif
-share/httpd/icons/dvi.png
-share/httpd/icons/f.gif
-share/httpd/icons/f.png
-share/httpd/icons/folder.gif
-share/httpd/icons/folder.open.gif
-share/httpd/icons/folder.open.png
-share/httpd/icons/folder.png
-share/httpd/icons/folder.sec.gif
-share/httpd/icons/folder.sec.png
-share/httpd/icons/forward.gif
-share/httpd/icons/forward.png
-share/httpd/icons/generic.gif
-share/httpd/icons/generic.png
-share/httpd/icons/generic.red.gif
-share/httpd/icons/generic.red.png
-share/httpd/icons/generic.sec.gif
-share/httpd/icons/generic.sec.png
-share/httpd/icons/hand.right.gif
-share/httpd/icons/hand.right.png
-share/httpd/icons/hand.up.gif
-share/httpd/icons/hand.up.png
-share/httpd/icons/icon.sheet.gif
-share/httpd/icons/icon.sheet.png
-share/httpd/icons/image1.gif
-share/httpd/icons/image1.png
-share/httpd/icons/image2.gif
-share/httpd/icons/image2.png
-share/httpd/icons/image3.gif
-share/httpd/icons/image3.png
-share/httpd/icons/index.gif
-share/httpd/icons/index.png
-share/httpd/icons/layout.gif
-share/httpd/icons/layout.png
-share/httpd/icons/left.gif
-share/httpd/icons/left.png
-share/httpd/icons/link.gif
-share/httpd/icons/link.png
-share/httpd/icons/movie.gif
-share/httpd/icons/movie.png
-share/httpd/icons/p.gif
-share/httpd/icons/p.png
-share/httpd/icons/patch.gif
-share/httpd/icons/patch.png
-share/httpd/icons/pdf.gif
-share/httpd/icons/pdf.png
-share/httpd/icons/pie0.gif
-share/httpd/icons/pie0.png
-share/httpd/icons/pie1.gif
-share/httpd/icons/pie1.png
-share/httpd/icons/pie2.gif
-share/httpd/icons/pie2.png
-share/httpd/icons/pie3.gif
-share/httpd/icons/pie3.png
-share/httpd/icons/pie4.gif
-share/httpd/icons/pie4.png
-share/httpd/icons/pie5.gif
-share/httpd/icons/pie5.png
-share/httpd/icons/pie6.gif
-share/httpd/icons/pie6.png
-share/httpd/icons/pie7.gif
-share/httpd/icons/pie7.png
-share/httpd/icons/pie8.gif
-share/httpd/icons/pie8.png
-share/httpd/icons/portal.gif
-share/httpd/icons/portal.png
-share/httpd/icons/ps.gif
-share/httpd/icons/ps.png
-share/httpd/icons/quill.gif
-share/httpd/icons/quill.png
-share/httpd/icons/right.gif
-share/httpd/icons/right.png
-share/httpd/icons/screw1.gif
-share/httpd/icons/screw1.png
-share/httpd/icons/screw2.gif
-share/httpd/icons/screw2.png
-share/httpd/icons/script.gif
-share/httpd/icons/script.png
-share/httpd/icons/small/README.txt
-share/httpd/icons/small/back.gif
-share/httpd/icons/small/back.png
-share/httpd/icons/small/binary.gif
-share/httpd/icons/small/binary.png
-share/httpd/icons/small/binhex.gif
+share/httpd/htdocs/index.html.ja.iso2022-jp
+share/httpd/htdocs/index.html.hr.iso8859-2
+share/httpd/htdocs/index.html.he.iso8859-8
+share/httpd/htdocs/index.html.fr
+share/httpd/htdocs/index.html.et
+share/httpd/htdocs/index.html.es
+share/httpd/htdocs/index.html.en
+share/httpd/htdocs/index.html.el
+share/httpd/htdocs/index.html.ee
+share/httpd/htdocs/index.html.dk
+share/httpd/htdocs/index.html.de
+share/httpd/htdocs/index.html.cz.iso8859-2
+share/httpd/htdocs/index.html.ca
+share/httpd/htdocs/apache_pb2_ani.gif
+share/httpd/htdocs/apache_pb2.png
+share/httpd/htdocs/apache_pb2.gif
+share/httpd/htdocs/apache_pb.png
+share/httpd/htdocs/index.html.var
+share/httpd/icons/small/generic.png
 share/httpd/icons/small/binhex.png
+share/httpd/icons/small/continued.gif
+share/httpd/icons/small/continued.png
+share/httpd/icons/small/image2.gif
+share/httpd/icons/small/image2.png
 share/httpd/icons/small/blank.gif
 share/httpd/icons/small/blank.png
-share/httpd/icons/small/broken.gif
-share/httpd/icons/small/broken.png
+share/httpd/icons/small/key.gif
+share/httpd/icons/small/key.png
+share/httpd/icons/small/movie.gif
+share/httpd/icons/small/movie.png
 share/httpd/icons/small/burst.gif
 share/httpd/icons/small/burst.png
+share/httpd/icons/small/dir.gif
+share/httpd/icons/small/dir.png
+share/httpd/icons/small/rainbow.gif
+share/httpd/icons/small/rainbow.png
 share/httpd/icons/small/comp1.gif
 share/httpd/icons/small/comp1.png
 share/httpd/icons/small/comp2.gif
 share/httpd/icons/small/comp2.png
-share/httpd/icons/small/compressed.gif
-share/httpd/icons/small/compressed.png
-share/httpd/icons/small/continued.gif
-share/httpd/icons/small/continued.png
-share/httpd/icons/small/dir.gif
-share/httpd/icons/small/dir.png
-share/httpd/icons/small/dir2.gif
-share/httpd/icons/small/dir2.png
 share/httpd/icons/small/doc.gif
 share/httpd/icons/small/doc.png
-share/httpd/icons/small/forward.gif
-share/httpd/icons/small/forward.png
-share/httpd/icons/small/generic.gif
-share/httpd/icons/small/generic.png
+share/httpd/icons/small/binary.gif
+share/httpd/icons/small/binary.png
+share/httpd/icons/small/patch.gif
+share/httpd/icons/small/patch.png
+share/httpd/icons/small/dir2.gif
+share/httpd/icons/small/dir2.png
+share/httpd/icons/small/broken.gif
+share/httpd/icons/small/broken.png
 share/httpd/icons/small/generic2.gif
 share/httpd/icons/small/generic2.png
 share/httpd/icons/small/generic3.gif
 share/httpd/icons/small/generic3.png
+share/httpd/icons/small/tar.gif
+share/httpd/icons/small/tar.png
+share/httpd/icons/small/compressed.gif
+share/httpd/icons/small/compressed.png
+share/httpd/icons/small/text.gif
+share/httpd/icons/small/text.png
+share/httpd/icons/small/forward.gif
+share/httpd/icons/small/forward.png
+share/httpd/icons/small/sound.gif
+share/httpd/icons/small/sound.png
 share/httpd/icons/small/image.gif
 share/httpd/icons/small/image.png
-share/httpd/icons/small/image2.gif
-share/httpd/icons/small/image2.png
 share/httpd/icons/small/index.gif
-share/httpd/icons/small/index.png
-share/httpd/icons/small/key.gif
-share/httpd/icons/small/key.png
-share/httpd/icons/small/movie.gif
-share/httpd/icons/small/movie.png
-share/httpd/icons/small/patch.gif
-share/httpd/icons/small/patch.png
 share/httpd/icons/small/ps.gif
+share/httpd/icons/small/index.png
+share/httpd/icons/small/README.txt
 share/httpd/icons/small/ps.png
-share/httpd/icons/small/rainbow.gif
-share/httpd/icons/small/rainbow.png
-share/httpd/icons/small/sound.gif
-share/httpd/icons/small/sound.png
-share/httpd/icons/small/sound2.gif
-share/httpd/icons/small/sound2.png
-share/httpd/icons/small/tar.gif
-share/httpd/icons/small/tar.png
-share/httpd/icons/small/text.gif
-share/httpd/icons/small/text.png
-share/httpd/icons/small/transfer.gif
-share/httpd/icons/small/transfer.png
 share/httpd/icons/small/unknown.gif
 share/httpd/icons/small/unknown.png
 share/httpd/icons/small/uu.gif
 share/httpd/icons/small/uu.png
-share/httpd/icons/sound1.gif
-share/httpd/icons/sound1.png
-share/httpd/icons/sound2.gif
-share/httpd/icons/sound2.png
-share/httpd/icons/sphere1.gif
-share/httpd/icons/sphere1.png
-share/httpd/icons/sphere2.gif
-share/httpd/icons/sphere2.png
-share/httpd/icons/tar.gif
-share/httpd/icons/tar.png
-share/httpd/icons/tex.gif
-share/httpd/icons/tex.png
-share/httpd/icons/text.gif
-share/httpd/icons/text.png
-share/httpd/icons/transfer.gif
-share/httpd/icons/transfer.png
-share/httpd/icons/unknown.gif
-share/httpd/icons/unknown.png
-share/httpd/icons/up.gif
-share/httpd/icons/up.png
-share/httpd/icons/uu.gif
-share/httpd/icons/uu.png
-share/httpd/icons/uuencoded.gif
-share/httpd/icons/uuencoded.png
-share/httpd/icons/world1.gif
-share/httpd/icons/world1.png
+share/httpd/icons/small/back.gif
+share/httpd/icons/small/back.png
+share/httpd/icons/small/transfer.gif
+share/httpd/icons/small/transfer.png
+share/httpd/icons/small/sound2.gif
+share/httpd/icons/small/sound2.png
+share/httpd/icons/small/generic.gif
+share/httpd/icons/small/binhex.gif
 share/httpd/icons/world2.gif
-share/httpd/icons/world2.png
-share/httpd/manual/LICENSE
-share/httpd/manual/bind.html
-share/httpd/manual/cgi_path.html
-share/httpd/manual/configuring.html.en
-share/httpd/manual/configuring.html.ja.jis
-share/httpd/manual/content-negotiation.html
-share/httpd/manual/custom-error.html
-share/httpd/manual/developer/API.html
-share/httpd/manual/developer/debugging.html
-share/httpd/manual/developer/documenting.html
-share/httpd/manual/developer/filters.html
-share/httpd/manual/developer/footer.html
-share/httpd/manual/developer/header.html
-share/httpd/manual/developer/hooks.html
-share/httpd/manual/developer/index.html
-share/httpd/manual/developer/layeredio.html
-share/httpd/manual/developer/modules.html
-share/httpd/manual/developer/request.html
-share/httpd/manual/dns-caveats.html
-share/httpd/manual/dso.html
-share/httpd/manual/ebcdic.html
-share/httpd/manual/env.html
-share/httpd/manual/faq/index.html
-share/httpd/manual/filter.html
-share/httpd/manual/footer.html
-share/httpd/manual/handler.html.en
-share/httpd/manual/handler.html.ja.jis
-share/httpd/manual/header.html
-share/httpd/manual/howto/auth.html
-share/httpd/manual/howto/cgi.html.en
-share/httpd/manual/howto/cgi.html.ja.jis
-share/httpd/manual/howto/footer.html
-share/httpd/manual/howto/header.html
-share/httpd/manual/howto/ssi.html.en
-share/httpd/manual/howto/ssi.html.ja.jis
-share/httpd/manual/images/apache_header.gif
-share/httpd/manual/images/apache_header.png
-share/httpd/manual/images/custom_errordocs.gif
-share/httpd/manual/images/custom_errordocs.png
-share/httpd/manual/images/home.gif
-share/httpd/manual/images/home.png
-share/httpd/manual/images/index.gif
-share/httpd/manual/images/index.png
-share/httpd/manual/images/mod_rewrite_fig1.fig
-share/httpd/manual/images/mod_rewrite_fig1.gif
-share/httpd/manual/images/mod_rewrite_fig1.png
-share/httpd/manual/images/mod_rewrite_fig2.fig
-share/httpd/manual/images/mod_rewrite_fig2.gif
-share/httpd/manual/images/mod_rewrite_fig2.png
-share/httpd/manual/images/pixel.gif
-share/httpd/manual/images/pixel.png
-share/httpd/manual/images/sub.gif
-share/httpd/manual/images/sub.png
-share/httpd/manual/index.html.en
-share/httpd/manual/index.html.fr
-share/httpd/manual/index.html.ja.jis
-share/httpd/manual/install.html
-share/httpd/manual/invoking.html
-share/httpd/manual/logs.html
-share/httpd/manual/misc/custom_errordocs.html
-share/httpd/manual/misc/descriptors.html
-share/httpd/manual/misc/fin_wait_2.html
-share/httpd/manual/misc/footer.html
-share/httpd/manual/misc/header.html
-share/httpd/manual/misc/index.html
-share/httpd/manual/misc/known_client_problems.html
-share/httpd/manual/misc/perf-tuning.html
-share/httpd/manual/misc/rewriteguide.html
-share/httpd/manual/misc/security_tips.html
-share/httpd/manual/misc/tutorials.html
-share/httpd/manual/mod/allmodules.xml
-share/httpd/manual/mod/core.html
-share/httpd/manual/mod/core.xml
-share/httpd/manual/mod/directive-dict.html
-share/httpd/manual/mod/directives.html
-share/httpd/manual/mod/directives.xml
-share/httpd/manual/mod/footer.html
-share/httpd/manual/mod/header.html
-share/httpd/manual/mod/index-bytype.html
-share/httpd/manual/mod/index.html
-share/httpd/manual/mod/index.xml
-share/httpd/manual/mod/mod_TEMPLATE.html
-share/httpd/manual/mod/mod_access.html
-share/httpd/manual/mod/mod_access.xml
-share/httpd/manual/mod/mod_actions.html
-share/httpd/manual/mod/mod_actions.xml
-share/httpd/manual/mod/mod_alias.html
-share/httpd/manual/mod/mod_alias.xml
-share/httpd/manual/mod/mod_asis.html
-share/httpd/manual/mod/mod_asis.xml
-share/httpd/manual/mod/mod_auth.html
-share/httpd/manual/mod/mod_auth.xml
-share/httpd/manual/mod/mod_auth_anon.html
-share/httpd/manual/mod/mod_auth_anon.xml
-share/httpd/manual/mod/mod_auth_dbm.html
-share/httpd/manual/mod/mod_auth_dbm.xml
-share/httpd/manual/mod/mod_auth_digest.html
-share/httpd/manual/mod/mod_auth_digest.xml
-share/httpd/manual/mod/mod_auth_ldap.html
+share/httpd/icons/world1.png
+share/httpd/icons/world1.gif
+share/httpd/icons/uuencoded.png
+share/httpd/icons/uuencoded.gif
+share/httpd/icons/uu.png
+share/httpd/icons/uu.gif
+share/httpd/icons/up.png
+share/httpd/icons/up.gif
+share/httpd/icons/unknown.png
+share/httpd/icons/unknown.gif
+share/httpd/icons/transfer.png
+share/httpd/icons/transfer.gif
+share/httpd/icons/text.png
+share/httpd/icons/text.gif
+share/httpd/icons/tex.png
+share/httpd/icons/tex.gif
+share/httpd/icons/tar.png
+share/httpd/icons/tar.gif
+share/httpd/icons/sphere2.png
+share/httpd/icons/sphere2.gif
+share/httpd/icons/sphere1.png
+share/httpd/icons/sphere1.gif
+share/httpd/icons/sound2.png
+share/httpd/icons/sound2.gif
+share/httpd/icons/sound1.png
+share/httpd/icons/sound1.gif
+share/httpd/icons/script.png
+share/httpd/icons/script.gif
+share/httpd/icons/screw2.png
+share/httpd/icons/screw2.gif
+share/httpd/icons/screw1.png
+share/httpd/icons/screw1.gif
+share/httpd/icons/right.png
+share/httpd/icons/right.gif
+share/httpd/icons/quill.png
+share/httpd/icons/quill.gif
+share/httpd/icons/ps.png
+share/httpd/icons/ps.gif
+share/httpd/icons/portal.png
+share/httpd/icons/portal.gif
+share/httpd/icons/pie8.png
+share/httpd/icons/pie8.gif
+share/httpd/icons/pie7.png
+share/httpd/icons/pie7.gif
+share/httpd/icons/pie6.png
+share/httpd/icons/pie6.gif
+share/httpd/icons/pie5.png
+share/httpd/icons/pie5.gif
+share/httpd/icons/pie4.png
+share/httpd/icons/pie4.gif
+share/httpd/icons/pie3.png
+share/httpd/icons/pie3.gif
+share/httpd/icons/pie2.png
+share/httpd/icons/pie2.gif
+share/httpd/icons/pie1.png
+share/httpd/icons/pie1.gif
+share/httpd/icons/pie0.png
+share/httpd/icons/pie0.gif
+share/httpd/icons/pdf.png
+share/httpd/icons/pdf.gif
+share/httpd/icons/patch.png
+share/httpd/icons/patch.gif
+share/httpd/icons/p.png
+share/httpd/icons/p.gif
+share/httpd/icons/movie.png
+share/httpd/icons/movie.gif
+share/httpd/icons/link.png
+share/httpd/icons/link.gif
+share/httpd/icons/left.png
+share/httpd/icons/left.gif
+share/httpd/icons/layout.png
+share/httpd/icons/layout.gif
+share/httpd/icons/index.png
+share/httpd/icons/index.gif
+share/httpd/icons/image3.png
+share/httpd/icons/image3.gif
+share/httpd/icons/image2.png
+share/httpd/icons/image2.gif
+share/httpd/icons/image1.png
+share/httpd/icons/image1.gif
+share/httpd/icons/icon.sheet.png
+share/httpd/icons/icon.sheet.gif
+share/httpd/icons/hand.up.png
+share/httpd/icons/hand.up.gif
+share/httpd/icons/hand.right.png
+share/httpd/icons/hand.right.gif
+share/httpd/icons/generic.sec.png
+share/httpd/icons/generic.sec.gif
+share/httpd/icons/generic.red.png
+share/httpd/icons/generic.red.gif
+share/httpd/icons/generic.png
+share/httpd/icons/generic.gif
+share/httpd/icons/forward.png
+share/httpd/icons/forward.gif
+share/httpd/icons/folder.sec.png
+share/httpd/icons/folder.sec.gif
+share/httpd/icons/folder.png
+share/httpd/icons/folder.open.png
+share/httpd/icons/folder.open.gif
+share/httpd/icons/folder.gif
+share/httpd/icons/f.png
+share/httpd/icons/f.gif
+share/httpd/icons/dvi.png
+share/httpd/icons/dvi.gif
+share/httpd/icons/down.png
+share/httpd/icons/down.gif
+share/httpd/icons/dir.png
+share/httpd/icons/dir.gif
+share/httpd/icons/continued.png
+share/httpd/icons/continued.gif
+share/httpd/icons/compressed.png
+share/httpd/icons/compressed.gif
+share/httpd/icons/comp.gray.png
+share/httpd/icons/comp.gray.gif
+share/httpd/icons/comp.blue.png
+share/httpd/icons/comp.blue.gif
+share/httpd/icons/c.png
+share/httpd/icons/c.gif
+share/httpd/icons/burst.png
+share/httpd/icons/burst.gif
+share/httpd/icons/broken.png
+share/httpd/icons/broken.gif
+share/httpd/icons/box2.png
+share/httpd/icons/box2.gif
+share/httpd/icons/box1.png
+share/httpd/icons/box1.gif
+share/httpd/icons/bomb.png
+share/httpd/icons/bomb.gif
+share/httpd/icons/blank.png
+share/httpd/icons/blank.gif
+share/httpd/icons/binhex.png
+share/httpd/icons/binhex.gif
+share/httpd/icons/binary.png
+share/httpd/icons/binary.gif
+share/httpd/icons/ball.red.png
+share/httpd/icons/ball.red.gif
+share/httpd/icons/ball.gray.png
+share/httpd/icons/ball.gray.gif
+share/httpd/icons/back.png
+share/httpd/icons/back.gif
+share/httpd/icons/apache_pb2_ani.gif
+share/httpd/icons/apache_pb2.png
+share/httpd/icons/apache_pb2.gif
+share/httpd/icons/apache_pb.png
+share/httpd/icons/apache_pb.gif
+share/httpd/icons/alert.red.png
+share/httpd/icons/alert.red.gif
+share/httpd/icons/alert.black.png
+share/httpd/icons/alert.black.gif
+share/httpd/icons/a.png
+share/httpd/icons/a.gif
+share/httpd/icons/world2.png
+share/httpd/icons/README
+share/httpd/manual/platform/win_compiling.html
+share/httpd/manual/platform/windows.html
+share/httpd/manual/platform/footer.html
+share/httpd/manual/platform/netware.html
+share/httpd/manual/platform/perf-hp.html
+share/httpd/manual/platform/header.html
+share/httpd/manual/platform/win_service.html
 share/httpd/manual/mod/mod_autoindex.html
-share/httpd/manual/mod/mod_autoindex.xml
-share/httpd/manual/mod/mod_cache.html
 share/httpd/manual/mod/mod_cache.xml
-share/httpd/manual/mod/mod_cern_meta.html
-share/httpd/manual/mod/mod_cern_meta.xml
+share/httpd/manual/mod/mod_file_cache.xml
+share/httpd/manual/mod/prefork.html
+share/httpd/manual/mod/mod_so.xml
+share/httpd/manual/mod/mod_setenvif.xml
 share/httpd/manual/mod/mod_cgi.html
-share/httpd/manual/mod/mod_cgi.xml
-share/httpd/manual/mod/mod_cgid.html
+share/httpd/manual/mod/mod_dir.html
+share/httpd/manual/mod/mod_rewrite.xml
+share/httpd/manual/mod/mod_isapi.xml
+share/httpd/manual/mod/mod_cern_meta.xml
+share/httpd/manual/mod/mod_cache.html
+share/httpd/manual/mod/mod_headers.html
+share/httpd/manual/mod/worker.html
+share/httpd/manual/mod/mod_expires.xml
+share/httpd/manual/mod/mpm_common.xml
+share/httpd/manual/mod/mod_auth.xml
 share/httpd/manual/mod/mod_cgid.xml
-share/httpd/manual/mod/mod_charset_lite.html
-share/httpd/manual/mod/mod_charset_lite.xml
-share/httpd/manual/mod/mod_dav.html
-share/httpd/manual/mod/mod_dav.xml
+share/httpd/manual/mod/mpm_winnt.xml
+share/httpd/manual/mod/mod_cgi.xml
+share/httpd/manual/mod/mpm_netware.xml
 share/httpd/manual/mod/mod_deflate.html
+share/httpd/manual/mod/mod_auth_anon.html
+share/httpd/manual/mod/mod_auth_dbm.xml
+share/httpd/manual/mod/mod_headers.xml
+share/httpd/manual/mod/mod_suexec.xml
+share/httpd/manual/mod/mod_include.xml
+share/httpd/manual/mod/index-bytype.html
+share/httpd/manual/mod/mod_log_config.xml
+share/httpd/manual/mod/mod_alias.xml
+share/httpd/manual/mod/mod_access.html
+share/httpd/manual/mod/mod_ext_filter.xml
+share/httpd/manual/mod/mod_expires.html
+share/httpd/manual/mod/mod_suexec.html
+share/httpd/manual/mod/directives.html
+share/httpd/manual/mod/mod_dav.xml
+share/httpd/manual/mod/mpm_common.html
 share/httpd/manual/mod/mod_deflate.xml
-share/httpd/manual/mod/mod_dir.html
+share/httpd/manual/mod/mod_include.html
+share/httpd/manual/mod/mod_auth.html
+share/httpd/manual/mod/mod_userdir.html
+share/httpd/manual/mod/directive-dict.html
+share/httpd/manual/mod/mod_imap.html
+share/httpd/manual/mod/mod_cgid.html
+share/httpd/manual/mod/mod_example.html
+share/httpd/manual/mod/index.html
 share/httpd/manual/mod/mod_dir.xml
+share/httpd/manual/mod/footer.html
+share/httpd/manual/mod/mod_file_cache.html
+share/httpd/manual/mod/mod_charset_lite.html
+share/httpd/manual/mod/mod_vhost_alias.xml
+share/httpd/manual/mod/mod_auth_ldap.html
+share/httpd/manual/mod/mod_mime.xml
 share/httpd/manual/mod/mod_env.html
+share/httpd/manual/mod/mod_imap.xml
+share/httpd/manual/mod/mpm_winnt.html
+share/httpd/manual/mod/mpm_netware.html
+share/httpd/manual/mod/mod_ssl.html
+share/httpd/manual/mod/core.xml
+share/httpd/manual/mod/mod_auth_digest.xml
+share/httpd/manual/mod/mod_speling.xml
+share/httpd/manual/mod/mod_usertrack.xml
+share/httpd/manual/mod/mod_mmap_static.html
+share/httpd/manual/mod/mod_so.html
+share/httpd/manual/mod/mod_access.xml
+share/httpd/manual/mod/mod_log_config.html
+share/httpd/manual/mod/index.xml
+share/httpd/manual/mod/perchild.html
 share/httpd/manual/mod/mod_env.xml
-share/httpd/manual/mod/mod_example.html
+share/httpd/manual/mod/mod_alias.html
+share/httpd/manual/mod/mod_mime_magic.xml
+share/httpd/manual/mod/mod_autoindex.xml
+share/httpd/manual/mod/mod_setenvif.html
+share/httpd/manual/mod/worker.xml
+share/httpd/manual/mod/mod_info.html
+share/httpd/manual/mod/mod_userdir.xml
 share/httpd/manual/mod/mod_example.xml
-share/httpd/manual/mod/mod_expires.html
-share/httpd/manual/mod/mod_expires.xml
 share/httpd/manual/mod/mod_ext_filter.html
-share/httpd/manual/mod/mod_ext_filter.xml
-share/httpd/manual/mod/mod_file_cache.html
-share/httpd/manual/mod/mod_file_cache.xml
-share/httpd/manual/mod/mod_headers.html
-share/httpd/manual/mod/mod_headers.xml
-share/httpd/manual/mod/mod_imap.html
-share/httpd/manual/mod/mod_imap.xml
-share/httpd/manual/mod/mod_include.html
-share/httpd/manual/mod/mod_include.xml
-share/httpd/manual/mod/mod_info.html
-share/httpd/manual/mod/mod_info.xml
-share/httpd/manual/mod/mod_isapi.html
-share/httpd/manual/mod/mod_isapi.xml
 share/httpd/manual/mod/mod_ldap.html
-share/httpd/manual/mod/mod_log_config.html
-share/httpd/manual/mod/mod_log_config.xml
-share/httpd/manual/mod/mod_mime.html
-share/httpd/manual/mod/mod_mime.xml
+share/httpd/manual/mod/mod_asis.html
+share/httpd/manual/mod/mod_vhost_alias.html
+share/httpd/manual/mod/mod_ssl.xml
+share/httpd/manual/mod/mod_info.xml
+share/httpd/manual/mod/mod_asis.xml
+share/httpd/manual/mod/mod_unique_id.xml
+share/httpd/manual/mod/mod_proxy.xml
+share/httpd/manual/mod/core.html
+share/httpd/manual/mod/allmodules.xml
 share/httpd/manual/mod/mod_mime_magic.html
-share/httpd/manual/mod/mod_mime_magic.xml
-share/httpd/manual/mod/mod_mmap_static.html
+share/httpd/manual/mod/header.html
+share/httpd/manual/mod/perchild.xml
+share/httpd/manual/mod/mod_rewrite.html
+share/httpd/manual/mod/module-dict.html
+share/httpd/manual/mod/mod_actions.xml
+share/httpd/manual/mod/mod_unique_id.html
+share/httpd/manual/mod/mod_mime.html
 share/httpd/manual/mod/mod_negotiation.html
+share/httpd/manual/mod/prefork.xml
+share/httpd/manual/mod/mod_auth_digest.html
+share/httpd/manual/mod/directives.xml
+share/httpd/manual/mod/mod_charset_lite.xml
+share/httpd/manual/mod/mod_actions.html
+share/httpd/manual/mod/mod_auth_dbm.html
 share/httpd/manual/mod/mod_negotiation.xml
-share/httpd/manual/mod/mod_proxy.html
-share/httpd/manual/mod/mod_proxy.xml
-share/httpd/manual/mod/mod_rewrite.html
-share/httpd/manual/mod/mod_rewrite.xml
-share/httpd/manual/mod/mod_setenvif.html
-share/httpd/manual/mod/mod_setenvif.xml
-share/httpd/manual/mod/mod_so.html
-share/httpd/manual/mod/mod_so.xml
-share/httpd/manual/mod/mod_speling.html
-share/httpd/manual/mod/mod_speling.xml
-share/httpd/manual/mod/mod_ssl.html
-share/httpd/manual/mod/mod_ssl.xml
 share/httpd/manual/mod/mod_status.html
 share/httpd/manual/mod/mod_status.xml
-share/httpd/manual/mod/mod_suexec.html
-share/httpd/manual/mod/mod_suexec.xml
-share/httpd/manual/mod/mod_unique_id.html
-share/httpd/manual/mod/mod_unique_id.xml
-share/httpd/manual/mod/mod_userdir.html
-share/httpd/manual/mod/mod_userdir.xml
+share/httpd/manual/mod/mod_auth_anon.xml
+share/httpd/manual/mod/mod_proxy.html
+share/httpd/manual/mod/mod_isapi.html
+share/httpd/manual/mod/mod_speling.html
+share/httpd/manual/mod/mod_dav.html
+share/httpd/manual/mod/mod_cern_meta.html
 share/httpd/manual/mod/mod_usertrack.html
-share/httpd/manual/mod/mod_usertrack.xml
-share/httpd/manual/mod/mod_vhost_alias.html
-share/httpd/manual/mod/mod_vhost_alias.xml
-share/httpd/manual/mod/module-dict.html
-share/httpd/manual/mod/mpm_common.html
-share/httpd/manual/mod/mpm_common.xml
-share/httpd/manual/mod/mpm_netware.html
-share/httpd/manual/mod/mpm_netware.xml
-share/httpd/manual/mod/mpm_winnt.html
-share/httpd/manual/mod/mpm_winnt.xml
-share/httpd/manual/mod/perchild.html
-share/httpd/manual/mod/perchild.xml
-share/httpd/manual/mod/prefork.html
-share/httpd/manual/mod/prefork.xml
-share/httpd/manual/mod/worker.html
-share/httpd/manual/mod/worker.xml
-share/httpd/manual/mpm.html
-share/httpd/manual/new_features_2_0.html.de
-share/httpd/manual/new_features_2_0.html.en
-share/httpd/manual/new_features_2_0.html.fr
-share/httpd/manual/platform/footer.html
-share/httpd/manual/platform/header.html
-share/httpd/manual/platform/netware.html
-share/httpd/manual/platform/perf-hp.html
-share/httpd/manual/platform/win_compiling.html
-share/httpd/manual/platform/win_service.html
-share/httpd/manual/platform/windows.html
-share/httpd/manual/programs/ab.html
+share/httpd/manual/mod/mod_TEMPLATE.html
+share/httpd/manual/images/mod_rewrite_fig2.png
+share/httpd/manual/images/sub.png
+share/httpd/manual/images/home.gif
+share/httpd/manual/images/home.png
+share/httpd/manual/images/custom_errordocs.gif
+share/httpd/manual/images/custom_errordocs.png
+share/httpd/manual/images/pixel.gif
+share/httpd/manual/images/pixel.png
+share/httpd/manual/images/index.gif
+share/httpd/manual/images/index.png
+share/httpd/manual/images/apache_header.gif
+share/httpd/manual/images/apache_header.png
+share/httpd/manual/images/mod_rewrite_fig1.fig
+share/httpd/manual/images/mod_rewrite_fig1.gif
+share/httpd/manual/images/mod_rewrite_fig1.png
+share/httpd/manual/images/mod_rewrite_fig2.fig
+share/httpd/manual/images/mod_rewrite_fig2.gif
+share/httpd/manual/images/sub.gif
+share/httpd/manual/howto/footer.html
+share/httpd/manual/howto/cgi.html.ja.jis
+share/httpd/manual/howto/ssi.html.ja.jis
+share/httpd/manual/howto/cgi.html.en
+share/httpd/manual/howto/auth.html
+share/httpd/manual/howto/ssi.html.en
+share/httpd/manual/howto/header.html
+share/httpd/manual/developer/modules.html
+share/httpd/manual/developer/index.html
+share/httpd/manual/developer/footer.html
+share/httpd/manual/developer/documenting.html
+share/httpd/manual/developer/debugging.html
+share/httpd/manual/developer/header.html
+share/httpd/manual/developer/request.html
+share/httpd/manual/developer/filters.html
+share/httpd/manual/developer/API.html
+share/httpd/manual/developer/layeredio.html
+share/httpd/manual/developer/hooks.html
+share/httpd/manual/misc/custom_errordocs.html
+share/httpd/manual/misc/tutorials.html
+share/httpd/manual/misc/security_tips.html
+share/httpd/manual/misc/index.html
+share/httpd/manual/misc/footer.html
+share/httpd/manual/misc/fin_wait_2.html
+share/httpd/manual/misc/known_client_problems.html
+share/httpd/manual/misc/header.html
+share/httpd/manual/misc/perf-tuning.html
+share/httpd/manual/misc/rewriteguide.html
+share/httpd/manual/misc/descriptors.html
+share/httpd/manual/programs/dbmmanage.html
+share/httpd/manual/programs/logresolve.html
 share/httpd/manual/programs/apachectl.html
 share/httpd/manual/programs/apxs.html
-share/httpd/manual/programs/dbmmanage.html
+share/httpd/manual/programs/index.html
 share/httpd/manual/programs/footer.html
-share/httpd/manual/programs/header.html
 share/httpd/manual/programs/htdigest.html
-share/httpd/manual/programs/htpasswd.html
+share/httpd/manual/programs/ab.html
 share/httpd/manual/programs/httpd.html
-share/httpd/manual/programs/index.html
-share/httpd/manual/programs/logresolve.html
 share/httpd/manual/programs/other.html
-share/httpd/manual/programs/rotatelogs.html
+share/httpd/manual/programs/header.html
+share/httpd/manual/programs/htpasswd.html
 share/httpd/manual/programs/suexec.html
-share/httpd/manual/search/manual-index.cgi
-share/httpd/manual/sections.html
-share/httpd/manual/server-wide.html.en
-share/httpd/manual/server-wide.html.ja.jis
-share/httpd/manual/sitemap.html
-share/httpd/manual/ssl/Makefile
-share/httpd/manual/ssl/footer.html
-share/httpd/manual/ssl/header.html
-share/httpd/manual/ssl/index.html
-share/httpd/manual/ssl/mod_ssl_sb.gif
-share/httpd/manual/ssl/openssl_ics.gif
-share/httpd/manual/ssl/ssl_compat.gfont000.gif
-share/httpd/manual/ssl/ssl_compat.html
-share/httpd/manual/ssl/ssl_compat.wml
-share/httpd/manual/ssl/ssl_cover.wml
-share/httpd/manual/ssl/ssl_cover_logo.jpg
+share/httpd/manual/programs/rotatelogs.html
+share/httpd/manual/style/build.sh
+share/httpd/manual/style/manual.xsl
+share/httpd/manual/style/modulesynopsis.dtd
+share/httpd/manual/style/en.xml
+share/httpd/manual/style/settings.xsl
+share/httpd/manual/style/sv.xml
+share/httpd/manual/style/build.xml
+share/httpd/manual/style/manual.css
 share/httpd/manual/ssl/ssl_cover_title.jpg
-share/httpd/manual/ssl/ssl_faq.gfont000.gif
 share/httpd/manual/ssl/ssl_faq.html
-share/httpd/manual/ssl/ssl_faq.wml
-share/httpd/manual/ssl/ssl_glossary.html
-share/httpd/manual/ssl/ssl_glossary.wml
-share/httpd/manual/ssl/ssl_howto.gfont000.gif
 share/httpd/manual/ssl/ssl_howto.html
-share/httpd/manual/ssl/ssl_howto.wml
-share/httpd/manual/ssl/ssl_intro.gfont000.gif
+share/httpd/manual/ssl/ssl_overview_fig1.gif
+share/httpd/manual/ssl/index.html
+share/httpd/manual/ssl/footer.html
+share/httpd/manual/ssl/ssl_template.imgdot-1x1-transp.gif
+share/httpd/manual/ssl/header.html
 share/httpd/manual/ssl/ssl_intro.html
-share/httpd/manual/ssl/ssl_intro.wml
+share/httpd/manual/ssl/ssl_glossary.html
+share/httpd/manual/ssl/ssl_cover_logo.jpg
+share/httpd/manual/ssl/ssl_compat.html
 share/httpd/manual/ssl/ssl_intro_fig1.gif
 share/httpd/manual/ssl/ssl_intro_fig2.gif
 share/httpd/manual/ssl/ssl_intro_fig3.gif
-share/httpd/manual/ssl/ssl_overview.gfont000.gif
-share/httpd/manual/ssl/ssl_overview.html
-share/httpd/manual/ssl/ssl_overview.wml
-share/httpd/manual/ssl/ssl_overview_fig1.gif
-share/httpd/manual/ssl/ssl_reference.gfont000.gif
-share/httpd/manual/ssl/ssl_reference.html
-share/httpd/manual/ssl/ssl_reference.wml
-share/httpd/manual/ssl/ssl_template.head-chapter.gif
-share/httpd/manual/ssl/ssl_template.head-num-1.gif
-share/httpd/manual/ssl/ssl_template.head-num-2.gif
-share/httpd/manual/ssl/ssl_template.head-num-3.gif
-share/httpd/manual/ssl/ssl_template.head-num-4.gif
-share/httpd/manual/ssl/ssl_template.head-num-5.gif
-share/httpd/manual/ssl/ssl_template.head-num-6.gif
-share/httpd/manual/ssl/ssl_template.head-num-7.gif
 share/httpd/manual/ssl/ssl_template.imgdot-1x1-000000.gif
-share/httpd/manual/ssl/ssl_template.imgdot-1x1-transp.gif
-share/httpd/manual/ssl/ssl_template.inc
-share/httpd/manual/ssl/ssl_template.navbut-next-n.gif
-share/httpd/manual/ssl/ssl_template.navbut-next-s.gif
-share/httpd/manual/ssl/ssl_template.navbut-prev-n.gif
-share/httpd/manual/ssl/ssl_template.navbut-prev-s.gif
-share/httpd/manual/ssl/ssl_template.title-abstract.gif
-share/httpd/manual/ssl/ssl_template.title-compat.gif
-share/httpd/manual/ssl/ssl_template.title-faq.gif
-share/httpd/manual/ssl/ssl_template.title-gloss.gif
-share/httpd/manual/ssl/ssl_template.title-howto.gif
-share/httpd/manual/ssl/ssl_template.title-intro.gif
-share/httpd/manual/ssl/ssl_template.title-over.gif
-share/httpd/manual/ssl/ssl_template.title-preface.gif
-share/httpd/manual/ssl/ssl_template.title-ref.gif
-share/httpd/manual/ssl/ssl_template.title-toc.gif
-share/httpd/manual/ssl/ssl_template.title-tutor.gif
-share/httpd/manual/stopping.html
-share/httpd/manual/style/build.sh
-share/httpd/manual/style/build.xml
-share/httpd/manual/style/en.xml
-share/httpd/manual/style/manual.css
-share/httpd/manual/style/manual.xsl
-share/httpd/manual/style/modulesynopsis.dtd
-share/httpd/manual/style/settings.xsl
-share/httpd/manual/style/sv.xml
-share/httpd/manual/suexec.html
-share/httpd/manual/upgrading.html.en
-share/httpd/manual/upgrading.html.fr
-share/httpd/manual/urlmapping.html
-share/httpd/manual/vhosts/details.html
-share/httpd/manual/vhosts/examples.html
-share/httpd/manual/vhosts/fd-limits.html
-share/httpd/manual/vhosts/footer.html
+share/httpd/manual/search/manual-index.cgi
+share/httpd/manual/faq/index.html
 share/httpd/manual/vhosts/header.html
-share/httpd/manual/vhosts/index.html
 share/httpd/manual/vhosts/ip-based.html
+share/httpd/manual/vhosts/index.html
 share/httpd/manual/vhosts/mass.html
+share/httpd/manual/vhosts/footer.html
+share/httpd/manual/vhosts/details.html
+share/httpd/manual/vhosts/fd-limits.html
 share/httpd/manual/vhosts/name-based.html
-@dirrm share/httpd/manual/vhosts
-@dirrm share/httpd/manual/style
-@dirrm share/httpd/manual/ssl
-@dirrm share/httpd/manual/search
-@dirrm share/httpd/manual/programs
-@dirrm share/httpd/manual/platform
-@dirrm share/httpd/manual/mod
-@dirrm share/httpd/manual/misc
-@dirrm share/httpd/manual/images
-@dirrm share/httpd/manual/howto
-@dirrm share/httpd/manual/faq
+share/httpd/manual/vhosts/examples.html
+share/httpd/manual/new_features_2_0.html.de
+share/httpd/manual/mpm.html
+share/httpd/manual/logs.html
+share/httpd/manual/invoking.html
+share/httpd/manual/install.html
+share/httpd/manual/index.html.ja.jis
+share/httpd/manual/index.html.fr
+share/httpd/manual/index.html.en
+share/httpd/manual/header.html
+share/httpd/manual/handler.html.ja.jis
+share/httpd/manual/handler.html.en
+share/httpd/manual/footer.html
+share/httpd/manual/filter.html
+share/httpd/manual/env.html
+share/httpd/manual/ebcdic.html
+share/httpd/manual/dso.html
+share/httpd/manual/dns-caveats.html
+share/httpd/manual/custom-error.html
+share/httpd/manual/content-negotiation.html
+share/httpd/manual/configuring.html.ja.jis
+share/httpd/manual/configuring.html.en
+share/httpd/manual/cgi_path.html
+share/httpd/manual/bind.html
+share/httpd/manual/LICENSE
+share/httpd/manual/urlmapping.html
+share/httpd/manual/upgrading.html.fr
+share/httpd/manual/upgrading.html.en
+share/httpd/manual/suexec.html
+share/httpd/manual/stopping.html
+share/httpd/manual/sitemap.html
+share/httpd/manual/server-wide.html.ja.jis
+share/httpd/manual/server-wide.html.en
+share/httpd/manual/sections.html
+share/httpd/manual/new_features_2_0.html.fr
+share/httpd/manual/new_features_2_0.html.en
+share/httpd/error/include/top.html
+share/httpd/error/include/bottom.html
+share/httpd/error/include/spacer.html
+share/httpd/error/contact.html.var
+share/httpd/error/README
+share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var
+share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
+share/httpd/error/HTTP_UNAUTHORIZED.html.var
+share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var
+share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
+share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var
+share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
+share/httpd/error/HTTP_PRECONDITION_FAILED.html.var
+share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var
+share/httpd/error/HTTP_NOT_FOUND.html.var
+share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var
+share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var
+share/httpd/error/HTTP_LENGTH_REQUIRED.html.var
+share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var
+share/httpd/error/HTTP_GONE.html.var
+share/httpd/error/HTTP_FORBIDDEN.html.var
+share/httpd/error/HTTP_BAD_REQUEST.html.var
+share/httpd/error/HTTP_BAD_GATEWAY.html.var
 @dirrm share/httpd/manual/developer
+@dirrm share/httpd/manual/faq
+@dirrm share/httpd/manual/howto
+@dirrm share/httpd/manual/images
+@dirrm share/httpd/manual/misc
+@dirrm share/httpd/manual/mod
+@dirrm share/httpd/manual/platform
+@dirrm share/httpd/manual/programs
+@dirrm share/httpd/manual/search
+@dirrm share/httpd/manual/ssl
+@dirrm share/httpd/manual/style
+@dirrm share/httpd/manual/vhosts
 @dirrm share/httpd/manual
 @dirrm share/httpd/icons/small
 @dirrm share/httpd/icons
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2002/04/13 21:35:51	1.5
+++ distinfo	2002/05/23 00:48:24
@@ -1,12 +1,12 @@
 $NetBSD: distinfo,v 1.5 2002/04/13 21:35:51 jlam Exp $
 
-SHA1 (httpd-2.0.35.tar.gz) = 242c44445270f9f2a674ec5c6ad646aa449fc76a
-Size (httpd-2.0.35.tar.gz) = 4124937 bytes
-SHA1 (patch-aa) = 8c29506b6bcf12eb0ee939e789b6d499dc38ca6d
+SHA1 (httpd-2.0.36.tar.gz) = 7080a7ab9cb1289b4b0f934e81439f9d21076784
+Size (httpd-2.0.36.tar.gz) = 4558484 bytes
+SHA1 (patch-aa) = ac42d212a1a9a103952ddc28e7c427a64f1a84d6
 SHA1 (patch-ad) = 139c2eed9b0b74323cb7ad88324ca968defff6d6
 SHA1 (patch-ag) = d3fe2a5f066353c64649c3efa76855ffd3d75111
-SHA1 (patch-ah) = d2192ec1e6f658440f2e6a14cfa57a8d9807243b
+SHA1 (patch-ah) = 437152bd67b4045370f8f11c21f9f8d7a9c29d60
 SHA1 (patch-ai) = 54207ba83f626834ab12a2f8aab2faa6eef50169
-SHA1 (patch-ak) = ee60c5d0d0a57f880a23bbe5cb2b7ecb2998960c
+SHA1 (patch-ak) = f11a86b1235d5c595fa381bbb474db4fe8448215
 SHA1 (patch-al) = 0dcba1455b4fa3fc40fbd488813608b7e2350309
 SHA1 (patch-am) = ff60a7b69ad949363ebec194141e9b95cb796426
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patch-aa	2002/04/13 21:35:52	1.3
+++ patch-aa	2002/05/23 00:48:24
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2002/04/13 21:35:52 jlam Exp $
+$NetBSD$
 
---- Makefile.in.orig	Fri Apr  5 14:36:06 2002
+--- Makefile.in.orig	Mon Apr 29 01:41:25 2002
 +++ Makefile.in
 @@ -16,7 +16,7 @@
  PROGRAMS        = $(PROGRAM_NAME)
@@ -11,23 +11,14 @@
  	install-other install-cgi install-include install-suexec install-man \
  	install-build
  
-@@ -37,7 +37,7 @@
- 	done; \
- 	for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
- 		cd $$j ; \
--	for i in *-std* ssl.conf; do \
-+	for i in *-std.conf ssl.conf; do \
- 		[ -f $$i ] || continue; \
- 		( \
- 			n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
-@@ -71,6 +71,7 @@
+@@ -70,6 +70,7 @@
+ 					< $$i; \
  			fi \
  		) > $(sysconfdir)/$$i; \
- 		chmod 0644 $(sysconfdir)/$$i; \
 +		if false; then \
+ 		chmod 0644 $(sysconfdir)/$$i; \
  		file=`echo $$i|sed s/-std//`; \
  		if [ "$$file" = "httpd.conf" ]; then \
- 			file=`echo $$file|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \
 @@ -78,12 +79,15 @@
  		if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \
  			$(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \
Index: patches/patch-ah
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/patches/patch-ah,v
retrieving revision 1.3
diff -u -r1.3 patch-ah
--- patch-ah	2002/04/13 21:35:53	1.3
+++ patch-ah	2002/05/23 00:48:24
@@ -1,13 +1,9 @@
-$NetBSD: patch-ah,v 1.3 2002/04/13 21:35:53 jlam Exp $
+$NetBSD$
 
---- support/apachectl.in.orig	Thu Apr  4 04:15:44 2002
+--- support/apachectl.in.orig	Mon Apr 15 02:41:25 2002
 +++ support/apachectl.in
-@@ -29,11 +29,11 @@
- PIDFILE=@exp_runtimedir@/@progname@.pid
- #
- # the path to your httpd binary, including options if necessary
--HTTPD='@exp_bindir@/@progname@'
-+HTTPD='@exp_sbindir@/@progname@'
+@@ -32,8 +32,8 @@
+ HTTPD='@exp_sbindir@/@progname@'
  #
  # pick up any necessary environment variables
 -if test -f @exp_bindir@/envvars; then
Index: patches/patch-ak
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache2/patches/patch-ak,v
retrieving revision 1.1
diff -u -r1.1 patch-ak
--- patch-ak	2002/04/13 21:35:54	1.1
+++ patch-ak	2002/05/23 00:48:24
@@ -1,6 +1,6 @@
-$NetBSD: patch-ak,v 1.1 2002/04/13 21:35:54 jlam Exp $
+$NetBSD$
 
---- docs/conf/httpd-std.conf.in.orig	Thu Apr  4 04:15:43 2002
+--- docs/conf/httpd-std.conf.in.orig	Wed Apr 24 16:24:35 2002
 +++ docs/conf/httpd-std.conf.in
 @@ -24,9 +24,9 @@
  # Configuration and logfile names: If the filenames you specify for many
@@ -32,104 +32,3 @@
  </IfModule>
  </IfModule>
  
-@@ -78,7 +78,7 @@
- # identification number when it starts.
- #
- <IfModule !mpm_netware.c>
--PidFile @rel_logfiledir@/httpd.pid
-+PidFile @rel_runtimedir@/httpd.pid
- </IfModule>
- 
- #
-@@ -290,7 +290,7 @@
- # documents. By default, all requests are taken from this directory, but
- # symbolic links and aliases may be used to point to other locations.
- #
--DocumentRoot "@@ServerRoot@@/@rel_htdocsdir@"
-+DocumentRoot "@exp_htdocsdir@"
- 
- #
- # Each directory to which Apache has access can be configured with respect
-@@ -315,7 +315,7 @@
- #
- # This should be changed to whatever you set DocumentRoot to.
- #
--<Directory "@@ServerRoot@@/@rel_htdocsdir@">
-+<Directory "@exp_htdocsdir@">
- 
- #
- # Possible values for the Options directive are "None", "All",
-@@ -499,9 +499,9 @@
- # We include the /icons/ alias for FancyIndexed directory listings.  If you
- # do not use FancyIndexing, you may comment this out.
- #
--Alias /icons/ "@@ServerRoot@@/@rel_iconsdir@/"
-+Alias /icons/ "@exp_iconsdir@/"
- 
--<Directory "@@ServerRoot@@/@rel_iconsdir@">
-+<Directory "@exp_iconsdir@">
-     Options Indexes MultiViews
-     AllowOverride None
-     Order allow,deny
-@@ -513,9 +513,9 @@
- # the manual, even if you choose to move your DocumentRoot.  You may comment
- # this out if you do not care for the documentation.
- #
--Alias /manual "@@ServerRoot@@/@rel_manualdir@"
-+Alias /manual "@exp_manualdir@"
- 
--<Directory "@@ServerRoot@@/@rel_manualdir@">
-+<Directory "@exp_manualdir@">
-     Options Indexes FollowSymLinks MultiViews
-     AllowOverride None
-     Order allow,deny
-@@ -530,7 +530,7 @@
- # The same rules about trailing "/" apply to ScriptAlias directives as to
- # Alias.
- #
--ScriptAlias /cgi-bin/ "@@ServerRoot@@/@rel_cgidir@/"
-+ScriptAlias /cgi-bin/ "@exp_cgidir@/"
- 
- <IfModule mod_cgid.c>
- #
-@@ -541,10 +541,10 @@
- </IfModule>
- 
- #
--# "@@ServerRoot@@/@rel_cgidir@" should be changed to whatever your ScriptAliased
-+# "@exp_cgidir@" should be changed to whatever your ScriptAliased
- # CGI directory exists, if you have that configured.
- #
--<Directory "@@ServerRoot@@/@rel_cgidir@">
-+<Directory "@exp_cgidir@">
-     AllowOverride None
-     Options None
-     Order allow,deny
-@@ -854,15 +854,15 @@
- #   Alias /error/include/ "/your/include/path/"
- #
- # which allows you to create your own set of files by starting with the
--# @@ServerRoot@@/@rel_errordir@/include/ files and
-+# @exp_errordir@/include/ files and
- # copying them to /your/include/path/, even on a per-VirtualHost basis.
- #
- 
- <IfModule mod_negotiation.c>
- <IfModule mod_include.c>
--    Alias /error/ "@@ServerRoot@@/@rel_errordir@/"
-+    Alias /error/ "@exp_errordir@/"
- 
--    <Directory "@@ServerRoot@@/@rel_errordir@">
-+    <Directory "@exp_errordir@">
-         AllowOverride None
-         Options IncludesNoExec
-         AddOutputFilter Includes html
-@@ -960,7 +960,7 @@
- # To enable the cache as well, edit and uncomment the following lines:
- # (no cacheing without CacheRoot)
- #
--#CacheRoot "@@ServerRoot@@/@rel_proxycachedir@"
-+#CacheRoot "@exp_proxycachedir@"
- #CacheSize 5
- #CacheGcInterval 4
- #CacheMaxExpire 24
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted: