summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-03-30 22:06:00 +0000
committeritojun <itojun@pkgsrc.org>2001-03-30 22:06:00 +0000
commita9c9deb020dd6e0423045ff8d290b32ed4a96094 (patch)
treef8f53a9b66ecadd72f815c1329713730eacb9457 /www
parent8b90bab8214ef562a4c967df4b5df9dbe8be6128 (diff)
downloadpkgsrc-a9c9deb020dd6e0423045ff8d290b32ed4a96094.tar.gz
apache 2.0.15-alpha, new major release of famous web server
Diffstat (limited to 'www')
-rw-r--r--www/apache-current/Makefile52
-rw-r--r--www/apache-current/files/md53
-rw-r--r--www/apache-current/files/patch-sum9
-rw-r--r--www/apache-current/patches/patch-aa28
-rw-r--r--www/apache-current/patches/patch-ab26
-rw-r--r--www/apache-current/patches/patch-ac14
-rw-r--r--www/apache-current/patches/patch-ad15
-rw-r--r--www/apache-current/patches/patch-ae100
-rw-r--r--www/apache-current/patches/patch-af46
-rw-r--r--www/apache-current/patches/patch-ag17
-rw-r--r--www/apache-current/pkg/DESCR8
-rw-r--r--www/apache-current/pkg/PLIST437
12 files changed, 755 insertions, 0 deletions
diff --git a/www/apache-current/Makefile b/www/apache-current/Makefile
new file mode 100644
index 00000000000..d500b8097be
--- /dev/null
+++ b/www/apache-current/Makefile
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/30 22:06:00 itojun Exp $
+
+DISTNAME= httpd-2_0_15-alpha
+PKGNAME= apache-2.0.15
+CATEGORIES= www
+MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
+ http://www.netbsd.org/images/logos/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.apache.org/
+COMMENT= HTTP (Web) server
+
+CONFLICTS= apache-*modssl-* apache-* apache6-*
+
+GNU_CONFIGURE= # defined
+USE_GMAKE= yes
+USE_SSL= yes
+CONFIGURE_ARGS+= --enable-layout=NetBSD
+CONFIGURE_ARGS+= --with-port=80
+.if exists(${LOCALBASE}/include/openssl/ssl.h)
+CONFIGURE_ARGS+= --with-ssl=${LOCALBASE}/include --enable-tls
+.else
+CONFIGURE_ARGS+= --with-ssl=/usr/include --enable-tls
+.endif
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --enable-shared
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/srclib/pcre/ltconfig \
+ ${WRKSRC}/srclib/apr/build/ltconfig \
+ ${WRKSRC}/srclib/apr/shmem/unix/mm/ltconfig \
+ ${WRKSRC}/srclib/apr-util/build/ltconfig \
+ ${WRKSRC}/srclib/apr-util/xml/expat/conftools/ltconfig \
+ ${WRKSRC}/ltconfig
+
+WRKSRC= ${WRKDIR}/httpd-2_0_15
+
+LIBS= srclib/apr/shmem/unix/mm/libmm.la \
+ srclib/apr/libapr.la \
+ srclib/apr-util/xml/expat/lib/libexpat.la \
+ srclib/apr-util/libaprutil.la
+
+post-patch:
+ ${RM} ${WRKSRC}/docs/conf/*.orig
+
+pre-install:
+ for i in ${LIBS}; do \
+ ${SH} ${WRKSRC}/libtool ${INSTALL_DATA} \
+ ${WRKSRC}/$$i ${PREFIX}/lib; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/apache-current/files/md5 b/www/apache-current/files/md5
new file mode 100644
index 00000000000..a0ef4244661
--- /dev/null
+++ b/www/apache-current/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/30 22:06:00 itojun Exp $
+
+SHA1 (httpd-2_0_15-alpha.tar.Z) = d5d61ed5a48f93e64aaeed52c540d56cccb64e1c
diff --git a/www/apache-current/files/patch-sum b/www/apache-current/files/patch-sum
new file mode 100644
index 00000000000..69a5699c674
--- /dev/null
+++ b/www/apache-current/files/patch-sum
@@ -0,0 +1,9 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/03/30 22:06:00 itojun Exp $
+
+SHA1 (patch-aa) = b43cd6a31b5c0f318b0cd9e9fbe08938dd7cfda0
+SHA1 (patch-ab) = 587342cb4c3d628b236ae6f2727ce76d0ce1bcf1
+SHA1 (patch-ac) = bf100d182752ad94fbb3d1fb3c9d59edef0425f0
+SHA1 (patch-ad) = 56d3bc6023cd3457cbd96268f43fe2ce505caaa6
+SHA1 (patch-ae) = ba6f3a16f94b52c4d4a5b2f9e1a79b20590e79e9
+SHA1 (patch-af) = 7dce7242d78ca6b2e182521a71ddbc790c13bd7a
+SHA1 (patch-ag) = 6aeb531f4ebc9444c27c71682f891eb08f47a72b
diff --git a/www/apache-current/patches/patch-aa b/www/apache-current/patches/patch-aa
new file mode 100644
index 00000000000..4156c7b9262
--- /dev/null
+++ b/www/apache-current/patches/patch-aa
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+
+--- config.layout- Fri Mar 30 20:15:06 2001
++++ config.layout Fri Mar 30 20:18:04 2001
+@@ -249,3 +249,23 @@
+ logfiledir: $prefix/logs
+ proxycachedir: $prefix/proxy
+ </Layout>
++
++# NetBSD Layout
++<Layout NetBSD>
++ prefix: /usr/pkg
++ exec_prefix: $prefix
++ bindir: $prefix/bin
++ sbindir: $prefix/sbin
++ libexecdir: $prefix/lib/httpd
++ mandir: $prefix/man
++ sysconfdir: $prefix/etc/httpd
++ datadir: $prefix/share/httpd
++ iconsdir: $prefix/share/httpd/icons
++ htdocsdir: $prefix/share/httpd/htdocs
++ cgidir: $prefix/libexec/cgi-bin
++ includedir: $prefix/include/httpd
++ localstatedir: /var
++ runtimedir: /var/run
++ logfiledir: /var/log/httpd
++ proxycachedir: /var/spool/httpd/proxy
++</Layout>
diff --git a/www/apache-current/patches/patch-ab b/www/apache-current/patches/patch-ab
new file mode 100644
index 00000000000..d910286d7c1
--- /dev/null
+++ b/www/apache-current/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+
+--- configure- Fri Mar 30 20:38:49 2001
++++ configure Fri Mar 30 20:43:23 2001
+@@ -3434,18 +3434,18 @@
+ else
+
+ if test ! -f $srcdir/config.layout; then
+- echo "** Error: Layout file $srcdir/../config.layout not found"
++ echo "** Error: Layout file $srcdir/config.layout not found"
+ echo "** Error: Cannot use undefined layout '$LAYOUT'"
+ exit 1
+ fi
+- pldconf=config.pld
++ pldconf=./config.pld
+
+ sed -e "1,/[ ]*<[lL]ayout[ ]*$LAYOUT[ ]*>[ ]*/d" \
+ -e '/[ ]*<\/Layout>[ ]*/,$d' \
+ -e "s/^[ ]*//g" \
+ -e "s/:[ ]*/=\'/g" \
+ -e "s/[ ]*$/'/g" \
+- $srcdir/../config.layout > $pldconf
++ $srcdir/config.layout > $pldconf
+ layout_name=$LAYOUT
+ . $pldconf
+ rm $pldconf
diff --git a/www/apache-current/patches/patch-ac b/www/apache-current/patches/patch-ac
new file mode 100644
index 00000000000..9cbac1ac7de
--- /dev/null
+++ b/www/apache-current/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+
+--- support/Makefile.in- Fri Mar 30 20:52:10 2001
++++ support/Makefile.in Fri Mar 30 20:51:00 2001
+@@ -5,7 +5,8 @@
+
+ PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
+ PROGRAM_DEPENDENCIES = \
+- ../srclib/apr-util/libaprutil.la ../srclib/apr/libapr.la
++ ../srclib/apr-util/libaprutil.la ../srclib/apr/libapr.la \
++ ../srclib/apr/shmem/unix/mm/libmm.la
+
+ include $(top_srcdir)/build/rules.mk
+
diff --git a/www/apache-current/patches/patch-ad b/www/apache-current/patches/patch-ad
new file mode 100644
index 00000000000..b2ccca891c2
--- /dev/null
+++ b/www/apache-current/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+
+make it compile with OpenSSL 0.9.5a
+
+--- modules/tls/openssl_state_machine.c- Fri Mar 30 21:00:13 2001
++++ modules/tls/openssl_state_machine.c Fri Mar 30 21:00:21 2001
+@@ -121,7 +121,7 @@
+ {
+ char buf[1024];
+
+- ERR_error_string_n(l,buf,sizeof buf);
++ ERR_error_string(l,buf);
+ fprintf(stderr,"Error %lx: %s\n",l,buf);
+ }
+ }
diff --git a/www/apache-current/patches/patch-ae b/www/apache-current/patches/patch-ae
new file mode 100644
index 00000000000..d0aced53600
--- /dev/null
+++ b/www/apache-current/patches/patch-ae
@@ -0,0 +1,100 @@
+$NetBSD: patch-ae,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+
+--- docs/conf/httpd-std.conf.orig Fri Feb 23 03:54:49 2001
++++ docs/conf/httpd-std.conf Fri Mar 30 23:10:10 2001
+@@ -58,13 +58,13 @@
+ # DISK. The PID of the main server process is automatically appended to
+ # the filename.
+ #
+-#LockFile logs/accept.lock
++#LockFile /var/log/httpd/accept.lock
+
+ #
+ # PidFile: The file in which the server should record its process
+ # identification number when it starts.
+ #
+-PidFile logs/httpd.pid
++PidFile /var/log/httpd/httpd.pid
+
+ #
+ # ScoreBoardFile: File used to store internal server process information.
+@@ -73,7 +73,7 @@
+ # no two invocations of Apache share the same scoreboard file.
+ #
+ <IfModule !perchild.c>
+-ScoreBoardFile logs/apache_runtime_status
++ScoreBoardFile /var/log/httpd/apache_runtime_status
+ </IfModule>
+
+ #
+@@ -158,6 +158,9 @@
+ #Listen 3000
+ #Listen 12.34.56.78:80
+
++Listen 0.0.0.0:80
++Listen [::]:80
++
+ #
+ # BindAddress: You can support virtual hosts with this option. This directive
+ # is used to tell the server which IP address to listen to. It can either
+@@ -372,7 +375,7 @@
+ # TypesConfig describes where the mime.types file (or equivalent) is
+ # to be found.
+ #
+-TypesConfig conf/mime.types
++TypesConfig /usr/pkg/etc/httpd/mime.types
+
+ #
+ # DefaultType is the default MIME type the server will use for a document
+@@ -397,7 +400,7 @@
+ # module is part of the server.
+ #
+ <IfModule mod_mime_magic.c>
+- MIMEMagicFile conf/magic
++ MIMEMagicFile /usr/pkg/etc/httpd/magic
+ </IfModule>
+
+ #
+@@ -417,7 +420,7 @@
+ # logged here. If you *do* define an error logfile for a <VirtualHost>
+ # container, that host's errors will be logged there and not here.
+ #
+-ErrorLog logs/error_log
++ErrorLog /var/log/httpd/error_log
+
+ #
+ # LogLevel: Control the number of messages logged to the error_log.
+@@ -442,20 +445,20 @@
+ # define per-<VirtualHost> access logfiles, transactions will be
+ # logged therein and *not* in this file.
+ #
+-CustomLog logs/access_log common
++CustomLog /var/log/httpd/access_log common
+
+ #
+ # If you would like to have agent and referer logfiles, uncomment the
+ # following directives.
+ #
+-#CustomLog logs/referer_log referer
+-#CustomLog logs/agent_log agent
++#CustomLog /var/log/httpd/referer_log referer
++#CustomLog /var/log/httpd/agent_log agent
+
+ #
+ # If you prefer a single logfile with access, agent, and referer information
+ # (Combined Logfile Format) you can use the following directive.
+ #
+-#CustomLog logs/access_log combined
++#CustomLog /var/log/httpd/access_log combined
+
+ #
+ # Optionally add a line containing the server version and virtual host
+@@ -936,6 +939,6 @@
+ # ServerAdmin webmaster@dummy-host.example.com
+ # DocumentRoot /www/docs/dummy-host.example.com
+ # ServerName dummy-host.example.com
+-# ErrorLog logs/dummy-host.example.com-error_log
+-# CustomLog logs/dummy-host.example.com-access_log common
++# ErrorLog /var/log/httpd/dummy-host.example.com-error_log
++# CustomLog /var/log/httpd/dummy-host.example.com-access_log common
+ #</VirtualHost>
diff --git a/www/apache-current/patches/patch-af b/www/apache-current/patches/patch-af
new file mode 100644
index 00000000000..bf6c3944d44
--- /dev/null
+++ b/www/apache-current/patches/patch-af
@@ -0,0 +1,46 @@
+$NetBSD: patch-af,v 1.1.1.1 2001/03/30 22:06:02 itojun Exp $
+
+--- Makefile.in.orig Sun Mar 11 23:54:12 2001
++++ Makefile.in Fri Mar 30 23:18:34 2001
+@@ -24,6 +24,8 @@
+ include $(top_srcdir)/build/rules.mk
+ include $(top_srcdir)/build/program.mk
+
++LIBTOOL=$(SHELL) $(top_builddir)/libtool
++
+ install-conf:
+ @echo Installing configuration files
+ @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir)
+@@ -32,7 +34,7 @@
+ $(INSTALL_DATA) $$i $(sysconfdir); \
+ done; \
+ for i in *-std*; do \
+- sed -e 's#@@ServerRoot@@#$(prefix)#g' \
++ sed -e 's#@@ServerRoot@@#$(datadir)#g' \
+ -e 's#@@Port@@#$(PORT)#g' \
+ < $$i > $(sysconfdir)/$$i; \
+ chmod 0644 $(sysconfdir)/$$i; \
+@@ -41,7 +43,7 @@
+ file=`echo $$file|sed s/.*.conf/$(PROGRAM_NAME).conf/`; \
+ fi; \
+ if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \
+- $(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \
++ : $(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \
+ fi; \
+ done
+
+@@ -78,10 +80,10 @@
+ @echo Installing Support Binaries
+ @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir)
+ @cp -p $(srcdir)/support/httpd.exp $(bindir)
+- @cp -p $(builddir)/support/htpasswd $(bindir)
+- @cp -p $(builddir)/support/htdigest $(bindir)
+- @cp -p $(builddir)/support/rotatelogs $(bindir)
+- @cp -p $(builddir)/support/logresolve $(bindir)
++ @${INSTALL_PROGRAM} $(builddir)/support/htpasswd $(bindir)
++ @${INSTALL_PROGRAM} $(builddir)/support/htdigest $(bindir)
++ @${INSTALL_PROGRAM} $(builddir)/support/rotatelogs $(bindir)
++ @${INSTALL_PROGRAM} $(builddir)/support/logresolve $(bindir)
+ @cp -p $(builddir)/support/ab $(bindir)
+ @cp -p $(builddir)/support/apachectl $(bindir)
+ chmod 755 $(bindir)/apachectl
diff --git a/www/apache-current/patches/patch-ag b/www/apache-current/patches/patch-ag
new file mode 100644
index 00000000000..3282dd9d407
--- /dev/null
+++ b/www/apache-current/patches/patch-ag
@@ -0,0 +1,17 @@
+$NetBSD: patch-ag,v 1.1.1.1 2001/03/30 22:06:02 itojun Exp $
+
+--- build/rules.mk- Fri Mar 30 22:23:57 2001
++++ build/rules.mk Fri Mar 30 22:35:49 2001
+@@ -80,9 +80,9 @@
+
+ SH_LIBTOOL = $(SHELL) $(top_builddir)/shlibtool --silent
+ MKINSTALLDIRS = $(abs_srcdir)/build/mkdir.sh
+-INSTALL = $(abs_srcdir)/build/install.sh -c
+-INSTALL_DATA = $(INSTALL) -m 644
+-INSTALL_PROGRAM = $(INSTALL) -m 755
++#INSTALL = $(abs_srcdir)/build/install.sh -c
++INSTALL_DATA = /bin/sh $(top_builddir)/libtool --mode=install ${BSD_INSTALL_DATA}
++INSTALL_PROGRAM = /bin/sh $(top_builddir)/libtool --mode=install ${BSD_INSTALL_PROGRAM}
+
+ DEFS = -I. -I$(srcdir) -I$(top_srcdir)/server/mpm/$(MPM_NAME) -I$(top_srcdir)/modules/http
+
diff --git a/www/apache-current/pkg/DESCR b/www/apache-current/pkg/DESCR
new file mode 100644
index 00000000000..464fae3b2de
--- /dev/null
+++ b/www/apache-current/pkg/DESCR
@@ -0,0 +1,8 @@
+Apache is an HTTP server designed as a plug-in replacement for
+the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in
+the NCSA server and includes many frequently requested new
+features, and has an API which allows it to be extended to meet
+users' needs more easily.
+
+Note that the pkgsrc directory builds and installs an alpha version of
+Apache.
diff --git a/www/apache-current/pkg/PLIST b/www/apache-current/pkg/PLIST
new file mode 100644
index 00000000000..f71cb922135
--- /dev/null
+++ b/www/apache-current/pkg/PLIST
@@ -0,0 +1,437 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/30 22:06:01 itojun Exp $
+bin/ab
+bin/apachectl
+bin/apxs
+bin/htdigest
+bin/htpasswd
+bin/httpd.exp
+bin/httpd
+bin/logresolve
+bin/rotatelogs
+etc/httpd/highperformance-std.conf
+etc/httpd/httpd-std.conf
+etc/httpd/magic
+etc/httpd/mime.types
+include/httpd/ap_compat.h
+include/httpd/ap_config.h
+include/httpd/ap_config_auto.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_base64.h
+include/httpd/apr_buckets.h
+include/httpd/apr_compat.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_generic_hook.h
+include/httpd/apr_getopt.h
+include/httpd/apr_hash.h
+include/httpd/apr_hooks.h
+include/httpd/apr_lib.h
+include/httpd/apr_lock.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_pools.h
+include/httpd/apr_portable.h
+include/httpd/apr_ring.h
+include/httpd/apr_sdbm.h
+include/httpd/apr_sha1.h
+include/httpd/apr_shmem.h
+include/httpd/apr_signal.h
+include/httpd/apr_strings.h
+include/httpd/apr_tables.h
+include/httpd/apr_thread_proc.h
+include/httpd/apr_time.h
+include/httpd/apr_user.h
+include/httpd/apr_uuid.h
+include/httpd/apr_want.h
+include/httpd/apr_xlate.h
+include/httpd/apr_xml.h
+include/httpd/apu.h
+include/httpd/apu_compat.h
+include/httpd/config.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/http_vhost.h
+include/httpd/httpd.h
+include/httpd/internal.h
+include/httpd/mod_dav.h
+include/httpd/mod_include.h
+include/httpd/mpm.h
+include/httpd/mpm_common.h
+include/httpd/mpm_default.h
+include/httpd/os-inline.c
+include/httpd/os.h
+include/httpd/pcre.h
+include/httpd/pcreposix.h
+include/httpd/rfc1413.h
+include/httpd/scoreboard.h
+include/httpd/unixd.h
+include/httpd/util_cfgtree.h
+include/httpd/util_charset.h
+include/httpd/util_date.h
+include/httpd/util_ebcdic.h
+include/httpd/util_filter.h
+include/httpd/util_md5.h
+include/httpd/util_script.h
+include/httpd/util_uri.h
+include/httpd/util_xml.h
+libexec/cgi-bin/printenv
+libexec/cgi-bin/test-cgi
+share/httpd/htdocs/README.rus
+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.ucs4
+share/httpd/htdocs/index.html.ru.ucs2
+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.iso-pl
+share/httpd/htdocs/index.html.no
+share/httpd/htdocs/index.html.nl
+share/httpd/htdocs/index.html.lu
+share/httpd/htdocs/index.html.ltz
+share/httpd/htdocs/index.html.kr.iso-kr
+share/httpd/htdocs/index.html.kr.iso2022-kr
+share/httpd/htdocs/index.html.ja.jis
+share/httpd/htdocs/index.html.ja.iso2022-jp
+share/httpd/htdocs/index.html.it
+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
+share/httpd/htdocs/index.html.ca
+share/httpd/htdocs/apache_pb.gif
+share/httpd/htdocs/index.html.tw.Big5
+share/httpd/htdocs/manual/misc/tutorials.html
+share/httpd/htdocs/manual/misc/FAQ.html
+share/httpd/htdocs/manual/misc/known_client_problems.html
+share/httpd/htdocs/manual/misc/client_block_api.html
+share/httpd/htdocs/manual/misc/compat_notes.html
+share/httpd/htdocs/manual/misc/custom_errordocs.html
+share/httpd/htdocs/manual/misc/descriptors.html
+share/httpd/htdocs/manual/misc/fin_wait_2.html
+share/httpd/htdocs/manual/misc/footer.html
+share/httpd/htdocs/manual/misc/header.html
+share/httpd/htdocs/manual/misc/howto.html
+share/httpd/htdocs/manual/misc/index.html
+share/httpd/htdocs/manual/misc/perf-tuning.html
+share/httpd/htdocs/manual/misc/rewriteguide.html
+share/httpd/htdocs/manual/misc/security_tips.html
+share/httpd/htdocs/manual/misc/API.html
+share/httpd/htdocs/manual/developer/modules.html
+share/httpd/htdocs/manual/developer/documenting
+share/httpd/htdocs/manual/developer/footer.html
+share/httpd/htdocs/manual/developer/header.html
+share/httpd/htdocs/manual/developer/hooks.html
+share/httpd/htdocs/manual/developer/index.html
+share/httpd/htdocs/manual/developer/layeredio.html
+share/httpd/htdocs/manual/developer/debugging.html
+share/httpd/htdocs/manual/platform/windows.html
+share/httpd/htdocs/manual/platform/header.html
+share/httpd/htdocs/manual/platform/netware.html
+share/httpd/htdocs/manual/platform/perf-bsd44.html
+share/httpd/htdocs/manual/platform/perf-dec.html
+share/httpd/htdocs/manual/platform/perf-hp.html
+share/httpd/htdocs/manual/platform/perf.html
+share/httpd/htdocs/manual/platform/readme-tpf.html
+share/httpd/htdocs/manual/platform/unixware.html
+share/httpd/htdocs/manual/platform/win_compiling.html
+share/httpd/htdocs/manual/platform/win_service.html
+share/httpd/htdocs/manual/platform/footer.html
+share/httpd/htdocs/manual/mod/threaded.html
+share/httpd/htdocs/manual/mod/directive-dict.html
+share/httpd/htdocs/manual/mod/directives.html
+share/httpd/htdocs/manual/mod/footer.html
+share/httpd/htdocs/manual/mod/header.html
+share/httpd/htdocs/manual/mod/index-bytype.html
+share/httpd/htdocs/manual/mod/index.html
+share/httpd/htdocs/manual/mod/mod_access.html
+share/httpd/htdocs/manual/mod/mod_actions.html
+share/httpd/htdocs/manual/mod/mod_alias.html
+share/httpd/htdocs/manual/mod/mod_asis.html
+share/httpd/htdocs/manual/mod/mod_auth.html
+share/httpd/htdocs/manual/mod/mod_auth_anon.html
+share/httpd/htdocs/manual/mod/mod_auth_db.html
+share/httpd/htdocs/manual/mod/mod_auth_dbm.html
+share/httpd/htdocs/manual/mod/mod_auth_digest.html
+share/httpd/htdocs/manual/mod/mod_autoindex.html
+share/httpd/htdocs/manual/mod/mod_cern_meta.html
+share/httpd/htdocs/manual/mod/mod_so.html
+share/httpd/htdocs/manual/mod/mod_cgi.html
+share/httpd/htdocs/manual/mod/mod_charset_lite.html
+share/httpd/htdocs/manual/mod/mod_dav.html
+share/httpd/htdocs/manual/mod/mod_dir.html
+share/httpd/htdocs/manual/mod/mod_env.html
+share/httpd/htdocs/manual/mod/mod_example.html
+share/httpd/htdocs/manual/mod/mod_expires.html
+share/httpd/htdocs/manual/mod/mod_ext_filter.html
+share/httpd/htdocs/manual/mod/mod_file_cache.html
+share/httpd/htdocs/manual/mod/mod_headers.html
+share/httpd/htdocs/manual/mod/mod_imap.html
+share/httpd/htdocs/manual/mod/mod_include.html
+share/httpd/htdocs/manual/mod/mod_info.html
+share/httpd/htdocs/manual/mod/mod_isapi.html
+share/httpd/htdocs/manual/mod/mod_log_config.html
+share/httpd/htdocs/manual/mod/mod_mime.html
+share/httpd/htdocs/manual/mod/mod_mime_magic.html
+share/httpd/htdocs/manual/mod/mod_mmap_static.html
+share/httpd/htdocs/manual/mod/mod_negotiation.html
+share/httpd/htdocs/manual/mod/mod_proxy.html
+share/httpd/htdocs/manual/mod/mod_rewrite.html
+share/httpd/htdocs/manual/mod/mod_setenvif.html
+share/httpd/htdocs/manual/mod/mod_speling.html
+share/httpd/htdocs/manual/mod/mod_status.html
+share/httpd/htdocs/manual/mod/mod_unique_id.html
+share/httpd/htdocs/manual/mod/mod_userdir.html
+share/httpd/htdocs/manual/mod/mod_usertrack.html
+share/httpd/htdocs/manual/mod/mod_vhost_alias.html
+share/httpd/htdocs/manual/mod/module-dict.html
+share/httpd/htdocs/manual/mod/mpm_common.html
+share/httpd/htdocs/manual/mod/mpm_winnt.html
+share/httpd/htdocs/manual/mod/perchild.html
+share/httpd/htdocs/manual/mod/prefork.html
+share/httpd/htdocs/manual/mod/core.html
+share/httpd/htdocs/manual/search/manual-index.cgi
+share/httpd/htdocs/manual/programs/suexec.html
+share/httpd/htdocs/manual/programs/apachectl.html
+share/httpd/htdocs/manual/programs/apxs.html
+share/httpd/htdocs/manual/programs/dbmmanage.html
+share/httpd/htdocs/manual/programs/footer.html
+share/httpd/htdocs/manual/programs/header.html
+share/httpd/htdocs/manual/programs/htdigest.html
+share/httpd/htdocs/manual/programs/htpasswd.html
+share/httpd/htdocs/manual/programs/httpd.html
+share/httpd/htdocs/manual/programs/index.html
+share/httpd/htdocs/manual/programs/logresolve.html
+share/httpd/htdocs/manual/programs/other.html
+share/httpd/htdocs/manual/programs/rotatelogs.html
+share/httpd/htdocs/manual/programs/ab.html
+share/httpd/htdocs/manual/images/sub.gif
+share/httpd/htdocs/manual/images/custom_errordocs.gif
+share/httpd/htdocs/manual/images/home.gif
+share/httpd/htdocs/manual/images/index.gif
+share/httpd/htdocs/manual/images/mod_rewrite_fig1.fig
+share/httpd/htdocs/manual/images/mod_rewrite_fig1.gif
+share/httpd/htdocs/manual/images/mod_rewrite_fig2.fig
+share/httpd/htdocs/manual/images/mod_rewrite_fig2.gif
+share/httpd/htdocs/manual/images/pixel.gif
+share/httpd/htdocs/manual/images/apache_header.gif
+share/httpd/htdocs/manual/howto/cgi.html.en
+share/httpd/htdocs/manual/howto/cgi.html.ja.jis
+share/httpd/htdocs/manual/howto/footer.html
+share/httpd/htdocs/manual/howto/header.html
+share/httpd/htdocs/manual/howto/ssi.html.en
+share/httpd/htdocs/manual/howto/ssi.html.ja.jis
+share/httpd/htdocs/manual/vhosts/virtual-host.html
+share/httpd/htdocs/manual/vhosts/examples.html
+share/httpd/htdocs/manual/vhosts/fd-limits.html
+share/httpd/htdocs/manual/vhosts/footer.html
+share/httpd/htdocs/manual/vhosts/header.html
+share/httpd/htdocs/manual/vhosts/host.html
+share/httpd/htdocs/manual/vhosts/index.html
+share/httpd/htdocs/manual/vhosts/ip-based.html
+share/httpd/htdocs/manual/vhosts/mass.html
+share/httpd/htdocs/manual/vhosts/name-based.html
+share/httpd/htdocs/manual/vhosts/vhosts-in-depth.html
+share/httpd/htdocs/manual/vhosts/details.html
+share/httpd/htdocs/manual/new_features_2_0.html.fr
+share/httpd/htdocs/manual/new_features_2_0.html
+share/httpd/htdocs/manual/mpm.html
+share/httpd/htdocs/manual/location.html
+share/httpd/htdocs/manual/invoking.html
+share/httpd/htdocs/manual/install.html
+share/httpd/htdocs/manual/install-tpf.html
+share/httpd/htdocs/manual/index.html.fr
+share/httpd/htdocs/manual/index.html
+share/httpd/htdocs/manual/header.html
+share/httpd/htdocs/manual/handler.html
+share/httpd/htdocs/manual/footer.html
+share/httpd/htdocs/manual/filter.html
+share/httpd/htdocs/manual/env.html
+share/httpd/htdocs/manual/ebcdic.html
+share/httpd/htdocs/manual/dso.html
+share/httpd/htdocs/manual/dns-caveats.html
+share/httpd/htdocs/manual/custom-error.html
+share/httpd/htdocs/manual/content-negotiation.html
+share/httpd/htdocs/manual/configuring.html
+share/httpd/htdocs/manual/cgi_path.html
+share/httpd/htdocs/manual/bind.html
+share/httpd/htdocs/manual/STATUS
+share/httpd/htdocs/manual/LICENSE
+share/httpd/htdocs/manual/urlmapping.html
+share/httpd/htdocs/manual/upgrading.html.fr
+share/httpd/htdocs/manual/upgrading.html
+share/httpd/htdocs/manual/suexec.html
+share/httpd/htdocs/manual/stopping.html
+share/httpd/htdocs/manual/server-wide.html
+share/httpd/htdocs/manual/sections.html
+share/httpd/htdocs/manual/process-model.html
+share/httpd/icons/small/uu.gif
+share/httpd/icons/small/back.gif
+share/httpd/icons/small/binary.gif
+share/httpd/icons/small/binhex.gif
+share/httpd/icons/small/blank.gif
+share/httpd/icons/small/broken.gif
+share/httpd/icons/small/burst.gif
+share/httpd/icons/small/comp1.gif
+share/httpd/icons/small/comp2.gif
+share/httpd/icons/small/compressed.gif
+share/httpd/icons/small/continued.gif
+share/httpd/icons/small/dir.gif
+share/httpd/icons/small/dir2.gif
+share/httpd/icons/small/doc.gif
+share/httpd/icons/small/forward.gif
+share/httpd/icons/small/generic.gif
+share/httpd/icons/small/generic2.gif
+share/httpd/icons/small/generic3.gif
+share/httpd/icons/small/image.gif
+share/httpd/icons/small/image2.gif
+share/httpd/icons/small/index.gif
+share/httpd/icons/small/key.gif
+share/httpd/icons/small/movie.gif
+share/httpd/icons/small/patch.gif
+share/httpd/icons/small/ps.gif
+share/httpd/icons/small/rainbow.gif
+share/httpd/icons/small/sound.gif
+share/httpd/icons/small/sound2.gif
+share/httpd/icons/small/tar.gif
+share/httpd/icons/small/text.gif
+share/httpd/icons/small/transfer.gif
+share/httpd/icons/small/unknown.gif
+share/httpd/icons/small/README.txt
+share/httpd/icons/world1.gif
+share/httpd/icons/uuencoded.gif
+share/httpd/icons/uu.gif
+share/httpd/icons/up.gif
+share/httpd/icons/unknown.gif
+share/httpd/icons/transfer.gif
+share/httpd/icons/text.gif
+share/httpd/icons/tex.gif
+share/httpd/icons/tar.gif
+share/httpd/icons/sphere2.gif
+share/httpd/icons/sphere1.gif
+share/httpd/icons/sound2.gif
+share/httpd/icons/sound1.gif
+share/httpd/icons/script.gif
+share/httpd/icons/screw2.gif
+share/httpd/icons/screw1.gif
+share/httpd/icons/right.gif
+share/httpd/icons/quill.gif
+share/httpd/icons/ps.gif
+share/httpd/icons/portal.gif
+share/httpd/icons/pie8.gif
+share/httpd/icons/pie7.gif
+share/httpd/icons/pie6.gif
+share/httpd/icons/pie5.gif
+share/httpd/icons/pie4.gif
+share/httpd/icons/pie3.gif
+share/httpd/icons/pie2.gif
+share/httpd/icons/pie1.gif
+share/httpd/icons/pie0.gif
+share/httpd/icons/pdf.gif
+share/httpd/icons/patch.gif
+share/httpd/icons/p.gif
+share/httpd/icons/movie.gif
+share/httpd/icons/link.gif
+share/httpd/icons/left.gif
+share/httpd/icons/layout.gif
+share/httpd/icons/index.gif
+share/httpd/icons/image3.gif
+share/httpd/icons/image2.gif
+share/httpd/icons/image1.gif
+share/httpd/icons/icon.sheet.gif
+share/httpd/icons/hand.up.gif
+share/httpd/icons/hand.right.gif
+share/httpd/icons/generic.sec.gif
+share/httpd/icons/generic.red.gif
+share/httpd/icons/generic.gif
+share/httpd/icons/forward.gif
+share/httpd/icons/folder.sec.gif
+share/httpd/icons/folder.gif
+share/httpd/icons/folder.open.gif
+share/httpd/icons/f.gif
+share/httpd/icons/dvi.gif
+share/httpd/icons/down.gif
+share/httpd/icons/dir.gif
+share/httpd/icons/continued.gif
+share/httpd/icons/compressed.gif
+share/httpd/icons/comp.gray.gif
+share/httpd/icons/comp.blue.gif
+share/httpd/icons/c.gif
+share/httpd/icons/burst.gif
+share/httpd/icons/broken.gif
+share/httpd/icons/box2.gif
+share/httpd/icons/box1.gif
+share/httpd/icons/bomb.gif
+share/httpd/icons/blank.gif
+share/httpd/icons/binhex.gif
+share/httpd/icons/binary.gif
+share/httpd/icons/ball.red.gif
+share/httpd/icons/ball.gray.gif
+share/httpd/icons/back.gif
+share/httpd/icons/apache_pb.gif
+share/httpd/icons/alert.red.gif
+share/httpd/icons/alert.black.gif
+share/httpd/icons/a.gif
+share/httpd/icons/world2.gif
+share/httpd/icons/README
+@dirrm include/httpd
+@dirrm libexec/cgi-bin
+@dirrm share/httpd/htdocs/manual/misc
+@dirrm share/httpd/htdocs/manual/developer
+@dirrm share/httpd/htdocs/manual/platform
+@dirrm share/httpd/htdocs/manual/mod
+@dirrm share/httpd/htdocs/manual/search
+@dirrm share/httpd/htdocs/manual/programs
+@dirrm share/httpd/htdocs/manual/images
+@dirrm share/httpd/htdocs/manual/howto
+@dirrm share/httpd/htdocs/manual/vhosts
+@dirrm share/httpd/htdocs/manual
+@dirrm share/httpd/htdocs
+@dirrm share/httpd/icons/small
+@dirrm share/httpd/icons
+lib/libapr.a
+lib/libapr.la
+lib/libapr.so
+lib/libapr.so.0
+lib/libapr.so.0.0
+lib/libaprutil.a
+lib/libaprutil.la
+lib/libaprutil.so
+lib/libaprutil.so.0
+lib/libaprutil.so.0.0
+lib/libexpat.a
+lib/libexpat.la
+lib/libexpat.so
+lib/libexpat.so.1
+lib/libexpat.so.1.0
+lib/libmm.a
+lib/libmm.la
+lib/libmm.so
+lib/libmm.so.11
+lib/libmm.so.11.1