summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-26 07:22:52 +0000
committeragc <agc>2004-07-26 07:22:52 +0000
commitd920e81373d85951a7c002e4f9bb8cf17badaace (patch)
tree2aa3b90f174c5f1ae92ae3292333b8df326d412f
parent221c4f04ded926b6c566c399ce4524e68303f159 (diff)
downloadpkgsrc-d920e81373d85951a7c002e4f9bb8cf17badaace.tar.gz
Pullup ticket 63 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Complete ticket 57 - security fix for apache2 Module Name: pkgsrc Committed By: adrianp Date: Thu Jul 15 04:38:17 UTC 2004 Modified Files: pkgsrc/www/apache2: Makefile PLIST Removed Files: pkgsrc/www/apache2: PLIST.deffiles Log Message: - Backout recent APACHE_DEFAULT_FILES build def as some ppl are having problems with it and it also looks like it might be breaking some apache related packages.
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
-rw-r--r--www/apache2/Makefile32
-rw-r--r--www/apache2/PLIST1421
-rw-r--r--www/apache2/PLIST.deffiles1420
4 files changed, 1425 insertions, 1452 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index ada82a9bab3..d139613622c 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.28 2004/07/20 21:56:58 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.29 2004/07/26 07:22:52 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -52,3 +52,5 @@ Pullup ticket 60, requested by Lubomir Sedlacik [agc 2004-07-15]
Solaris silc-server fix
Pullup ticket 62, requested by Grant Beattie [agc 2004-07-20]
Security fix for apache and ap-ssl
+Pullup ticket 63, requested by Grant Beattie [agc 2004-07-26]
+ Complete ticket 57 - security fix for apache2
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 90448bfb557..5a090f00851 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36.2.1 2004/07/14 12:39:00 agc Exp $
+# $NetBSD: Makefile,v 1.36.2.2 2004/07/26 07:22:52 agc Exp $
PKGNAME= apache-${APACHE_VERSION}
CATEGORIES= www
@@ -9,7 +9,7 @@ COMMENT= Apache HTTP (Web) server, version 2
CONFLICTS= apache-*ssl-[0-9]* apache-[0-9]* apache6-[0-9]*
CONFLICTS+= ap-*-[0-9]* # Apache-1.x DSOs
-BUILD_DEFS+= USE_INET6 APACHE_DEFAULT_FILES
+BUILD_DEFS+= USE_INET6
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
@@ -27,32 +27,6 @@ CONFIGURE_ARGS+= --with-mpm=prefork
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}
CONFIGURE_ARGS+= --with-apr-util=${LOCALBASE}
-#
-# APACHE_DEFAULT_FILES Notes:
-#
-# If this is defined as YES then you will basically get all the default files
-# that apapche installs. On a default install this includes:
-#
-# ${PREFIX}/share/httpd/htdocs
-# ${PREFIX}/libexec/cgi-bin
-# ${PREFIX}/share/httpd/manual
-# ${PREFIX}/share/httpd/icons
-#
-# The basic idea is that if you have customised your web root and you don't
-# want the apache install/upgrade to add any files to your default web
-# directories simply set this to YES.
-#
-# NOTE: Default error pages will always be installed regardless of what
-# APACHE_DEFAULT_FILES is set to.
-#
-.if defined(APACHE_DEFAULT_FILES) && !empty(APACHE_DEFAULT_FILES:M[Nn][Oo])
-INSTALL_TARGET=install install-error install-other install-include \
- install-suexec install-man install-build
-.else
-APACHE_DEFAULT_FILES?= YES
-PLIST_SRC+= ${PKGDIR}/PLIST.deffiles
-.endif
-
.include "../../mk/bsd.prefs.mk"
DFLT_APACHE_MODULES= all
@@ -181,10 +155,8 @@ post-install:
${MV} -f $${file}.new $${file}; \
done
-.if defined(APACHE_DEFAULT_FILES) && !empty(APACHE_DEFAULT_FILES:M[Yy][Ee][Ss])
@${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/manual
@cd ${WRKSRC}/docs/manual && ${PAX} -rw . ${PREFIX}/share/httpd/manual
-.endif
for file in ${FIX_PERMS}; do \
${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/sbin/$$file && \
diff --git a/www/apache2/PLIST b/www/apache2/PLIST
index 72094445936..4a088db5426 100644
--- a/www/apache2/PLIST
+++ b/www/apache2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20.2.1 2004/07/14 12:39:00 agc Exp $
+@comment $NetBSD: PLIST,v 1.20.2.2 2004/07/26 07:22:52 agc Exp $
include/httpd/ap_compat.h
include/httpd/util_time.h
include/httpd/util_script.h
@@ -110,6 +110,1425 @@ 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
+libexec/cgi-bin/printenv
+libexec/cgi-bin/test-cgi
+share/httpd/htdocs/apache_pb.gif
+share/httpd/htdocs/index.html.zh-cn.gb2312
+share/httpd/htdocs/index.html.var
+share/httpd/htdocs/index.html.sv
+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.lb.utf8
+share/httpd/htdocs/index.html.ko.euc-kr
+share/httpd/htdocs/index.html.ja.iso2022-jp
+share/httpd/htdocs/index.html.it
+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.zh-tw.big5
+share/httpd/icons/small/uu.png
+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/icons/small/binhex.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/burst.gif
+share/httpd/icons/small/burst.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/generic2.gif
+share/httpd/icons/small/generic2.png
+share/httpd/icons/small/generic3.gif
+share/httpd/icons/small/generic3.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/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/README.txt
+share/httpd/icons/world2.gif
+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/diskimg.png
+share/httpd/icons/diskimg.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/a.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.gif
+share/httpd/icons/world2.png
+share/httpd/icons/README
+share/httpd/manual/developer/API.html
+share/httpd/manual/developer/API.html.en
+share/httpd/manual/developer/API.xml
+share/httpd/manual/developer/API.xml.meta
+share/httpd/manual/developer/debugging.html
+share/httpd/manual/developer/debugging.html.en
+share/httpd/manual/developer/debugging.xml
+share/httpd/manual/developer/debugging.xml.meta
+share/httpd/manual/developer/documenting.html
+share/httpd/manual/developer/documenting.html.en
+share/httpd/manual/developer/documenting.xml
+share/httpd/manual/developer/documenting.xml.meta
+share/httpd/manual/developer/filters.html
+share/httpd/manual/developer/filters.html.en
+share/httpd/manual/developer/filters.xml
+share/httpd/manual/developer/filters.xml.meta
+share/httpd/manual/developer/hooks.html
+share/httpd/manual/developer/hooks.html.en
+share/httpd/manual/developer/hooks.xml
+share/httpd/manual/developer/hooks.xml.meta
+share/httpd/manual/developer/index.html
+share/httpd/manual/developer/index.html.en
+share/httpd/manual/developer/index.xml
+share/httpd/manual/developer/index.xml.meta
+share/httpd/manual/developer/modules.html
+share/httpd/manual/developer/modules.html.en
+share/httpd/manual/developer/modules.html.ja.jis
+share/httpd/manual/developer/modules.xml
+share/httpd/manual/developer/modules.xml.meta
+share/httpd/manual/developer/request.html
+share/httpd/manual/developer/request.html.en
+share/httpd/manual/developer/request.xml
+share/httpd/manual/developer/request.xml.meta
+share/httpd/manual/developer/thread_safety.html
+share/httpd/manual/developer/thread_safety.html.en
+share/httpd/manual/developer/thread_safety.xml
+share/httpd/manual/developer/thread_safety.xml.meta
+share/httpd/manual/LICENSE
+share/httpd/manual/bind.html
+share/httpd/manual/bind.html.en
+share/httpd/manual/bind.html.ja.jis
+share/httpd/manual/bind.html.ko.euc-kr
+share/httpd/manual/bind.xml
+share/httpd/manual/bind.xml.ja
+share/httpd/manual/bind.xml.ko
+share/httpd/manual/bind.xml.meta
+share/httpd/manual/cgi_path.html
+share/httpd/manual/cgi_path.html.en
+share/httpd/manual/cgi_path.html.ja.jis
+share/httpd/manual/cgi_path.html.ko.euc-kr
+share/httpd/manual/cgi_path.xml
+share/httpd/manual/cgi_path.xml.ja
+share/httpd/manual/cgi_path.xml.ko
+share/httpd/manual/cgi_path.xml.meta
+share/httpd/manual/configuring.html
+share/httpd/manual/configuring.xml
+share/httpd/manual/configuring.html.en
+share/httpd/manual/configuring.html.ja.jis
+share/httpd/manual/configuring.html.ko.euc-kr
+share/httpd/manual/configuring.xml.ja
+share/httpd/manual/configuring.xml.ko
+share/httpd/manual/configuring.xml.meta
+share/httpd/manual/content-negotiation.html
+share/httpd/manual/content-negotiation.html.en
+share/httpd/manual/content-negotiation.html.ja.jis
+share/httpd/manual/content-negotiation.html.ko.euc-kr
+share/httpd/manual/content-negotiation.xml
+share/httpd/manual/content-negotiation.xml.ja
+share/httpd/manual/content-negotiation.xml.ko
+share/httpd/manual/content-negotiation.xml.meta
+share/httpd/manual/custom-error.html
+share/httpd/manual/custom-error.html.en
+share/httpd/manual/custom-error.html.ja.jis
+share/httpd/manual/custom-error.html.ko.euc-kr
+share/httpd/manual/custom-error.xml
+share/httpd/manual/custom-error.xml.ja
+share/httpd/manual/custom-error.xml.ko
+share/httpd/manual/custom-error.xml.meta
+share/httpd/manual/dns-caveats.html
+share/httpd/manual/dns-caveats.html.en
+share/httpd/manual/dns-caveats.html.ja.jis
+share/httpd/manual/dns-caveats.html.ko.euc-kr
+share/httpd/manual/dns-caveats.xml
+share/httpd/manual/dns-caveats.xml.ja
+share/httpd/manual/dns-caveats.xml.ko
+share/httpd/manual/dns-caveats.xml.meta
+share/httpd/manual/dso.html
+share/httpd/manual/dso.html.en
+share/httpd/manual/dso.xml
+share/httpd/manual/dso.html.ja.jis
+share/httpd/manual/dso.html.ko.euc-kr
+share/httpd/manual/dso.xml.ja
+share/httpd/manual/dso.xml.ko
+share/httpd/manual/dso.xml.meta
+share/httpd/manual/env.html
+share/httpd/manual/env.html.en
+share/httpd/manual/env.html.ja.jis
+share/httpd/manual/env.html.ko.euc-kr
+share/httpd/manual/env.xml
+share/httpd/manual/env.xml.ja
+share/httpd/manual/env.xml.ko
+share/httpd/manual/env.xml.meta
+share/httpd/manual/filter.html
+share/httpd/manual/filter.html.en
+share/httpd/manual/filter.html.es
+share/httpd/manual/filter.html.ja.jis
+share/httpd/manual/filter.html.ko.euc-kr
+share/httpd/manual/filter.html.ru.koi8-r
+share/httpd/manual/filter.xml
+share/httpd/manual/filter.xml.es
+share/httpd/manual/handler.xml
+share/httpd/manual/filter.xml.ja
+share/httpd/manual/filter.xml.ko
+share/httpd/manual/filter.xml.meta
+share/httpd/manual/filter.xml.ru
+share/httpd/manual/glossary.html
+share/httpd/manual/glossary.html.en
+share/httpd/manual/glossary.html.es
+share/httpd/manual/glossary.html.ko.euc-kr
+share/httpd/manual/glossary.xml
+share/httpd/manual/glossary.xml.es
+share/httpd/manual/glossary.xml.ko
+share/httpd/manual/glossary.xml.meta
+share/httpd/manual/handler.html
+share/httpd/manual/handler.html.en
+share/httpd/manual/handler.html.es
+share/httpd/manual/handler.html.ja.jis
+share/httpd/manual/handler.html.ko.euc-kr
+share/httpd/manual/handler.html.ru.koi8-r
+share/httpd/manual/handler.xml.es
+share/httpd/manual/mpm.xml
+share/httpd/manual/handler.xml.ja
+share/httpd/manual/handler.xml.ko
+share/httpd/manual/handler.xml.meta
+share/httpd/manual/handler.xml.ru
+share/httpd/manual/index.html
+share/httpd/manual/index.html.de
+share/httpd/manual/index.html.en
+share/httpd/manual/index.html.es
+share/httpd/manual/index.html.ja.jis
+share/httpd/manual/index.html.ko.euc-kr
+share/httpd/manual/index.html.ru.koi8-r
+share/httpd/manual/index.xml
+share/httpd/manual/index.xml.de
+share/httpd/manual/index.xml.es
+share/httpd/manual/index.xml.ja
+share/httpd/manual/index.xml.ko
+share/httpd/manual/index.xml.meta
+share/httpd/manual/index.xml.ru
+share/httpd/manual/install.html
+share/httpd/manual/install.html.de
+share/httpd/manual/faq/all_in_one.html
+share/httpd/manual/faq/all_in_one.html.en
+share/httpd/manual/faq/all_in_one.html.ko.euc-kr
+share/httpd/manual/faq/all_in_one.xml
+share/httpd/manual/faq/all_in_one.xml.ko
+share/httpd/manual/faq/all_in_one.xml.meta
+share/httpd/manual/faq/categories.xml
+share/httpd/manual/faq/categories.xml.ko
+share/httpd/manual/faq/error.html
+share/httpd/manual/faq/error.html.en
+share/httpd/manual/faq/error.html.ko.euc-kr
+share/httpd/manual/faq/error.xml
+share/httpd/manual/faq/error.xml.ko
+share/httpd/manual/faq/error.xml.meta
+share/httpd/manual/faq/index.html
+share/httpd/manual/faq/index.html.en
+share/httpd/manual/faq/index.html.ko.euc-kr
+share/httpd/manual/faq/index.xml
+share/httpd/manual/faq/index.xml.ko
+share/httpd/manual/faq/index.xml.meta
+share/httpd/manual/faq/support.html
+share/httpd/manual/faq/support.html.en
+share/httpd/manual/faq/support.html.ko.euc-kr
+share/httpd/manual/faq/support.xml
+share/httpd/manual/faq/support.xml.ko
+share/httpd/manual/faq/support.xml.meta
+share/httpd/manual/install.html.en
+share/httpd/manual/install.html.es
+share/httpd/manual/install.html.ja.jis
+share/httpd/manual/install.html.ko.euc-kr
+share/httpd/manual/install.html.ru.koi8-r
+share/httpd/manual/install.xml
+share/httpd/manual/install.xml.de
+share/httpd/manual/install.xml.es
+share/httpd/manual/install.xml.ja
+share/httpd/manual/install.xml.ko
+share/httpd/manual/install.xml.meta
+share/httpd/manual/install.xml.ru
+share/httpd/manual/invoking.html
+share/httpd/manual/invoking.html.de
+share/httpd/manual/invoking.html.en
+share/httpd/manual/invoking.html.es
+share/httpd/manual/invoking.html.ja.jis
+share/httpd/manual/invoking.html.ko.euc-kr
+share/httpd/manual/invoking.html.ru.koi8-r
+share/httpd/manual/invoking.xml
+share/httpd/manual/invoking.xml.de
+share/httpd/manual/invoking.xml.es
+share/httpd/manual/invoking.xml.ja
+share/httpd/manual/invoking.xml.ko
+share/httpd/manual/invoking.xml.meta
+share/httpd/manual/invoking.xml.ru
+share/httpd/manual/license.html
+share/httpd/manual/license.html.en
+share/httpd/manual/license.xml
+share/httpd/manual/license.xml.meta
+share/httpd/manual/logs.html
+share/httpd/manual/logs.html.en
+share/httpd/manual/logs.html.ja.jis
+share/httpd/manual/logs.html.ko.euc-kr
+share/httpd/manual/logs.xml
+share/httpd/manual/logs.xml.ja
+share/httpd/manual/logs.xml.ko
+share/httpd/manual/logs.xml.meta
+share/httpd/manual/mpm.html
+share/httpd/manual/mpm.html.en
+share/httpd/manual/mpm.html.es
+share/httpd/manual/mpm.html.ja.jis
+share/httpd/manual/mpm.html.ko.euc-kr
+share/httpd/manual/mpm.html.ru.koi8-r
+share/httpd/manual/mpm.xml.es
+share/httpd/manual/mpm.xml.ja
+share/httpd/manual/mpm.xml.ko
+share/httpd/manual/mpm.xml.meta
+share/httpd/manual/mpm.xml.ru
+share/httpd/manual/new_features_2_0.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.es
+share/httpd/manual/new_features_2_0.html.fr
+share/httpd/manual/new_features_2_0.html.ja.jis
+share/httpd/manual/new_features_2_0.html.ko.euc-kr
+share/httpd/manual/new_features_2_0.html.ru.koi8-r
+share/httpd/manual/new_features_2_0.xml
+share/httpd/manual/new_features_2_0.xml.de
+share/httpd/manual/new_features_2_0.xml.es
+share/httpd/manual/new_features_2_0.xml.ja
+share/httpd/manual/new_features_2_0.xml.ko
+share/httpd/manual/new_features_2_0.xml.meta
+share/httpd/manual/new_features_2_0.xml.ru
+share/httpd/manual/sections.html
+share/httpd/manual/sections.html.en
+share/httpd/manual/sections.html.ja.jis
+share/httpd/manual/sections.html.ko.euc-kr
+share/httpd/manual/sections.xml
+share/httpd/manual/sections.xml.ja
+share/httpd/manual/sections.xml.ko
+share/httpd/manual/sections.xml.meta
+share/httpd/manual/server-wide.html
+share/httpd/manual/server-wide.html.en
+share/httpd/manual/server-wide.html.ja.jis
+share/httpd/manual/mod/allmodules.xml
+share/httpd/manual/mod/allmodules.xml.de
+share/httpd/manual/mod/allmodules.xml.es
+share/httpd/manual/mod/allmodules.xml.ja
+share/httpd/manual/mod/allmodules.xml.ko
+share/httpd/manual/mod/allmodules.xml.ru
+share/httpd/manual/mod/beos.html
+share/httpd/manual/mod/beos.html.de
+share/httpd/manual/mod/beos.html.en
+share/httpd/manual/mod/beos.html.es
+share/httpd/manual/mod/beos.html.ko.euc-kr
+share/httpd/manual/mod/beos.xml
+share/httpd/manual/mod/beos.xml.de
+share/httpd/manual/mod/beos.xml.es
+share/httpd/manual/mod/beos.xml.ko
+share/httpd/manual/mod/beos.xml.meta
+share/httpd/manual/mod/core.html
+share/httpd/manual/mod/core.html.de
+share/httpd/manual/mod/core.html.en
+share/httpd/manual/mod/core.xml
+share/httpd/manual/mod/core.xml.de
+share/httpd/manual/mod/core.xml.meta
+share/httpd/manual/mod/directive-dict.html
+share/httpd/manual/mod/directive-dict.html.en
+share/httpd/manual/mod/directive-dict.html.es
+share/httpd/manual/mod/directive-dict.html.ja.jis
+share/httpd/manual/mod/directive-dict.html.ko.euc-kr
+share/httpd/manual/mod/directive-dict.xml
+share/httpd/manual/mod/directive-dict.xml.es
+share/httpd/manual/mod/directive-dict.xml.ja
+share/httpd/manual/mod/directive-dict.xml.ko
+share/httpd/manual/mod/directive-dict.xml.meta
+share/httpd/manual/mod/directives.html
+share/httpd/manual/mod/directives.html.de
+share/httpd/manual/mod/directives.html.en
+share/httpd/manual/mod/directives.html.es
+share/httpd/manual/mod/directives.html.ja.jis
+share/httpd/manual/mod/directives.html.ko.euc-kr
+share/httpd/manual/mod/directives.html.ru.koi8-r
+share/httpd/manual/mod/directives.xml
+share/httpd/manual/mod/directives.xml.de
+share/httpd/manual/mod/directives.xml.es
+share/httpd/manual/mod/directives.xml.ja
+share/httpd/manual/mod/directives.xml.ko
+share/httpd/manual/mod/directives.xml.meta
+share/httpd/manual/mod/directives.xml.ru
+share/httpd/manual/mod/index.html
+share/httpd/manual/mod/index.html.de
+share/httpd/manual/mod/index.html.en
+share/httpd/manual/mod/index.html.es
+share/httpd/manual/mod/index.html.ja.jis
+share/httpd/manual/mod/index.html.ko.euc-kr
+share/httpd/manual/mod/index.xml
+share/httpd/manual/mod/index.xml.de
+share/httpd/manual/mod/index.xml.es
+share/httpd/manual/mod/index.xml.ja
+share/httpd/manual/mod/index.xml.ko
+share/httpd/manual/mod/index.xml.meta
+share/httpd/manual/mod/leader.html
+share/httpd/manual/mod/leader.html.de
+share/httpd/manual/mod/leader.html.en
+share/httpd/manual/mod/leader.html.es
+share/httpd/manual/mod/leader.html.ko.euc-kr
+share/httpd/manual/mod/leader.xml
+share/httpd/manual/mod/leader.xml.de
+share/httpd/manual/mod/leader.xml.es
+share/httpd/manual/mod/leader.xml.ko
+share/httpd/manual/mod/leader.xml.meta
+share/httpd/manual/mod/mod_access.html
+share/httpd/manual/mod/mod_access.html.en
+share/httpd/manual/mod/mod_access.html.ja.jis
+share/httpd/manual/mod/mod_access.xml
+share/httpd/manual/mod/mod_access.xml.ja
+share/httpd/manual/mod/mod_access.xml.meta
+share/httpd/manual/mod/mod_actions.html
+share/httpd/manual/mod/mod_actions.html.en
+share/httpd/manual/mod/mod_actions.html.ja.jis
+share/httpd/manual/mod/mod_actions.html.ko.euc-kr
+share/httpd/manual/mod/mod_actions.xml
+share/httpd/manual/mod/mod_actions.xml.ja
+share/httpd/manual/mod/mod_actions.xml.ko
+share/httpd/manual/mod/mod_actions.xml.meta
+share/httpd/manual/mod/mod_alias.html
+share/httpd/manual/mod/mod_alias.html.en
+share/httpd/manual/mod/mod_alias.html.ja.jis
+share/httpd/manual/mod/mod_alias.xml
+share/httpd/manual/mod/mod_alias.xml.ja
+share/httpd/manual/mod/mod_alias.xml.meta
+share/httpd/manual/mod/mod_asis.html
+share/httpd/manual/mod/mod_asis.html.en
+share/httpd/manual/mod/mod_asis.html.ja.jis
+share/httpd/manual/mod/mod_asis.html.ko.euc-kr
+share/httpd/manual/mod/mod_asis.xml
+share/httpd/manual/mod/mod_asis.xml.ja
+share/httpd/manual/mod/mod_asis.xml.ko
+share/httpd/manual/mod/mod_asis.xml.meta
+share/httpd/manual/mod/mod_auth.html
+share/httpd/manual/mod/mod_auth.html.en
+share/httpd/manual/mod/mod_auth.html.ja.jis
+share/httpd/manual/mod/mod_auth.xml
+share/httpd/manual/mod/mod_auth.xml.ja
+share/httpd/manual/mod/mod_auth.xml.meta
+share/httpd/manual/mod/mod_auth_anon.html
+share/httpd/manual/mod/mod_auth_anon.html.en
+share/httpd/manual/mod/mod_auth_anon.xml
+share/httpd/manual/mod/mod_auth_anon.xml.meta
+share/httpd/manual/mod/mod_auth_dbm.html
+share/httpd/manual/mod/mod_auth_dbm.html.en
+share/httpd/manual/mod/mod_auth_dbm.xml
+share/httpd/manual/mod/mod_auth_dbm.xml.meta
+share/httpd/manual/mod/mod_auth_digest.html
+share/httpd/manual/mod/mod_auth_digest.xml
+share/httpd/manual/mod/mod_auth_digest.html.en
+share/httpd/manual/mod/mod_auth_digest.xml.meta
+share/httpd/manual/mod/mod_auth_ldap.html
+share/httpd/manual/mod/mod_auth_ldap.html.en
+share/httpd/manual/mod/mod_auth_ldap.xml
+share/httpd/manual/mod/mod_auth_ldap.xml.meta
+share/httpd/manual/mod/mod_autoindex.html
+share/httpd/manual/mod/mod_autoindex.html.en
+share/httpd/manual/mod/mod_autoindex.html.ja.jis
+share/httpd/manual/mod/mod_autoindex.html.ko.euc-kr
+share/httpd/manual/mod/mod_autoindex.xml
+share/httpd/manual/mod/mod_autoindex.xml.ja
+share/httpd/manual/mod/mod_autoindex.xml.ko
+share/httpd/manual/mod/mod_autoindex.xml.meta
+share/httpd/manual/mod/mod_cache.html
+share/httpd/manual/mod/mod_cache.html.en
+share/httpd/manual/mod/mod_cache.html.ko.euc-kr
+share/httpd/manual/mod/mod_cache.xml
+share/httpd/manual/mod/mod_cache.xml.ko
+share/httpd/manual/mod/mod_cache.xml.meta
+share/httpd/manual/mod/mod_cern_meta.html
+share/httpd/manual/mod/mod_cern_meta.html.en
+share/httpd/manual/mod/mod_cern_meta.html.ko.euc-kr
+share/httpd/manual/mod/mod_cern_meta.xml
+share/httpd/manual/mod/mod_cern_meta.xml.ko
+share/httpd/manual/mod/mod_cern_meta.xml.meta
+share/httpd/manual/mod/mod_cgi.html
+share/httpd/manual/mod/mod_cgi.html.en
+share/httpd/manual/mod/mod_cgi.html.ja.jis
+share/httpd/manual/mod/mod_cgi.html.ko.euc-kr
+share/httpd/manual/mod/mod_cgi.xml
+share/httpd/manual/mod/mod_cgi.xml.ja
+share/httpd/manual/mod/mod_cgi.xml.ko
+share/httpd/manual/mod/mod_cgi.xml.meta
+share/httpd/manual/mod/mod_cgid.html
+share/httpd/manual/mod/mod_cgid.html.en
+share/httpd/manual/mod/mod_cgid.html.ko.euc-kr
+share/httpd/manual/mod/mod_cgid.xml
+share/httpd/manual/mod/mod_cgid.xml.ko
+share/httpd/manual/mod/mod_cgid.xml.meta
+share/httpd/manual/mod/mod_charset_lite.html
+share/httpd/manual/mod/mod_charset_lite.html.en
+share/httpd/manual/mod/mod_charset_lite.html.ko.euc-kr
+share/httpd/manual/mod/mod_charset_lite.xml
+share/httpd/manual/mod/mod_charset_lite.xml.ko
+share/httpd/manual/mod/mod_charset_lite.xml.meta
+share/httpd/manual/mod/mod_dav.html
+share/httpd/manual/mod/mod_dav.html.en
+share/httpd/manual/mod/mod_dav.html.ja.jis
+share/httpd/manual/mod/mod_dav.html.ko.euc-kr
+share/httpd/manual/mod/mod_dav.xml
+share/httpd/manual/mod/mod_dav.xml.ja
+share/httpd/manual/mod/mod_dav.xml.ko
+share/httpd/manual/mod/mod_dav.xml.meta
+share/httpd/manual/mod/mod_dav_fs.html
+share/httpd/manual/mod/mod_dav_fs.html.en
+share/httpd/manual/mod/mod_dav_fs.html.ja.jis
+share/httpd/manual/mod/mod_dav_fs.html.ko.euc-kr
+share/httpd/manual/mod/mod_dav_fs.xml
+share/httpd/manual/mod/mod_dav_fs.xml.ja
+share/httpd/manual/mod/mod_dav_fs.xml.ko
+share/httpd/manual/mod/mod_dav_fs.xml.meta
+share/httpd/manual/mod/mod_deflate.html
+share/httpd/manual/mod/mod_deflate.html.en
+share/httpd/manual/mod/mod_deflate.html.ja.jis
+share/httpd/manual/mod/mod_deflate.html.ko.euc-kr
+share/httpd/manual/mod/mod_deflate.xml
+share/httpd/manual/mod/mod_deflate.xml.ja
+share/httpd/manual/mod/mod_deflate.xml.ko
+share/httpd/manual/mod/mod_deflate.xml.meta
+share/httpd/manual/mod/mod_dir.html
+share/httpd/manual/mod/mod_dir.html.en
+share/httpd/manual/mod/mod_dir.html.ja.jis
+share/httpd/manual/mod/mod_dir.html.ko.euc-kr
+share/httpd/manual/mod/mod_dir.xml
+share/httpd/manual/mod/mod_dir.xml.ja
+share/httpd/manual/mod/mod_dir.xml.ko
+share/httpd/manual/mod/mod_dir.xml.meta
+share/httpd/manual/mod/mod_disk_cache.html
+share/httpd/manual/mod/mod_disk_cache.html.en
+share/httpd/manual/mod/mod_disk_cache.html.ko.euc-kr
+share/httpd/manual/mod/mod_disk_cache.xml
+share/httpd/manual/mod/mod_disk_cache.xml.ko
+share/httpd/manual/mod/mod_disk_cache.xml.meta
+share/httpd/manual/mod/mod_echo.html
+share/httpd/manual/mod/mod_echo.html.en
+share/httpd/manual/mod/mod_echo.html.ja.jis
+share/httpd/manual/mod/mod_echo.html.ko.euc-kr
+share/httpd/manual/mod/mod_echo.xml
+share/httpd/manual/mod/mod_echo.xml.ja
+share/httpd/manual/mod/mod_echo.xml.ko
+share/httpd/manual/mod/mod_echo.xml.meta
+share/httpd/manual/mod/mod_env.html
+share/httpd/manual/mod/mod_env.html.en
+share/httpd/manual/mod/mod_env.html.ja.jis
+share/httpd/manual/mod/mod_env.html.ko.euc-kr
+share/httpd/manual/mod/mod_env.xml
+share/httpd/manual/mod/mod_env.xml.ja
+share/httpd/manual/mod/mod_env.xml.ko
+share/httpd/manual/mod/mod_env.xml.meta
+share/httpd/manual/mod/mod_example.html
+share/httpd/manual/mod/mod_example.html.en
+share/httpd/manual/mod/mod_example.html.ko.euc-kr
+share/httpd/manual/mod/mod_example.xml
+share/httpd/manual/mod/mod_example.xml.ko
+share/httpd/manual/mod/mod_example.xml.meta
+share/httpd/manual/mod/mod_expires.html
+share/httpd/manual/mod/mod_expires.html.en
+share/httpd/manual/mod/mod_expires.html.ko.euc-kr
+share/httpd/manual/mod/mod_expires.xml
+share/httpd/manual/mod/mod_expires.xml.ko
+share/httpd/manual/mod/mod_expires.xml.meta
+share/httpd/manual/mod/mod_ext_filter.html
+share/httpd/manual/mod/mod_ext_filter.html.en
+share/httpd/manual/mod/mod_ext_filter.html.ko.euc-kr
+share/httpd/manual/mod/mod_ext_filter.xml
+share/httpd/manual/mod/mod_ext_filter.xml.ko
+share/httpd/manual/mod/mod_ext_filter.xml.meta
+share/httpd/manual/mod/mod_file_cache.html
+share/httpd/manual/mod/mod_file_cache.html.en
+share/httpd/manual/mod/mod_file_cache.html.ko.euc-kr
+share/httpd/manual/mod/mod_file_cache.xml
+share/httpd/manual/mod/mod_file_cache.xml.ko
+share/httpd/manual/mod/mod_file_cache.xml.meta
+share/httpd/manual/mod/mod_headers.html
+share/httpd/manual/mod/mod_headers.html.en
+share/httpd/manual/mod/mod_headers.xml
+share/httpd/manual/mod/mod_headers.xml.meta
+share/httpd/manual/mod/mod_imap.html
+share/httpd/manual/mod/mod_imap.html.en
+share/httpd/manual/mod/mod_imap.xml
+share/httpd/manual/mod/mod_imap.xml.meta
+share/httpd/manual/mod/mod_include.html
+share/httpd/manual/mod/mod_include.html.en
+share/httpd/manual/mod/mod_include.html.ja.jis
+share/httpd/manual/mod/mod_include.xml
+share/httpd/manual/mod/mod_include.xml.ja
+share/httpd/manual/mod/mod_include.xml.meta
+share/httpd/manual/mod/mod_info.html
+share/httpd/manual/mod/mod_info.html.en
+share/httpd/manual/mod/mod_info.html.ja.jis
+share/httpd/manual/mod/mod_info.xml
+share/httpd/manual/mod/mod_info.xml.ja
+share/httpd/manual/mod/mod_info.xml.meta
+share/httpd/manual/mod/mod_isapi.html
+share/httpd/manual/mod/mod_isapi.html.en
+share/httpd/manual/mod/mod_isapi.xml
+share/httpd/manual/mod/mod_isapi.xml.meta
+share/httpd/manual/mod/mod_ldap.html
+share/httpd/manual/mod/mod_ldap.html.en
+share/httpd/manual/mod/mod_ldap.xml
+share/httpd/manual/mod/mod_ldap.xml.meta
+share/httpd/manual/mod/mod_log_config.html
+share/httpd/manual/mod/mod_log_config.html.en
+share/httpd/manual/mod/mod_log_config.xml
+share/httpd/manual/mod/mod_log_config.xml.meta
+share/httpd/manual/mod/mod_log_forensic.html
+share/httpd/manual/mod/mod_log_forensic.html.en
+share/httpd/manual/mod/mod_log_forensic.xml
+share/httpd/manual/mod/mod_log_forensic.xml.meta
+share/httpd/manual/mod/mod_logio.html
+share/httpd/manual/mod/mod_logio.html.en
+share/httpd/manual/mod/mod_logio.html.ko.euc-kr
+share/httpd/manual/mod/mod_logio.xml
+share/httpd/manual/mod/mod_logio.xml.ko
+share/httpd/manual/mod/mod_logio.xml.meta
+share/httpd/manual/mod/mod_mem_cache.html
+share/httpd/manual/mod/mod_mem_cache.html.en
+share/httpd/manual/mod/mod_mem_cache.xml
+share/httpd/manual/mod/mod_mem_cache.xml.meta
+share/httpd/manual/mod/mod_mime.html
+share/httpd/manual/mod/mod_mime.html.en
+share/httpd/manual/mod/mod_mime.html.ja.jis
+share/httpd/manual/mod/mod_mime.xml
+share/httpd/manual/mod/mod_mime.xml.ja
+share/httpd/manual/mod/mod_nw_ssl.html
+share/httpd/manual/mod/mod_mime.xml.meta
+share/httpd/manual/mod/mod_mime_magic.html
+share/httpd/manual/mod/mod_mime_magic.html.en
+share/httpd/manual/mod/mod_mime_magic.xml
+share/httpd/manual/mod/mod_mime_magic.xml.meta
+share/httpd/manual/mod/mod_negotiation.html
+share/httpd/manual/mod/mod_negotiation.html.en
+share/httpd/manual/mod/mod_negotiation.html.ja.jis
+share/httpd/manual/mod/mod_negotiation.xml
+share/httpd/manual/mod/mod_negotiation.xml.ja
+share/httpd/manual/mod/mod_negotiation.xml.meta
+share/httpd/manual/mod/mod_nw_ssl.html.en
+share/httpd/manual/mod/mod_nw_ssl.xml
+share/httpd/manual/mod/mod_nw_ssl.xml.meta
+share/httpd/manual/mod/mod_proxy.html
+share/httpd/manual/mod/mod_proxy.html.en
+share/httpd/manual/mod/mod_proxy.xml
+share/httpd/manual/mod/mod_proxy.xml.meta
+share/httpd/manual/mod/mod_proxy_connect.html
+share/httpd/manual/mod/mod_proxy_connect.html.en
+share/httpd/manual/mod/mod_proxy_connect.xml
+share/httpd/manual/mod/mod_proxy_connect.xml.meta
+share/httpd/manual/mod/mod_proxy_ftp.html
+share/httpd/manual/mod/mod_proxy_ftp.html.en
+share/httpd/manual/mod/mod_proxy_ftp.xml
+share/httpd/manual/mod/mod_proxy_ftp.xml.meta
+share/httpd/manual/mod/mod_proxy_http.html
+share/httpd/manual/mod/mod_proxy_http.html.en
+share/httpd/manual/mod/mod_proxy_http.xml
+share/httpd/manual/mod/mod_proxy_http.xml.meta
+share/httpd/manual/mod/mod_rewrite.html
+share/httpd/manual/mod/mod_rewrite.html.en
+share/httpd/manual/mod/mod_rewrite.xml
+share/httpd/manual/mod/mod_setenvif.html
+share/httpd/manual/mod/mod_rewrite.xml.meta
+share/httpd/manual/mod/mod_setenvif.html.en
+share/httpd/manual/mod/mod_setenvif.html.ja.jis
+share/httpd/manual/mod/mod_setenvif.html.ko.euc-kr
+share/httpd/manual/mod/mod_setenvif.xml
+share/httpd/manual/mod/mod_setenvif.xml.ja
+share/httpd/manual/mod/mod_setenvif.xml.ko
+share/httpd/manual/mod/mod_setenvif.xml.meta
+share/httpd/manual/mod/mod_so.html
+share/httpd/manual/mod/mod_so.html.en
+share/httpd/manual/mod/mod_so.html.ja.jis
+share/httpd/manual/mod/mod_so.html.ko.euc-kr
+share/httpd/manual/mod/mod_so.xml
+share/httpd/manual/mod/mod_so.xml.ja
+share/httpd/manual/mod/mod_so.xml.ko
+share/httpd/manual/mod/mod_so.xml.meta
+share/httpd/manual/mod/mod_speling.html
+share/httpd/manual/mod/mod_speling.html.en
+share/httpd/manual/mod/mod_speling.html.ja.jis
+share/httpd/manual/mod/mod_speling.html.ko.euc-kr
+share/httpd/manual/mod/mod_speling.xml
+share/httpd/manual/mod/mod_speling.xml.ja
+share/httpd/manual/mod/mod_speling.xml.ko
+share/httpd/manual/mod/mod_speling.xml.meta
+share/httpd/manual/mod/mod_ssl.html
+share/httpd/manual/mod/mod_ssl.html.en
+share/httpd/manual/mod/mod_ssl.xml
+share/httpd/manual/mod/mod_ssl.xml.meta
+share/httpd/manual/mod/mod_status.html
+share/httpd/manual/mod/mod_status.html.en
+share/httpd/manual/mod/mod_status.html.ko.euc-kr
+share/httpd/manual/mod/mod_status.xml
+share/httpd/manual/mod/mod_status.xml.ko
+share/httpd/manual/mod/mod_status.xml.meta
+share/httpd/manual/mod/mod_suexec.html
+share/httpd/manual/mod/mod_suexec.html.en
+share/httpd/manual/mod/mod_suexec.html.ja.jis
+share/httpd/manual/mod/mod_suexec.html.ko.euc-kr
+share/httpd/manual/mod/mod_suexec.xml
+share/httpd/manual/mod/mod_suexec.xml.ja
+share/httpd/manual/mod/mod_suexec.xml.ko
+share/httpd/manual/mod/mod_suexec.xml.meta
+share/httpd/manual/mod/mod_unique_id.html
+share/httpd/manual/mod/mod_unique_id.html.en
+share/httpd/manual/mod/mod_unique_id.html.ja.jis
+share/httpd/manual/mod/mod_unique_id.html.ko.euc-kr
+share/httpd/manual/mod/mod_unique_id.xml
+share/httpd/manual/mod/mod_unique_id.xml.ja
+share/httpd/manual/mod/mod_unique_id.xml.ko
+share/httpd/manual/mod/mod_unique_id.xml.meta
+share/httpd/manual/mod/mod_userdir.html
+share/httpd/manual/mod/mod_userdir.html.en
+share/httpd/manual/mod/prefork.xml
+share/httpd/manual/mod/mod_userdir.html.ja.jis
+share/httpd/manual/mod/mod_userdir.html.ko.euc-kr
+share/httpd/manual/mod/mod_userdir.xml
+share/httpd/manual/mod/mod_userdir.xml.ja
+share/httpd/manual/mod/mod_userdir.xml.ko
+share/httpd/manual/mod/mod_userdir.xml.meta
+share/httpd/manual/mod/mod_usertrack.html
+share/httpd/manual/mod/mod_usertrack.html.en
+share/httpd/manual/mod/mod_usertrack.xml
+share/httpd/manual/mod/mod_usertrack.xml.meta
+share/httpd/manual/mod/mod_vhost_alias.html
+share/httpd/manual/mod/mod_vhost_alias.html.en
+share/httpd/manual/mod/mod_vhost_alias.xml
+share/httpd/manual/mod/mod_vhost_alias.xml.meta
+share/httpd/manual/mod/module-dict.html
+share/httpd/manual/mod/module-dict.html.en
+share/httpd/manual/mod/module-dict.xml
+share/httpd/manual/mod/module-dict.html.ja.jis
+share/httpd/manual/mod/module-dict.html.ko.euc-kr
+share/httpd/manual/mod/module-dict.xml.ja
+share/httpd/manual/mod/module-dict.xml.ko
+share/httpd/manual/mod/module-dict.xml.meta
+share/httpd/manual/mod/mpm_common.html
+share/httpd/manual/mod/mpm_common.html.de
+share/httpd/manual/mod/mpm_common.html.en
+share/httpd/manual/mod/mpm_common.html.ja.jis
+share/httpd/manual/mod/mpm_common.xml
+share/httpd/manual/mod/mpm_common.xml.de
+share/httpd/manual/mod/mpm_common.xml.ja
+share/httpd/manual/mod/mpm_common.xml.meta
+share/httpd/manual/mod/mpm_netware.html
+share/httpd/manual/mod/mpm_netware.html.en
+share/httpd/manual/mod/mpm_netware.xml
+share/httpd/manual/mod/mpm_netware.xml.meta
+share/httpd/manual/mod/mpm_winnt.html
+share/httpd/manual/mod/mpm_winnt.html.de
+share/httpd/manual/mod/mpm_winnt.html.en
+share/httpd/manual/mod/mpm_winnt.html.es
+share/httpd/manual/mod/mpm_winnt.html.ja.jis
+share/httpd/manual/mod/mpm_winnt.xml
+share/httpd/manual/mod/mpm_winnt.xml.de
+share/httpd/manual/mod/mpm_winnt.xml.es
+share/httpd/manual/mod/mpm_winnt.xml.ja
+share/httpd/manual/mod/mpm_winnt.xml.meta
+share/httpd/manual/mod/mpmt_os2.html
+share/httpd/manual/mod/mpmt_os2.html.en
+share/httpd/manual/mod/mpmt_os2.xml
+share/httpd/manual/mod/mpmt_os2.xml.meta
+share/httpd/manual/mod/perchild.html
+share/httpd/manual/mod/perchild.html.en
+share/httpd/manual/mod/perchild.xml
+share/httpd/manual/mod/perchild.xml.meta
+share/httpd/manual/mod/prefork.html
+share/httpd/manual/mod/prefork.html.de
+share/httpd/manual/mod/prefork.html.en
+share/httpd/manual/mod/prefork.html.es
+share/httpd/manual/mod/prefork.html.ja.jis
+share/httpd/manual/mod/prefork.xml.de
+share/httpd/manual/mod/prefork.xml.es
+share/httpd/manual/mod/prefork.xml.ja
+share/httpd/manual/mod/prefork.xml.meta
+share/httpd/manual/mod/quickreference.html
+share/httpd/manual/mod/quickreference.html.de
+share/httpd/manual/mod/quickreference.html.en
+share/httpd/manual/mod/quickreference.html.es
+share/httpd/manual/mod/quickreference.html.ja.jis
+share/httpd/manual/mod/quickreference.html.ko.euc-kr
+share/httpd/manual/mod/quickreference.html.ru.koi8-r
+share/httpd/manual/mod/quickreference.xml
+share/httpd/manual/mod/quickreference.xml.de
+share/httpd/manual/mod/quickreference.xml.es
+share/httpd/manual/mod/quickreference.xml.ja
+share/httpd/manual/mod/quickreference.xml.ko
+share/httpd/manual/mod/quickreference.xml.meta
+share/httpd/manual/mod/quickreference.xml.ru
+share/httpd/manual/mod/threadpool.html
+share/httpd/manual/mod/threadpool.html.en
+share/httpd/manual/mod/threadpool.xml
+share/httpd/manual/mod/threadpool.xml.meta
+share/httpd/manual/mod/worker.html
+share/httpd/manual/mod/worker.html.de
+share/httpd/manual/mod/worker.html.en
+share/httpd/manual/mod/worker.html.es
+share/httpd/manual/mod/worker.html.ja.jis
+share/httpd/manual/mod/worker.xml
+share/httpd/manual/mod/worker.xml.de
+share/httpd/manual/mod/worker.xml.es
+share/httpd/manual/mod/worker.xml.ja
+share/httpd/manual/mod/worker.xml.meta
+share/httpd/manual/server-wide.html.ko.euc-kr
+share/httpd/manual/server-wide.xml
+share/httpd/manual/server-wide.xml.ja
+share/httpd/manual/server-wide.xml.ko
+share/httpd/manual/server-wide.xml.meta
+share/httpd/manual/sitemap.html
+share/httpd/manual/sitemap.html.de
+share/httpd/manual/sitemap.html.en
+share/httpd/manual/sitemap.html.es
+share/httpd/manual/sitemap.html.ja.jis
+share/httpd/manual/sitemap.html.ko.euc-kr
+share/httpd/manual/sitemap.xml
+share/httpd/manual/sitemap.xml.de
+share/httpd/manual/sitemap.xml.es
+share/httpd/manual/sitemap.xml.ja
+share/httpd/manual/sitemap.xml.ko
+share/httpd/manual/sitemap.xml.meta
+share/httpd/manual/stopping.html
+share/httpd/manual/stopping.html.de
+share/httpd/manual/ssl/index.html
+share/httpd/manual/ssl/index.html.en
+share/httpd/manual/ssl/index.html.ja.jis
+share/httpd/manual/ssl/index.xml
+share/httpd/manual/ssl/index.xml.ja
+share/httpd/manual/ssl/index.xml.meta
+share/httpd/manual/ssl/ssl_compat.html
+share/httpd/manual/ssl/ssl_compat.html.en
+share/httpd/manual/ssl/ssl_compat.xml
+share/httpd/manual/ssl/ssl_compat.xml.meta
+share/httpd/manual/ssl/ssl_faq.html
+share/httpd/manual/ssl/ssl_faq.html.en
+share/httpd/manual/ssl/ssl_faq.xml
+share/httpd/manual/ssl/ssl_faq.xml.meta
+share/httpd/manual/ssl/ssl_howto.html
+share/httpd/manual/ssl/ssl_howto.html.en
+share/httpd/manual/ssl/ssl_howto.xml
+share/httpd/manual/ssl/ssl_howto.xml.meta
+share/httpd/manual/ssl/ssl_intro.html
+share/httpd/manual/ssl/ssl_intro.html.en
+share/httpd/manual/ssl/ssl_intro.xml
+share/httpd/manual/ssl/ssl_intro.xml.meta
+share/httpd/manual/ssl/ssl_intro_fig1.gif
+share/httpd/manual/ssl/ssl_intro_fig1.png
+share/httpd/manual/ssl/ssl_intro_fig2.gif
+share/httpd/manual/ssl/ssl_intro_fig2.png
+share/httpd/manual/ssl/ssl_intro_fig3.gif
+share/httpd/manual/ssl/ssl_intro_fig3.png
+share/httpd/manual/stopping.html.en
+share/httpd/manual/stopping.html.es
+share/httpd/manual/stopping.html.ja.jis
+share/httpd/manual/stopping.html.ko.euc-kr
+share/httpd/manual/stopping.html.ru.koi8-r
+share/httpd/manual/stopping.xml
+share/httpd/manual/stopping.xml.de
+share/httpd/manual/stopping.xml.es
+share/httpd/manual/stopping.xml.ja
+share/httpd/manual/stopping.xml.ko
+share/httpd/manual/stopping.xml.meta
+share/httpd/manual/stopping.xml.ru
+share/httpd/manual/suexec.html
+share/httpd/manual/suexec.html.en
+share/httpd/manual/suexec.html.ja.jis
+share/httpd/manual/suexec.html.ko.euc-kr
+share/httpd/manual/suexec.xml
+share/httpd/manual/suexec.xml.ja
+share/httpd/manual/suexec.xml.ko
+share/httpd/manual/howto/auth.html
+share/httpd/manual/howto/auth.html.en
+share/httpd/manual/howto/auth.html.ja.jis
+share/httpd/manual/howto/auth.xml
+share/httpd/manual/howto/auth.xml.meta
+share/httpd/manual/howto/cgi.html
+share/httpd/manual/howto/cgi.html.en
+share/httpd/manual/howto/cgi.html.ja.jis
+share/httpd/manual/howto/cgi.xml
+share/httpd/manual/howto/cgi.xml.ja
+share/httpd/manual/howto/cgi.xml.meta
+share/httpd/manual/howto/htaccess.html
+share/httpd/manual/howto/htaccess.html.en
+share/httpd/manual/howto/htaccess.xml
+share/httpd/manual/howto/htaccess.xml.meta
+share/httpd/manual/howto/index.html
+share/httpd/manual/howto/index.html.en
+share/httpd/manual/howto/index.xml
+share/httpd/manual/howto/index.xml.meta
+share/httpd/manual/howto/public_html.html
+share/httpd/manual/howto/public_html.html.en
+share/httpd/manual/howto/public_html.html.ko.euc-kr
+share/httpd/manual/howto/public_html.xml
+share/httpd/manual/howto/public_html.xml.ko
+share/httpd/manual/howto/public_html.xml.meta
+share/httpd/manual/howto/ssi.html
+share/httpd/manual/howto/ssi.html.en
+share/httpd/manual/howto/ssi.html.ja.jis
+share/httpd/manual/howto/ssi.xml
+share/httpd/manual/howto/ssi.xml.ja
+share/httpd/manual/howto/ssi.xml.meta
+share/httpd/manual/suexec.xml.meta
+share/httpd/manual/upgrading.html
+share/httpd/manual/upgrading.html.de
+share/httpd/manual/upgrading.html.en
+share/httpd/manual/upgrading.html.es
+share/httpd/manual/upgrading.html.fr
+share/httpd/manual/upgrading.html.ja.jis
+share/httpd/manual/upgrading.html.ko.euc-kr
+share/httpd/manual/upgrading.html.ru.koi8-r
+share/httpd/manual/upgrading.xml
+share/httpd/manual/upgrading.xml.de
+share/httpd/manual/upgrading.xml.es
+share/httpd/manual/upgrading.xml.ja
+share/httpd/manual/upgrading.xml.ko
+share/httpd/manual/upgrading.xml.meta
+share/httpd/manual/upgrading.xml.ru
+share/httpd/manual/urlmapping.html
+share/httpd/manual/urlmapping.html.en
+share/httpd/manual/urlmapping.html.ja.jis
+share/httpd/manual/urlmapping.html.ko.euc-kr
+share/httpd/manual/urlmapping.xml
+share/httpd/manual/urlmapping.xml.ja
+share/httpd/manual/urlmapping.xml.ko
+share/httpd/manual/urlmapping.xml.meta
+share/httpd/manual/images/apache_header.gif
+share/httpd/manual/images/custom_errordocs.gif
+share/httpd/manual/images/custom_errordocs.png
+share/httpd/manual/images/down.gif
+share/httpd/manual/images/favicon.ico
+share/httpd/manual/images/feather.gif
+share/httpd/manual/images/feather.png
+share/httpd/manual/images/home.gif
+share/httpd/manual/images/index.gif
+share/httpd/manual/images/left.gif
+share/httpd/manual/images/mod_rewrite_fig1.gif
+share/httpd/manual/images/mod_rewrite_fig1.png
+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/right.gif
+share/httpd/manual/images/sub.gif
+share/httpd/manual/images/up.gif
+share/httpd/manual/misc/custom_errordocs.html
+share/httpd/manual/misc/custom_errordocs.html.en
+share/httpd/manual/misc/custom_errordocs.xml
+share/httpd/manual/misc/custom_errordocs.xml.meta
+share/httpd/manual/misc/descriptors.html
+share/httpd/manual/misc/descriptors.html.en
+share/httpd/manual/misc/descriptors.xml
+share/httpd/manual/misc/descriptors.xml.meta
+share/httpd/manual/misc/fin_wait_2.html
+share/httpd/manual/misc/fin_wait_2.html.en
+share/httpd/manual/misc/fin_wait_2.xml
+share/httpd/manual/misc/fin_wait_2.xml.meta
+share/httpd/manual/misc/index.html
+share/httpd/manual/misc/index.html.en
+share/httpd/manual/misc/index.xml
+share/httpd/manual/misc/index.xml.meta
+share/httpd/manual/misc/known_client_problems.html
+share/httpd/manual/misc/known_client_problems.html.en
+share/httpd/manual/misc/known_client_problems.xml
+share/httpd/manual/misc/known_client_problems.xml.meta
+share/httpd/manual/misc/perf-tuning.html
+share/httpd/manual/misc/perf-tuning.html.en
+share/httpd/manual/misc/perf-tuning.html.ko.euc-kr
+share/httpd/manual/misc/perf-tuning.xml
+share/httpd/manual/misc/perf-tuning.xml.ko
+share/httpd/manual/misc/perf-tuning.xml.meta
+share/httpd/manual/misc/relevant_standards.html
+share/httpd/manual/misc/relevant_standards.html.en
+share/httpd/manual/misc/relevant_standards.html.ko.euc-kr
+share/httpd/manual/misc/relevant_standards.xml
+share/httpd/manual/misc/relevant_standards.xml.ko
+share/httpd/manual/misc/relevant_standards.xml.meta
+share/httpd/manual/misc/rewriteguide.html
+share/httpd/manual/misc/rewriteguide.html.en
+share/httpd/manual/misc/rewriteguide.html.ko.euc-kr
+share/httpd/manual/misc/rewriteguide.xml
+share/httpd/manual/misc/rewriteguide.xml.ko
+share/httpd/manual/misc/rewriteguide.xml.meta
+share/httpd/manual/misc/security_tips.html
+share/httpd/manual/misc/security_tips.html.en
+share/httpd/manual/misc/security_tips.html.ko.euc-kr
+share/httpd/manual/misc/security_tips.xml
+share/httpd/manual/misc/security_tips.xml.ko
+share/httpd/manual/misc/security_tips.xml.meta
+share/httpd/manual/misc/tutorials.html
+share/httpd/manual/misc/tutorials.html.en
+share/httpd/manual/misc/tutorials.xml
+share/httpd/manual/misc/tutorials.xml.meta
+share/httpd/manual/platform/ebcdic.html
+share/httpd/manual/platform/ebcdic.html.en
+share/httpd/manual/platform/ebcdic.html.ko.euc-kr
+share/httpd/manual/platform/ebcdic.xml
+share/httpd/manual/platform/ebcdic.xml.ko
+share/httpd/manual/platform/ebcdic.xml.meta
+share/httpd/manual/platform/index.html
+share/httpd/manual/platform/index.html.en
+share/httpd/manual/platform/index.html.ko.euc-kr
+share/httpd/manual/platform/index.xml
+share/httpd/manual/platform/index.xml.ko
+share/httpd/manual/platform/index.xml.meta
+share/httpd/manual/platform/netware.html
+share/httpd/manual/platform/netware.html.en
+share/httpd/manual/platform/netware.html.ko.euc-kr
+share/httpd/manual/platform/netware.xml
+share/httpd/manual/platform/netware.xml.ko
+share/httpd/manual/platform/netware.xml.meta
+share/httpd/manual/platform/perf-hp.html
+share/httpd/manual/platform/perf-hp.html.en
+share/httpd/manual/platform/perf-hp.html.ko.euc-kr
+share/httpd/manual/platform/perf-hp.xml
+share/httpd/manual/platform/perf-hp.xml.ko
+share/httpd/manual/platform/perf-hp.xml.meta
+share/httpd/manual/platform/win_compiling.html
+share/httpd/manual/platform/win_compiling.html.en
+share/httpd/manual/platform/win_compiling.html.ko.euc-kr
+share/httpd/manual/platform/win_compiling.xml
+share/httpd/manual/platform/win_compiling.xml.ko
+share/httpd/manual/platform/win_compiling.xml.meta
+share/httpd/manual/platform/windows.html
+share/httpd/manual/platform/windows.html.en
+share/httpd/manual/platform/windows.html.ko.euc-kr
+share/httpd/manual/platform/windows.xml
+share/httpd/manual/platform/windows.xml.ko
+share/httpd/manual/platform/windows.xml.meta
+share/httpd/manual/programs/ab.html
+share/httpd/manual/programs/ab.html.en
+share/httpd/manual/programs/ab.html.ko.euc-kr
+share/httpd/manual/programs/ab.xml
+share/httpd/manual/programs/ab.xml.ko
+share/httpd/manual/programs/ab.xml.meta
+share/httpd/manual/programs/apachectl.html
+share/httpd/manual/programs/apachectl.html.en
+share/httpd/manual/programs/apachectl.html.ko.euc-kr
+share/httpd/manual/programs/apachectl.xml
+share/httpd/manual/programs/apachectl.xml.ko
+share/httpd/manual/programs/apachectl.xml.meta
+share/httpd/manual/programs/apxs.html
+share/httpd/manual/programs/apxs.html.en
+share/httpd/manual/programs/apxs.html.ko.euc-kr
+share/httpd/manual/programs/apxs.xml
+share/httpd/manual/programs/apxs.xml.ko
+share/httpd/manual/programs/apxs.xml.meta
+share/httpd/manual/programs/configure.html
+share/httpd/manual/programs/configure.html.en
+share/httpd/manual/programs/configure.html.ko.euc-kr
+share/httpd/manual/programs/configure.xml
+share/httpd/manual/programs/configure.xml.ko
+share/httpd/manual/programs/configure.xml.meta
+share/httpd/manual/programs/dbmmanage.html
+share/httpd/manual/programs/dbmmanage.html.en
+share/httpd/manual/programs/dbmmanage.html.ko.euc-kr
+share/httpd/manual/programs/dbmmanage.xml
+share/httpd/manual/programs/dbmmanage.xml.ko
+share/httpd/manual/programs/dbmmanage.xml.meta
+share/httpd/manual/programs/htdigest.html
+share/httpd/manual/programs/htdigest.html.en
+share/httpd/manual/programs/htdigest.html.ko.euc-kr
+share/httpd/manual/programs/htdigest.xml
+share/httpd/manual/programs/htdigest.xml.ko
+share/httpd/manual/programs/htdigest.xml.meta
+share/httpd/manual/programs/htpasswd.html
+share/httpd/manual/programs/htpasswd.html.en
+share/httpd/manual/programs/htpasswd.html.ko.euc-kr
+share/httpd/manual/programs/htpasswd.xml
+share/httpd/manual/programs/htpasswd.xml.ko
+share/httpd/manual/programs/htpasswd.xml.meta
+share/httpd/manual/programs/httpd.html
+share/httpd/manual/programs/httpd.html.en
+share/httpd/manual/programs/httpd.html.ko.euc-kr
+share/httpd/manual/programs/httpd.xml
+share/httpd/manual/programs/httpd.xml.ko
+share/httpd/manual/programs/httpd.xml.meta
+share/httpd/manual/programs/index.html
+share/httpd/manual/programs/index.html.en
+share/httpd/manual/programs/index.html.es
+share/httpd/manual/programs/index.html.ko.euc-kr
+share/httpd/manual/programs/index.html.ru.koi8-r
+share/httpd/manual/programs/index.xml
+share/httpd/manual/programs/index.xml.es
+share/httpd/manual/programs/index.xml.ko
+share/httpd/manual/programs/index.xml.meta
+share/httpd/manual/programs/index.xml.ru
+share/httpd/manual/programs/logresolve.html
+share/httpd/manual/programs/logresolve.html.en
+share/httpd/manual/programs/logresolve.html.ko.euc-kr
+share/httpd/manual/programs/logresolve.xml
+share/httpd/manual/programs/logresolve.xml.ko
+share/httpd/manual/programs/logresolve.xml.meta
+share/httpd/manual/programs/other.html
+share/httpd/manual/programs/other.html.en
+share/httpd/manual/programs/other.html.ko.euc-kr
+share/httpd/manual/programs/other.xml
+share/httpd/manual/programs/other.xml.ko
+share/httpd/manual/programs/other.xml.meta
+share/httpd/manual/programs/rotatelogs.html
+share/httpd/manual/programs/rotatelogs.html.en
+share/httpd/manual/programs/rotatelogs.html.ko.euc-kr
+share/httpd/manual/programs/rotatelogs.xml
+share/httpd/manual/programs/rotatelogs.xml.ko
+share/httpd/manual/programs/rotatelogs.xml.meta
+share/httpd/manual/programs/suexec.html
+share/httpd/manual/programs/suexec.html.en
+share/httpd/manual/programs/suexec.html.ko.euc-kr
+share/httpd/manual/programs/suexec.xml
+share/httpd/manual/programs/suexec.xml.ko
+share/httpd/manual/programs/suexec.xml.meta
+share/httpd/manual/style/css/manual-chm.css
+share/httpd/manual/style/css/manual-loose-100pc.css
+share/httpd/manual/style/css/manual-print.css
+share/httpd/manual/style/css/manual-zip-100pc.css
+share/httpd/manual/style/css/manual-zip.css
+share/httpd/manual/style/css/manual.css
+share/httpd/manual/style/lang/de.xml
+share/httpd/manual/style/lang/en.xml
+share/httpd/manual/style/lang/es.xml
+share/httpd/manual/style/lang/fr.xml
+share/httpd/manual/style/lang/ja.xml
+share/httpd/manual/style/lang/ko.xml
+share/httpd/manual/style/lang/ru.xml
+share/httpd/manual/style/build.properties
+share/httpd/manual/style/common.dtd
+share/httpd/manual/style/description.xml
+share/httpd/manual/style/faq.dtd
+share/httpd/manual/style/lang-targets.xml
+share/httpd/manual/style/manual.de.xsl
+share/httpd/manual/style/manual.en.xsl
+share/httpd/manual/style/manual.es.xsl
+share/httpd/manual/style/manual.fr.xsl
+share/httpd/manual/style/manual.ja.xsl
+share/httpd/manual/style/manual.ko.xsl
+share/httpd/manual/style/manual.ru.xsl
+share/httpd/manual/style/manualpage.dtd
+share/httpd/manual/style/modulesynopsis.dtd
+share/httpd/manual/style/sitemap.dtd
+share/httpd/manual/style/latex/atbeginend.sty
+share/httpd/manual/style/latex/common.xsl
+share/httpd/manual/style/latex/directiveindex.xsl
+share/httpd/manual/style/latex/faq.xsl
+share/httpd/manual/style/latex/html.xsl
+share/httpd/manual/style/latex/latex.xsl
+share/httpd/manual/style/latex/manualpage.xsl
+share/httpd/manual/style/latex/moduleindex.xsl
+share/httpd/manual/style/latex/quickreference.xsl
+share/httpd/manual/style/latex/synopsis.xsl
+share/httpd/manual/style/xsl/util/allmodules.xml
+share/httpd/manual/style/xsl/util/designations.xml
+share/httpd/manual/style/xsl/util/lf.xml
+share/httpd/manual/style/xsl/util/li-end.xml
+share/httpd/manual/style/xsl/util/li-start.xml
+share/httpd/manual/style/xsl/util/modtrans.xsl
+share/httpd/manual/style/xsl/util/nbsp.xml
+share/httpd/manual/style/xsl/util/tab.xml
+share/httpd/manual/style/xsl/util/ul-end.xml
+share/httpd/manual/style/xsl/util/ul-start.xml
+share/httpd/manual/style/xsl/common.xsl
+share/httpd/manual/style/xsl/directiveindex.xsl
+share/httpd/manual/style/xsl/faq.xsl
+share/httpd/manual/style/xsl/hhc.xsl
+share/httpd/manual/style/xsl/hhp.xsl
+share/httpd/manual/style/xsl/indexpage.xsl
+share/httpd/manual/style/xsl/language.xsl
+share/httpd/manual/style/xsl/manualpage.xsl
+share/httpd/manual/style/xsl/moduleindex.xsl
+share/httpd/manual/style/xsl/nroff.xsl
+share/httpd/manual/style/xsl/quickreference.xsl
+share/httpd/manual/style/xsl/sitemap.xsl
+share/httpd/manual/style/xsl/synopsis.xsl
+share/httpd/manual/style/xsl/typemap.xsl
+share/httpd/manual/vhosts/details.html
+share/httpd/manual/vhosts/details.html.en
+share/httpd/manual/vhosts/details.html.ko.euc-kr
+share/httpd/manual/vhosts/details.xml
+share/httpd/manual/vhosts/details.xml.ko
+share/httpd/manual/vhosts/details.xml.meta
+share/httpd/manual/vhosts/examples.html
+share/httpd/manual/vhosts/examples.html.en
+share/httpd/manual/vhosts/examples.html.ko.euc-kr
+share/httpd/manual/vhosts/examples.xml
+share/httpd/manual/vhosts/examples.xml.ko
+share/httpd/manual/vhosts/examples.xml.meta
+share/httpd/manual/vhosts/fd-limits.html
+share/httpd/manual/vhosts/fd-limits.html.en
+share/httpd/manual/vhosts/fd-limits.html.ja.jis
+share/httpd/manual/vhosts/fd-limits.html.ko.euc-kr
+share/httpd/manual/vhosts/fd-limits.xml
+share/httpd/manual/vhosts/fd-limits.xml.ja
+share/httpd/manual/vhosts/fd-limits.xml.ko
+share/httpd/manual/vhosts/fd-limits.xml.meta
+share/httpd/manual/vhosts/index.html
+share/httpd/manual/vhosts/index.html.de
+share/httpd/manual/vhosts/index.html.en
+share/httpd/manual/vhosts/index.html.es
+share/httpd/manual/vhosts/index.html.ja.jis
+share/httpd/manual/vhosts/index.html.ko.euc-kr
+share/httpd/manual/vhosts/index.html.ru.koi8-r
+share/httpd/manual/vhosts/index.xml
+share/httpd/manual/vhosts/index.xml.de
+share/httpd/manual/vhosts/index.xml.es
+share/httpd/manual/vhosts/index.xml.ja
+share/httpd/manual/vhosts/index.xml.ko
+share/httpd/manual/vhosts/index.xml.meta
+share/httpd/manual/vhosts/index.xml.ru
+share/httpd/manual/vhosts/ip-based.html
+share/httpd/manual/vhosts/ip-based.html.en
+share/httpd/manual/vhosts/ip-based.html.ko.euc-kr
+share/httpd/manual/vhosts/ip-based.xml
+share/httpd/manual/vhosts/ip-based.xml.ko
+share/httpd/manual/vhosts/ip-based.xml.meta
+share/httpd/manual/vhosts/mass.html
+share/httpd/manual/vhosts/mass.html.en
+share/httpd/manual/vhosts/mass.html.ko.euc-kr
+share/httpd/manual/vhosts/mass.xml
+share/httpd/manual/vhosts/mass.xml.ko
+share/httpd/manual/vhosts/mass.xml.meta
+share/httpd/manual/vhosts/name-based.html
+share/httpd/manual/vhosts/name-based.html.de
+share/httpd/manual/vhosts/name-based.html.en
+share/httpd/manual/vhosts/name-based.html.es
+share/httpd/manual/vhosts/name-based.html.ja.jis
+share/httpd/manual/vhosts/name-based.html.ko.euc-kr
+share/httpd/manual/vhosts/name-based.xml
+share/httpd/manual/vhosts/name-based.xml.de
+share/httpd/manual/vhosts/name-based.xml.es
+share/httpd/manual/vhosts/name-based.xml.ja
+share/httpd/manual/vhosts/name-based.xml.ko
+share/httpd/manual/vhosts/name-based.xml.meta
+@dirrm share/httpd/manual/developer
+@dirrm share/httpd/manual/faq
+@dirrm share/httpd/manual/mod
+@dirrm share/httpd/manual/ssl
+@dirrm share/httpd/manual/howto
+@dirrm share/httpd/manual/images
+@dirrm share/httpd/manual/misc
+@dirrm share/httpd/manual/platform
+@dirrm share/httpd/manual/programs
+@dirrm share/httpd/manual/style/css
+@dirrm share/httpd/manual/style/lang
+@dirrm share/httpd/manual/style/latex
+@dirrm share/httpd/manual/style/xsl/util
+@dirrm share/httpd/manual/style/xsl
+@dirrm share/httpd/manual/style
+@dirrm share/httpd/manual/vhosts
+@dirrm share/httpd/manual
+@dirrm share/httpd/icons/small
+@dirrm share/httpd/icons
@dirrm share/httpd/error/include
@dirrm share/httpd/error
@dirrm share/httpd/build
diff --git a/www/apache2/PLIST.deffiles b/www/apache2/PLIST.deffiles
deleted file mode 100644
index 5339f7c3173..00000000000
--- a/www/apache2/PLIST.deffiles
+++ /dev/null
@@ -1,1420 +0,0 @@
-@comment $NetBSD: PLIST.deffiles,v 1.1.2.2 2004/07/14 12:39:00 agc Exp $
-libexec/cgi-bin/printenv
-libexec/cgi-bin/test-cgi
-share/httpd/htdocs/apache_pb.gif
-share/httpd/htdocs/index.html.zh-cn.gb2312
-share/httpd/htdocs/index.html.var
-share/httpd/htdocs/index.html.sv
-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.lb.utf8
-share/httpd/htdocs/index.html.ko.euc-kr
-share/httpd/htdocs/index.html.ja.iso2022-jp
-share/httpd/htdocs/index.html.it
-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.zh-tw.big5
-share/httpd/icons/small/uu.png
-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/icons/small/binhex.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/burst.gif
-share/httpd/icons/small/burst.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/generic2.gif
-share/httpd/icons/small/generic2.png
-share/httpd/icons/small/generic3.gif
-share/httpd/icons/small/generic3.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/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/README.txt
-share/httpd/icons/world2.gif
-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/diskimg.png
-share/httpd/icons/diskimg.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/a.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.gif
-share/httpd/icons/world2.png
-share/httpd/icons/README
-share/httpd/manual/developer/API.html
-share/httpd/manual/developer/API.html.en
-share/httpd/manual/developer/API.xml
-share/httpd/manual/developer/API.xml.meta
-share/httpd/manual/developer/debugging.html
-share/httpd/manual/developer/debugging.html.en
-share/httpd/manual/developer/debugging.xml
-share/httpd/manual/developer/debugging.xml.meta
-share/httpd/manual/developer/documenting.html
-share/httpd/manual/developer/documenting.html.en
-share/httpd/manual/developer/documenting.xml
-share/httpd/manual/developer/documenting.xml.meta
-share/httpd/manual/developer/filters.html
-share/httpd/manual/developer/filters.html.en
-share/httpd/manual/developer/filters.xml
-share/httpd/manual/developer/filters.xml.meta
-share/httpd/manual/developer/hooks.html
-share/httpd/manual/developer/hooks.html.en
-share/httpd/manual/developer/hooks.xml
-share/httpd/manual/developer/hooks.xml.meta
-share/httpd/manual/developer/index.html
-share/httpd/manual/developer/index.html.en
-share/httpd/manual/developer/index.xml
-share/httpd/manual/developer/index.xml.meta
-share/httpd/manual/developer/modules.html
-share/httpd/manual/developer/modules.html.en
-share/httpd/manual/developer/modules.html.ja.jis
-share/httpd/manual/developer/modules.xml
-share/httpd/manual/developer/modules.xml.meta
-share/httpd/manual/developer/request.html
-share/httpd/manual/developer/request.html.en
-share/httpd/manual/developer/request.xml
-share/httpd/manual/developer/request.xml.meta
-share/httpd/manual/developer/thread_safety.html
-share/httpd/manual/developer/thread_safety.html.en
-share/httpd/manual/developer/thread_safety.xml
-share/httpd/manual/developer/thread_safety.xml.meta
-share/httpd/manual/LICENSE
-share/httpd/manual/bind.html
-share/httpd/manual/bind.html.en
-share/httpd/manual/bind.html.ja.jis
-share/httpd/manual/bind.html.ko.euc-kr
-share/httpd/manual/bind.xml
-share/httpd/manual/bind.xml.ja
-share/httpd/manual/bind.xml.ko
-share/httpd/manual/bind.xml.meta
-share/httpd/manual/cgi_path.html
-share/httpd/manual/cgi_path.html.en
-share/httpd/manual/cgi_path.html.ja.jis
-share/httpd/manual/cgi_path.html.ko.euc-kr
-share/httpd/manual/cgi_path.xml
-share/httpd/manual/cgi_path.xml.ja
-share/httpd/manual/cgi_path.xml.ko
-share/httpd/manual/cgi_path.xml.meta
-share/httpd/manual/configuring.html
-share/httpd/manual/configuring.xml
-share/httpd/manual/configuring.html.en
-share/httpd/manual/configuring.html.ja.jis
-share/httpd/manual/configuring.html.ko.euc-kr
-share/httpd/manual/configuring.xml.ja
-share/httpd/manual/configuring.xml.ko
-share/httpd/manual/configuring.xml.meta
-share/httpd/manual/content-negotiation.html
-share/httpd/manual/content-negotiation.html.en
-share/httpd/manual/content-negotiation.html.ja.jis
-share/httpd/manual/content-negotiation.html.ko.euc-kr
-share/httpd/manual/content-negotiation.xml
-share/httpd/manual/content-negotiation.xml.ja
-share/httpd/manual/content-negotiation.xml.ko
-share/httpd/manual/content-negotiation.xml.meta
-share/httpd/manual/custom-error.html
-share/httpd/manual/custom-error.html.en
-share/httpd/manual/custom-error.html.ja.jis
-share/httpd/manual/custom-error.html.ko.euc-kr
-share/httpd/manual/custom-error.xml
-share/httpd/manual/custom-error.xml.ja
-share/httpd/manual/custom-error.xml.ko
-share/httpd/manual/custom-error.xml.meta
-share/httpd/manual/dns-caveats.html
-share/httpd/manual/dns-caveats.html.en
-share/httpd/manual/dns-caveats.html.ja.jis
-share/httpd/manual/dns-caveats.html.ko.euc-kr
-share/httpd/manual/dns-caveats.xml
-share/httpd/manual/dns-caveats.xml.ja
-share/httpd/manual/dns-caveats.xml.ko
-share/httpd/manual/dns-caveats.xml.meta
-share/httpd/manual/dso.html
-share/httpd/manual/dso.html.en
-share/httpd/manual/dso.xml
-share/httpd/manual/dso.html.ja.jis
-share/httpd/manual/dso.html.ko.euc-kr
-share/httpd/manual/dso.xml.ja
-share/httpd/manual/dso.xml.ko
-share/httpd/manual/dso.xml.meta
-share/httpd/manual/env.html
-share/httpd/manual/env.html.en
-share/httpd/manual/env.html.ja.jis
-share/httpd/manual/env.html.ko.euc-kr
-share/httpd/manual/env.xml
-share/httpd/manual/env.xml.ja
-share/httpd/manual/env.xml.ko
-share/httpd/manual/env.xml.meta
-share/httpd/manual/filter.html
-share/httpd/manual/filter.html.en
-share/httpd/manual/filter.html.es
-share/httpd/manual/filter.html.ja.jis
-share/httpd/manual/filter.html.ko.euc-kr
-share/httpd/manual/filter.html.ru.koi8-r
-share/httpd/manual/filter.xml
-share/httpd/manual/filter.xml.es
-share/httpd/manual/handler.xml
-share/httpd/manual/filter.xml.ja
-share/httpd/manual/filter.xml.ko
-share/httpd/manual/filter.xml.meta
-share/httpd/manual/filter.xml.ru
-share/httpd/manual/glossary.html
-share/httpd/manual/glossary.html.en
-share/httpd/manual/glossary.html.es
-share/httpd/manual/glossary.html.ko.euc-kr
-share/httpd/manual/glossary.xml
-share/httpd/manual/glossary.xml.es
-share/httpd/manual/glossary.xml.ko
-share/httpd/manual/glossary.xml.meta
-share/httpd/manual/handler.html
-share/httpd/manual/handler.html.en
-share/httpd/manual/handler.html.es
-share/httpd/manual/handler.html.ja.jis
-share/httpd/manual/handler.html.ko.euc-kr
-share/httpd/manual/handler.html.ru.koi8-r
-share/httpd/manual/handler.xml.es
-share/httpd/manual/mpm.xml
-share/httpd/manual/handler.xml.ja
-share/httpd/manual/handler.xml.ko
-share/httpd/manual/handler.xml.meta
-share/httpd/manual/handler.xml.ru
-share/httpd/manual/index.html
-share/httpd/manual/index.html.de
-share/httpd/manual/index.html.en
-share/httpd/manual/index.html.es
-share/httpd/manual/index.html.ja.jis
-share/httpd/manual/index.html.ko.euc-kr
-share/httpd/manual/index.html.ru.koi8-r
-share/httpd/manual/index.xml
-share/httpd/manual/index.xml.de
-share/httpd/manual/index.xml.es
-share/httpd/manual/index.xml.ja
-share/httpd/manual/index.xml.ko
-share/httpd/manual/index.xml.meta
-share/httpd/manual/index.xml.ru
-share/httpd/manual/install.html
-share/httpd/manual/install.html.de
-share/httpd/manual/faq/all_in_one.html
-share/httpd/manual/faq/all_in_one.html.en
-share/httpd/manual/faq/all_in_one.html.ko.euc-kr
-share/httpd/manual/faq/all_in_one.xml
-share/httpd/manual/faq/all_in_one.xml.ko
-share/httpd/manual/faq/all_in_one.xml.meta
-share/httpd/manual/faq/categories.xml
-share/httpd/manual/faq/categories.xml.ko
-share/httpd/manual/faq/error.html
-share/httpd/manual/faq/error.html.en
-share/httpd/manual/faq/error.html.ko.euc-kr
-share/httpd/manual/faq/error.xml
-share/httpd/manual/faq/error.xml.ko
-share/httpd/manual/faq/error.xml.meta
-share/httpd/manual/faq/index.html
-share/httpd/manual/faq/index.html.en
-share/httpd/manual/faq/index.html.ko.euc-kr
-share/httpd/manual/faq/index.xml
-share/httpd/manual/faq/index.xml.ko
-share/httpd/manual/faq/index.xml.meta
-share/httpd/manual/faq/support.html
-share/httpd/manual/faq/support.html.en
-share/httpd/manual/faq/support.html.ko.euc-kr
-share/httpd/manual/faq/support.xml
-share/httpd/manual/faq/support.xml.ko
-share/httpd/manual/faq/support.xml.meta
-share/httpd/manual/install.html.en
-share/httpd/manual/install.html.es
-share/httpd/manual/install.html.ja.jis
-share/httpd/manual/install.html.ko.euc-kr
-share/httpd/manual/install.html.ru.koi8-r
-share/httpd/manual/install.xml
-share/httpd/manual/install.xml.de
-share/httpd/manual/install.xml.es
-share/httpd/manual/install.xml.ja
-share/httpd/manual/install.xml.ko
-share/httpd/manual/install.xml.meta
-share/httpd/manual/install.xml.ru
-share/httpd/manual/invoking.html
-share/httpd/manual/invoking.html.de
-share/httpd/manual/invoking.html.en
-share/httpd/manual/invoking.html.es
-share/httpd/manual/invoking.html.ja.jis
-share/httpd/manual/invoking.html.ko.euc-kr
-share/httpd/manual/invoking.html.ru.koi8-r
-share/httpd/manual/invoking.xml
-share/httpd/manual/invoking.xml.de
-share/httpd/manual/invoking.xml.es
-share/httpd/manual/invoking.xml.ja
-share/httpd/manual/invoking.xml.ko
-share/httpd/manual/invoking.xml.meta
-share/httpd/manual/invoking.xml.ru
-share/httpd/manual/license.html
-share/httpd/manual/license.html.en
-share/httpd/manual/license.xml
-share/httpd/manual/license.xml.meta
-share/httpd/manual/logs.html
-share/httpd/manual/logs.html.en
-share/httpd/manual/logs.html.ja.jis
-share/httpd/manual/logs.html.ko.euc-kr
-share/httpd/manual/logs.xml
-share/httpd/manual/logs.xml.ja
-share/httpd/manual/logs.xml.ko
-share/httpd/manual/logs.xml.meta
-share/httpd/manual/mpm.html
-share/httpd/manual/mpm.html.en
-share/httpd/manual/mpm.html.es
-share/httpd/manual/mpm.html.ja.jis
-share/httpd/manual/mpm.html.ko.euc-kr
-share/httpd/manual/mpm.html.ru.koi8-r
-share/httpd/manual/mpm.xml.es
-share/httpd/manual/mpm.xml.ja
-share/httpd/manual/mpm.xml.ko
-share/httpd/manual/mpm.xml.meta
-share/httpd/manual/mpm.xml.ru
-share/httpd/manual/new_features_2_0.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.es
-share/httpd/manual/new_features_2_0.html.fr
-share/httpd/manual/new_features_2_0.html.ja.jis
-share/httpd/manual/new_features_2_0.html.ko.euc-kr
-share/httpd/manual/new_features_2_0.html.ru.koi8-r
-share/httpd/manual/new_features_2_0.xml
-share/httpd/manual/new_features_2_0.xml.de
-share/httpd/manual/new_features_2_0.xml.es
-share/httpd/manual/new_features_2_0.xml.ja
-share/httpd/manual/new_features_2_0.xml.ko
-share/httpd/manual/new_features_2_0.xml.meta
-share/httpd/manual/new_features_2_0.xml.ru
-share/httpd/manual/sections.html
-share/httpd/manual/sections.html.en
-share/httpd/manual/sections.html.ja.jis
-share/httpd/manual/sections.html.ko.euc-kr
-share/httpd/manual/sections.xml
-share/httpd/manual/sections.xml.ja
-share/httpd/manual/sections.xml.ko
-share/httpd/manual/sections.xml.meta
-share/httpd/manual/server-wide.html
-share/httpd/manual/server-wide.html.en
-share/httpd/manual/server-wide.html.ja.jis
-share/httpd/manual/mod/allmodules.xml
-share/httpd/manual/mod/allmodules.xml.de
-share/httpd/manual/mod/allmodules.xml.es
-share/httpd/manual/mod/allmodules.xml.ja
-share/httpd/manual/mod/allmodules.xml.ko
-share/httpd/manual/mod/allmodules.xml.ru
-share/httpd/manual/mod/beos.html
-share/httpd/manual/mod/beos.html.de
-share/httpd/manual/mod/beos.html.en
-share/httpd/manual/mod/beos.html.es
-share/httpd/manual/mod/beos.html.ko.euc-kr
-share/httpd/manual/mod/beos.xml
-share/httpd/manual/mod/beos.xml.de
-share/httpd/manual/mod/beos.xml.es
-share/httpd/manual/mod/beos.xml.ko
-share/httpd/manual/mod/beos.xml.meta
-share/httpd/manual/mod/core.html
-share/httpd/manual/mod/core.html.de
-share/httpd/manual/mod/core.html.en
-share/httpd/manual/mod/core.xml
-share/httpd/manual/mod/core.xml.de
-share/httpd/manual/mod/core.xml.meta
-share/httpd/manual/mod/directive-dict.html
-share/httpd/manual/mod/directive-dict.html.en
-share/httpd/manual/mod/directive-dict.html.es
-share/httpd/manual/mod/directive-dict.html.ja.jis
-share/httpd/manual/mod/directive-dict.html.ko.euc-kr
-share/httpd/manual/mod/directive-dict.xml
-share/httpd/manual/mod/directive-dict.xml.es
-share/httpd/manual/mod/directive-dict.xml.ja
-share/httpd/manual/mod/directive-dict.xml.ko
-share/httpd/manual/mod/directive-dict.xml.meta
-share/httpd/manual/mod/directives.html
-share/httpd/manual/mod/directives.html.de
-share/httpd/manual/mod/directives.html.en
-share/httpd/manual/mod/directives.html.es
-share/httpd/manual/mod/directives.html.ja.jis
-share/httpd/manual/mod/directives.html.ko.euc-kr
-share/httpd/manual/mod/directives.html.ru.koi8-r
-share/httpd/manual/mod/directives.xml
-share/httpd/manual/mod/directives.xml.de
-share/httpd/manual/mod/directives.xml.es
-share/httpd/manual/mod/directives.xml.ja
-share/httpd/manual/mod/directives.xml.ko
-share/httpd/manual/mod/directives.xml.meta
-share/httpd/manual/mod/directives.xml.ru
-share/httpd/manual/mod/index.html
-share/httpd/manual/mod/index.html.de
-share/httpd/manual/mod/index.html.en
-share/httpd/manual/mod/index.html.es
-share/httpd/manual/mod/index.html.ja.jis
-share/httpd/manual/mod/index.html.ko.euc-kr
-share/httpd/manual/mod/index.xml
-share/httpd/manual/mod/index.xml.de
-share/httpd/manual/mod/index.xml.es
-share/httpd/manual/mod/index.xml.ja
-share/httpd/manual/mod/index.xml.ko
-share/httpd/manual/mod/index.xml.meta
-share/httpd/manual/mod/leader.html
-share/httpd/manual/mod/leader.html.de
-share/httpd/manual/mod/leader.html.en
-share/httpd/manual/mod/leader.html.es
-share/httpd/manual/mod/leader.html.ko.euc-kr
-share/httpd/manual/mod/leader.xml
-share/httpd/manual/mod/leader.xml.de
-share/httpd/manual/mod/leader.xml.es
-share/httpd/manual/mod/leader.xml.ko
-share/httpd/manual/mod/leader.xml.meta
-share/httpd/manual/mod/mod_access.html
-share/httpd/manual/mod/mod_access.html.en
-share/httpd/manual/mod/mod_access.html.ja.jis
-share/httpd/manual/mod/mod_access.xml
-share/httpd/manual/mod/mod_access.xml.ja
-share/httpd/manual/mod/mod_access.xml.meta
-share/httpd/manual/mod/mod_actions.html
-share/httpd/manual/mod/mod_actions.html.en
-share/httpd/manual/mod/mod_actions.html.ja.jis
-share/httpd/manual/mod/mod_actions.html.ko.euc-kr
-share/httpd/manual/mod/mod_actions.xml
-share/httpd/manual/mod/mod_actions.xml.ja
-share/httpd/manual/mod/mod_actions.xml.ko
-share/httpd/manual/mod/mod_actions.xml.meta
-share/httpd/manual/mod/mod_alias.html
-share/httpd/manual/mod/mod_alias.html.en
-share/httpd/manual/mod/mod_alias.html.ja.jis
-share/httpd/manual/mod/mod_alias.xml
-share/httpd/manual/mod/mod_alias.xml.ja
-share/httpd/manual/mod/mod_alias.xml.meta
-share/httpd/manual/mod/mod_asis.html
-share/httpd/manual/mod/mod_asis.html.en
-share/httpd/manual/mod/mod_asis.html.ja.jis
-share/httpd/manual/mod/mod_asis.html.ko.euc-kr
-share/httpd/manual/mod/mod_asis.xml
-share/httpd/manual/mod/mod_asis.xml.ja
-share/httpd/manual/mod/mod_asis.xml.ko
-share/httpd/manual/mod/mod_asis.xml.meta
-share/httpd/manual/mod/mod_auth.html
-share/httpd/manual/mod/mod_auth.html.en
-share/httpd/manual/mod/mod_auth.html.ja.jis
-share/httpd/manual/mod/mod_auth.xml
-share/httpd/manual/mod/mod_auth.xml.ja
-share/httpd/manual/mod/mod_auth.xml.meta
-share/httpd/manual/mod/mod_auth_anon.html
-share/httpd/manual/mod/mod_auth_anon.html.en
-share/httpd/manual/mod/mod_auth_anon.xml
-share/httpd/manual/mod/mod_auth_anon.xml.meta
-share/httpd/manual/mod/mod_auth_dbm.html
-share/httpd/manual/mod/mod_auth_dbm.html.en
-share/httpd/manual/mod/mod_auth_dbm.xml
-share/httpd/manual/mod/mod_auth_dbm.xml.meta
-share/httpd/manual/mod/mod_auth_digest.html
-share/httpd/manual/mod/mod_auth_digest.xml
-share/httpd/manual/mod/mod_auth_digest.html.en
-share/httpd/manual/mod/mod_auth_digest.xml.meta
-share/httpd/manual/mod/mod_auth_ldap.html
-share/httpd/manual/mod/mod_auth_ldap.html.en
-share/httpd/manual/mod/mod_auth_ldap.xml
-share/httpd/manual/mod/mod_auth_ldap.xml.meta
-share/httpd/manual/mod/mod_autoindex.html
-share/httpd/manual/mod/mod_autoindex.html.en
-share/httpd/manual/mod/mod_autoindex.html.ja.jis
-share/httpd/manual/mod/mod_autoindex.html.ko.euc-kr
-share/httpd/manual/mod/mod_autoindex.xml
-share/httpd/manual/mod/mod_autoindex.xml.ja
-share/httpd/manual/mod/mod_autoindex.xml.ko
-share/httpd/manual/mod/mod_autoindex.xml.meta
-share/httpd/manual/mod/mod_cache.html
-share/httpd/manual/mod/mod_cache.html.en
-share/httpd/manual/mod/mod_cache.html.ko.euc-kr
-share/httpd/manual/mod/mod_cache.xml
-share/httpd/manual/mod/mod_cache.xml.ko
-share/httpd/manual/mod/mod_cache.xml.meta
-share/httpd/manual/mod/mod_cern_meta.html
-share/httpd/manual/mod/mod_cern_meta.html.en
-share/httpd/manual/mod/mod_cern_meta.html.ko.euc-kr
-share/httpd/manual/mod/mod_cern_meta.xml
-share/httpd/manual/mod/mod_cern_meta.xml.ko
-share/httpd/manual/mod/mod_cern_meta.xml.meta
-share/httpd/manual/mod/mod_cgi.html
-share/httpd/manual/mod/mod_cgi.html.en
-share/httpd/manual/mod/mod_cgi.html.ja.jis
-share/httpd/manual/mod/mod_cgi.html.ko.euc-kr
-share/httpd/manual/mod/mod_cgi.xml
-share/httpd/manual/mod/mod_cgi.xml.ja
-share/httpd/manual/mod/mod_cgi.xml.ko
-share/httpd/manual/mod/mod_cgi.xml.meta
-share/httpd/manual/mod/mod_cgid.html
-share/httpd/manual/mod/mod_cgid.html.en
-share/httpd/manual/mod/mod_cgid.html.ko.euc-kr
-share/httpd/manual/mod/mod_cgid.xml
-share/httpd/manual/mod/mod_cgid.xml.ko
-share/httpd/manual/mod/mod_cgid.xml.meta
-share/httpd/manual/mod/mod_charset_lite.html
-share/httpd/manual/mod/mod_charset_lite.html.en
-share/httpd/manual/mod/mod_charset_lite.html.ko.euc-kr
-share/httpd/manual/mod/mod_charset_lite.xml
-share/httpd/manual/mod/mod_charset_lite.xml.ko
-share/httpd/manual/mod/mod_charset_lite.xml.meta
-share/httpd/manual/mod/mod_dav.html
-share/httpd/manual/mod/mod_dav.html.en
-share/httpd/manual/mod/mod_dav.html.ja.jis
-share/httpd/manual/mod/mod_dav.html.ko.euc-kr
-share/httpd/manual/mod/mod_dav.xml
-share/httpd/manual/mod/mod_dav.xml.ja
-share/httpd/manual/mod/mod_dav.xml.ko
-share/httpd/manual/mod/mod_dav.xml.meta
-share/httpd/manual/mod/mod_dav_fs.html
-share/httpd/manual/mod/mod_dav_fs.html.en
-share/httpd/manual/mod/mod_dav_fs.html.ja.jis
-share/httpd/manual/mod/mod_dav_fs.html.ko.euc-kr
-share/httpd/manual/mod/mod_dav_fs.xml
-share/httpd/manual/mod/mod_dav_fs.xml.ja
-share/httpd/manual/mod/mod_dav_fs.xml.ko
-share/httpd/manual/mod/mod_dav_fs.xml.meta
-share/httpd/manual/mod/mod_deflate.html
-share/httpd/manual/mod/mod_deflate.html.en
-share/httpd/manual/mod/mod_deflate.html.ja.jis
-share/httpd/manual/mod/mod_deflate.html.ko.euc-kr
-share/httpd/manual/mod/mod_deflate.xml
-share/httpd/manual/mod/mod_deflate.xml.ja
-share/httpd/manual/mod/mod_deflate.xml.ko
-share/httpd/manual/mod/mod_deflate.xml.meta
-share/httpd/manual/mod/mod_dir.html
-share/httpd/manual/mod/mod_dir.html.en
-share/httpd/manual/mod/mod_dir.html.ja.jis
-share/httpd/manual/mod/mod_dir.html.ko.euc-kr
-share/httpd/manual/mod/mod_dir.xml
-share/httpd/manual/mod/mod_dir.xml.ja
-share/httpd/manual/mod/mod_dir.xml.ko
-share/httpd/manual/mod/mod_dir.xml.meta
-share/httpd/manual/mod/mod_disk_cache.html
-share/httpd/manual/mod/mod_disk_cache.html.en
-share/httpd/manual/mod/mod_disk_cache.html.ko.euc-kr
-share/httpd/manual/mod/mod_disk_cache.xml
-share/httpd/manual/mod/mod_disk_cache.xml.ko
-share/httpd/manual/mod/mod_disk_cache.xml.meta
-share/httpd/manual/mod/mod_echo.html
-share/httpd/manual/mod/mod_echo.html.en
-share/httpd/manual/mod/mod_echo.html.ja.jis
-share/httpd/manual/mod/mod_echo.html.ko.euc-kr
-share/httpd/manual/mod/mod_echo.xml
-share/httpd/manual/mod/mod_echo.xml.ja
-share/httpd/manual/mod/mod_echo.xml.ko
-share/httpd/manual/mod/mod_echo.xml.meta
-share/httpd/manual/mod/mod_env.html
-share/httpd/manual/mod/mod_env.html.en
-share/httpd/manual/mod/mod_env.html.ja.jis
-share/httpd/manual/mod/mod_env.html.ko.euc-kr
-share/httpd/manual/mod/mod_env.xml
-share/httpd/manual/mod/mod_env.xml.ja
-share/httpd/manual/mod/mod_env.xml.ko
-share/httpd/manual/mod/mod_env.xml.meta
-share/httpd/manual/mod/mod_example.html
-share/httpd/manual/mod/mod_example.html.en
-share/httpd/manual/mod/mod_example.html.ko.euc-kr
-share/httpd/manual/mod/mod_example.xml
-share/httpd/manual/mod/mod_example.xml.ko
-share/httpd/manual/mod/mod_example.xml.meta
-share/httpd/manual/mod/mod_expires.html
-share/httpd/manual/mod/mod_expires.html.en
-share/httpd/manual/mod/mod_expires.html.ko.euc-kr
-share/httpd/manual/mod/mod_expires.xml
-share/httpd/manual/mod/mod_expires.xml.ko
-share/httpd/manual/mod/mod_expires.xml.meta
-share/httpd/manual/mod/mod_ext_filter.html
-share/httpd/manual/mod/mod_ext_filter.html.en
-share/httpd/manual/mod/mod_ext_filter.html.ko.euc-kr
-share/httpd/manual/mod/mod_ext_filter.xml
-share/httpd/manual/mod/mod_ext_filter.xml.ko
-share/httpd/manual/mod/mod_ext_filter.xml.meta
-share/httpd/manual/mod/mod_file_cache.html
-share/httpd/manual/mod/mod_file_cache.html.en
-share/httpd/manual/mod/mod_file_cache.html.ko.euc-kr
-share/httpd/manual/mod/mod_file_cache.xml
-share/httpd/manual/mod/mod_file_cache.xml.ko
-share/httpd/manual/mod/mod_file_cache.xml.meta
-share/httpd/manual/mod/mod_headers.html
-share/httpd/manual/mod/mod_headers.html.en
-share/httpd/manual/mod/mod_headers.xml
-share/httpd/manual/mod/mod_headers.xml.meta
-share/httpd/manual/mod/mod_imap.html
-share/httpd/manual/mod/mod_imap.html.en
-share/httpd/manual/mod/mod_imap.xml
-share/httpd/manual/mod/mod_imap.xml.meta
-share/httpd/manual/mod/mod_include.html
-share/httpd/manual/mod/mod_include.html.en
-share/httpd/manual/mod/mod_include.html.ja.jis
-share/httpd/manual/mod/mod_include.xml
-share/httpd/manual/mod/mod_include.xml.ja
-share/httpd/manual/mod/mod_include.xml.meta
-share/httpd/manual/mod/mod_info.html
-share/httpd/manual/mod/mod_info.html.en
-share/httpd/manual/mod/mod_info.html.ja.jis
-share/httpd/manual/mod/mod_info.xml
-share/httpd/manual/mod/mod_info.xml.ja
-share/httpd/manual/mod/mod_info.xml.meta
-share/httpd/manual/mod/mod_isapi.html
-share/httpd/manual/mod/mod_isapi.html.en
-share/httpd/manual/mod/mod_isapi.xml
-share/httpd/manual/mod/mod_isapi.xml.meta
-share/httpd/manual/mod/mod_ldap.html
-share/httpd/manual/mod/mod_ldap.html.en
-share/httpd/manual/mod/mod_ldap.xml
-share/httpd/manual/mod/mod_ldap.xml.meta
-share/httpd/manual/mod/mod_log_config.html
-share/httpd/manual/mod/mod_log_config.html.en
-share/httpd/manual/mod/mod_log_config.xml
-share/httpd/manual/mod/mod_log_config.xml.meta
-share/httpd/manual/mod/mod_log_forensic.html
-share/httpd/manual/mod/mod_log_forensic.html.en
-share/httpd/manual/mod/mod_log_forensic.xml
-share/httpd/manual/mod/mod_log_forensic.xml.meta
-share/httpd/manual/mod/mod_logio.html
-share/httpd/manual/mod/mod_logio.html.en
-share/httpd/manual/mod/mod_logio.html.ko.euc-kr
-share/httpd/manual/mod/mod_logio.xml
-share/httpd/manual/mod/mod_logio.xml.ko
-share/httpd/manual/mod/mod_logio.xml.meta
-share/httpd/manual/mod/mod_mem_cache.html
-share/httpd/manual/mod/mod_mem_cache.html.en
-share/httpd/manual/mod/mod_mem_cache.xml
-share/httpd/manual/mod/mod_mem_cache.xml.meta
-share/httpd/manual/mod/mod_mime.html
-share/httpd/manual/mod/mod_mime.html.en
-share/httpd/manual/mod/mod_mime.html.ja.jis
-share/httpd/manual/mod/mod_mime.xml
-share/httpd/manual/mod/mod_mime.xml.ja
-share/httpd/manual/mod/mod_nw_ssl.html
-share/httpd/manual/mod/mod_mime.xml.meta
-share/httpd/manual/mod/mod_mime_magic.html
-share/httpd/manual/mod/mod_mime_magic.html.en
-share/httpd/manual/mod/mod_mime_magic.xml
-share/httpd/manual/mod/mod_mime_magic.xml.meta
-share/httpd/manual/mod/mod_negotiation.html
-share/httpd/manual/mod/mod_negotiation.html.en
-share/httpd/manual/mod/mod_negotiation.html.ja.jis
-share/httpd/manual/mod/mod_negotiation.xml
-share/httpd/manual/mod/mod_negotiation.xml.ja
-share/httpd/manual/mod/mod_negotiation.xml.meta
-share/httpd/manual/mod/mod_nw_ssl.html.en
-share/httpd/manual/mod/mod_nw_ssl.xml
-share/httpd/manual/mod/mod_nw_ssl.xml.meta
-share/httpd/manual/mod/mod_proxy.html
-share/httpd/manual/mod/mod_proxy.html.en
-share/httpd/manual/mod/mod_proxy.xml
-share/httpd/manual/mod/mod_proxy.xml.meta
-share/httpd/manual/mod/mod_proxy_connect.html
-share/httpd/manual/mod/mod_proxy_connect.html.en
-share/httpd/manual/mod/mod_proxy_connect.xml
-share/httpd/manual/mod/mod_proxy_connect.xml.meta
-share/httpd/manual/mod/mod_proxy_ftp.html
-share/httpd/manual/mod/mod_proxy_ftp.html.en
-share/httpd/manual/mod/mod_proxy_ftp.xml
-share/httpd/manual/mod/mod_proxy_ftp.xml.meta
-share/httpd/manual/mod/mod_proxy_http.html
-share/httpd/manual/mod/mod_proxy_http.html.en
-share/httpd/manual/mod/mod_proxy_http.xml
-share/httpd/manual/mod/mod_proxy_http.xml.meta
-share/httpd/manual/mod/mod_rewrite.html
-share/httpd/manual/mod/mod_rewrite.html.en
-share/httpd/manual/mod/mod_rewrite.xml
-share/httpd/manual/mod/mod_setenvif.html
-share/httpd/manual/mod/mod_rewrite.xml.meta
-share/httpd/manual/mod/mod_setenvif.html.en
-share/httpd/manual/mod/mod_setenvif.html.ja.jis
-share/httpd/manual/mod/mod_setenvif.html.ko.euc-kr
-share/httpd/manual/mod/mod_setenvif.xml
-share/httpd/manual/mod/mod_setenvif.xml.ja
-share/httpd/manual/mod/mod_setenvif.xml.ko
-share/httpd/manual/mod/mod_setenvif.xml.meta
-share/httpd/manual/mod/mod_so.html
-share/httpd/manual/mod/mod_so.html.en
-share/httpd/manual/mod/mod_so.html.ja.jis
-share/httpd/manual/mod/mod_so.html.ko.euc-kr
-share/httpd/manual/mod/mod_so.xml
-share/httpd/manual/mod/mod_so.xml.ja
-share/httpd/manual/mod/mod_so.xml.ko
-share/httpd/manual/mod/mod_so.xml.meta
-share/httpd/manual/mod/mod_speling.html
-share/httpd/manual/mod/mod_speling.html.en
-share/httpd/manual/mod/mod_speling.html.ja.jis
-share/httpd/manual/mod/mod_speling.html.ko.euc-kr
-share/httpd/manual/mod/mod_speling.xml
-share/httpd/manual/mod/mod_speling.xml.ja
-share/httpd/manual/mod/mod_speling.xml.ko
-share/httpd/manual/mod/mod_speling.xml.meta
-share/httpd/manual/mod/mod_ssl.html
-share/httpd/manual/mod/mod_ssl.html.en
-share/httpd/manual/mod/mod_ssl.xml
-share/httpd/manual/mod/mod_ssl.xml.meta
-share/httpd/manual/mod/mod_status.html
-share/httpd/manual/mod/mod_status.html.en
-share/httpd/manual/mod/mod_status.html.ko.euc-kr
-share/httpd/manual/mod/mod_status.xml
-share/httpd/manual/mod/mod_status.xml.ko
-share/httpd/manual/mod/mod_status.xml.meta
-share/httpd/manual/mod/mod_suexec.html
-share/httpd/manual/mod/mod_suexec.html.en
-share/httpd/manual/mod/mod_suexec.html.ja.jis
-share/httpd/manual/mod/mod_suexec.html.ko.euc-kr
-share/httpd/manual/mod/mod_suexec.xml
-share/httpd/manual/mod/mod_suexec.xml.ja
-share/httpd/manual/mod/mod_suexec.xml.ko
-share/httpd/manual/mod/mod_suexec.xml.meta
-share/httpd/manual/mod/mod_unique_id.html
-share/httpd/manual/mod/mod_unique_id.html.en
-share/httpd/manual/mod/mod_unique_id.html.ja.jis
-share/httpd/manual/mod/mod_unique_id.html.ko.euc-kr
-share/httpd/manual/mod/mod_unique_id.xml
-share/httpd/manual/mod/mod_unique_id.xml.ja
-share/httpd/manual/mod/mod_unique_id.xml.ko
-share/httpd/manual/mod/mod_unique_id.xml.meta
-share/httpd/manual/mod/mod_userdir.html
-share/httpd/manual/mod/mod_userdir.html.en
-share/httpd/manual/mod/prefork.xml
-share/httpd/manual/mod/mod_userdir.html.ja.jis
-share/httpd/manual/mod/mod_userdir.html.ko.euc-kr
-share/httpd/manual/mod/mod_userdir.xml
-share/httpd/manual/mod/mod_userdir.xml.ja
-share/httpd/manual/mod/mod_userdir.xml.ko
-share/httpd/manual/mod/mod_userdir.xml.meta
-share/httpd/manual/mod/mod_usertrack.html
-share/httpd/manual/mod/mod_usertrack.html.en
-share/httpd/manual/mod/mod_usertrack.xml
-share/httpd/manual/mod/mod_usertrack.xml.meta
-share/httpd/manual/mod/mod_vhost_alias.html
-share/httpd/manual/mod/mod_vhost_alias.html.en
-share/httpd/manual/mod/mod_vhost_alias.xml
-share/httpd/manual/mod/mod_vhost_alias.xml.meta
-share/httpd/manual/mod/module-dict.html
-share/httpd/manual/mod/module-dict.html.en
-share/httpd/manual/mod/module-dict.xml
-share/httpd/manual/mod/module-dict.html.ja.jis
-share/httpd/manual/mod/module-dict.html.ko.euc-kr
-share/httpd/manual/mod/module-dict.xml.ja
-share/httpd/manual/mod/module-dict.xml.ko
-share/httpd/manual/mod/module-dict.xml.meta
-share/httpd/manual/mod/mpm_common.html
-share/httpd/manual/mod/mpm_common.html.de
-share/httpd/manual/mod/mpm_common.html.en
-share/httpd/manual/mod/mpm_common.html.ja.jis
-share/httpd/manual/mod/mpm_common.xml
-share/httpd/manual/mod/mpm_common.xml.de
-share/httpd/manual/mod/mpm_common.xml.ja
-share/httpd/manual/mod/mpm_common.xml.meta
-share/httpd/manual/mod/mpm_netware.html
-share/httpd/manual/mod/mpm_netware.html.en
-share/httpd/manual/mod/mpm_netware.xml
-share/httpd/manual/mod/mpm_netware.xml.meta
-share/httpd/manual/mod/mpm_winnt.html
-share/httpd/manual/mod/mpm_winnt.html.de
-share/httpd/manual/mod/mpm_winnt.html.en
-share/httpd/manual/mod/mpm_winnt.html.es
-share/httpd/manual/mod/mpm_winnt.html.ja.jis
-share/httpd/manual/mod/mpm_winnt.xml
-share/httpd/manual/mod/mpm_winnt.xml.de
-share/httpd/manual/mod/mpm_winnt.xml.es
-share/httpd/manual/mod/mpm_winnt.xml.ja
-share/httpd/manual/mod/mpm_winnt.xml.meta
-share/httpd/manual/mod/mpmt_os2.html
-share/httpd/manual/mod/mpmt_os2.html.en
-share/httpd/manual/mod/mpmt_os2.xml
-share/httpd/manual/mod/mpmt_os2.xml.meta
-share/httpd/manual/mod/perchild.html
-share/httpd/manual/mod/perchild.html.en
-share/httpd/manual/mod/perchild.xml
-share/httpd/manual/mod/perchild.xml.meta
-share/httpd/manual/mod/prefork.html
-share/httpd/manual/mod/prefork.html.de
-share/httpd/manual/mod/prefork.html.en
-share/httpd/manual/mod/prefork.html.es
-share/httpd/manual/mod/prefork.html.ja.jis
-share/httpd/manual/mod/prefork.xml.de
-share/httpd/manual/mod/prefork.xml.es
-share/httpd/manual/mod/prefork.xml.ja
-share/httpd/manual/mod/prefork.xml.meta
-share/httpd/manual/mod/quickreference.html
-share/httpd/manual/mod/quickreference.html.de
-share/httpd/manual/mod/quickreference.html.en
-share/httpd/manual/mod/quickreference.html.es
-share/httpd/manual/mod/quickreference.html.ja.jis
-share/httpd/manual/mod/quickreference.html.ko.euc-kr
-share/httpd/manual/mod/quickreference.html.ru.koi8-r
-share/httpd/manual/mod/quickreference.xml
-share/httpd/manual/mod/quickreference.xml.de
-share/httpd/manual/mod/quickreference.xml.es
-share/httpd/manual/mod/quickreference.xml.ja
-share/httpd/manual/mod/quickreference.xml.ko
-share/httpd/manual/mod/quickreference.xml.meta
-share/httpd/manual/mod/quickreference.xml.ru
-share/httpd/manual/mod/threadpool.html
-share/httpd/manual/mod/threadpool.html.en
-share/httpd/manual/mod/threadpool.xml
-share/httpd/manual/mod/threadpool.xml.meta
-share/httpd/manual/mod/worker.html
-share/httpd/manual/mod/worker.html.de
-share/httpd/manual/mod/worker.html.en
-share/httpd/manual/mod/worker.html.es
-share/httpd/manual/mod/worker.html.ja.jis
-share/httpd/manual/mod/worker.xml
-share/httpd/manual/mod/worker.xml.de
-share/httpd/manual/mod/worker.xml.es
-share/httpd/manual/mod/worker.xml.ja
-share/httpd/manual/mod/worker.xml.meta
-share/httpd/manual/server-wide.html.ko.euc-kr
-share/httpd/manual/server-wide.xml
-share/httpd/manual/server-wide.xml.ja
-share/httpd/manual/server-wide.xml.ko
-share/httpd/manual/server-wide.xml.meta
-share/httpd/manual/sitemap.html
-share/httpd/manual/sitemap.html.de
-share/httpd/manual/sitemap.html.en
-share/httpd/manual/sitemap.html.es
-share/httpd/manual/sitemap.html.ja.jis
-share/httpd/manual/sitemap.html.ko.euc-kr
-share/httpd/manual/sitemap.xml
-share/httpd/manual/sitemap.xml.de
-share/httpd/manual/sitemap.xml.es
-share/httpd/manual/sitemap.xml.ja
-share/httpd/manual/sitemap.xml.ko
-share/httpd/manual/sitemap.xml.meta
-share/httpd/manual/stopping.html
-share/httpd/manual/stopping.html.de
-share/httpd/manual/ssl/index.html
-share/httpd/manual/ssl/index.html.en
-share/httpd/manual/ssl/index.html.ja.jis
-share/httpd/manual/ssl/index.xml
-share/httpd/manual/ssl/index.xml.ja
-share/httpd/manual/ssl/index.xml.meta
-share/httpd/manual/ssl/ssl_compat.html
-share/httpd/manual/ssl/ssl_compat.html.en
-share/httpd/manual/ssl/ssl_compat.xml
-share/httpd/manual/ssl/ssl_compat.xml.meta
-share/httpd/manual/ssl/ssl_faq.html
-share/httpd/manual/ssl/ssl_faq.html.en
-share/httpd/manual/ssl/ssl_faq.xml
-share/httpd/manual/ssl/ssl_faq.xml.meta
-share/httpd/manual/ssl/ssl_howto.html
-share/httpd/manual/ssl/ssl_howto.html.en
-share/httpd/manual/ssl/ssl_howto.xml
-share/httpd/manual/ssl/ssl_howto.xml.meta
-share/httpd/manual/ssl/ssl_intro.html
-share/httpd/manual/ssl/ssl_intro.html.en
-share/httpd/manual/ssl/ssl_intro.xml
-share/httpd/manual/ssl/ssl_intro.xml.meta
-share/httpd/manual/ssl/ssl_intro_fig1.gif
-share/httpd/manual/ssl/ssl_intro_fig1.png
-share/httpd/manual/ssl/ssl_intro_fig2.gif
-share/httpd/manual/ssl/ssl_intro_fig2.png
-share/httpd/manual/ssl/ssl_intro_fig3.gif
-share/httpd/manual/ssl/ssl_intro_fig3.png
-share/httpd/manual/stopping.html.en
-share/httpd/manual/stopping.html.es
-share/httpd/manual/stopping.html.ja.jis
-share/httpd/manual/stopping.html.ko.euc-kr
-share/httpd/manual/stopping.html.ru.koi8-r
-share/httpd/manual/stopping.xml
-share/httpd/manual/stopping.xml.de
-share/httpd/manual/stopping.xml.es
-share/httpd/manual/stopping.xml.ja
-share/httpd/manual/stopping.xml.ko
-share/httpd/manual/stopping.xml.meta
-share/httpd/manual/stopping.xml.ru
-share/httpd/manual/suexec.html
-share/httpd/manual/suexec.html.en
-share/httpd/manual/suexec.html.ja.jis
-share/httpd/manual/suexec.html.ko.euc-kr
-share/httpd/manual/suexec.xml
-share/httpd/manual/suexec.xml.ja
-share/httpd/manual/suexec.xml.ko
-share/httpd/manual/howto/auth.html
-share/httpd/manual/howto/auth.html.en
-share/httpd/manual/howto/auth.html.ja.jis
-share/httpd/manual/howto/auth.xml
-share/httpd/manual/howto/auth.xml.meta
-share/httpd/manual/howto/cgi.html
-share/httpd/manual/howto/cgi.html.en
-share/httpd/manual/howto/cgi.html.ja.jis
-share/httpd/manual/howto/cgi.xml
-share/httpd/manual/howto/cgi.xml.ja
-share/httpd/manual/howto/cgi.xml.meta
-share/httpd/manual/howto/htaccess.html
-share/httpd/manual/howto/htaccess.html.en
-share/httpd/manual/howto/htaccess.xml
-share/httpd/manual/howto/htaccess.xml.meta
-share/httpd/manual/howto/index.html
-share/httpd/manual/howto/index.html.en
-share/httpd/manual/howto/index.xml
-share/httpd/manual/howto/index.xml.meta
-share/httpd/manual/howto/public_html.html
-share/httpd/manual/howto/public_html.html.en
-share/httpd/manual/howto/public_html.html.ko.euc-kr
-share/httpd/manual/howto/public_html.xml
-share/httpd/manual/howto/public_html.xml.ko
-share/httpd/manual/howto/public_html.xml.meta
-share/httpd/manual/howto/ssi.html
-share/httpd/manual/howto/ssi.html.en
-share/httpd/manual/howto/ssi.html.ja.jis
-share/httpd/manual/howto/ssi.xml
-share/httpd/manual/howto/ssi.xml.ja
-share/httpd/manual/howto/ssi.xml.meta
-share/httpd/manual/suexec.xml.meta
-share/httpd/manual/upgrading.html
-share/httpd/manual/upgrading.html.de
-share/httpd/manual/upgrading.html.en
-share/httpd/manual/upgrading.html.es
-share/httpd/manual/upgrading.html.fr
-share/httpd/manual/upgrading.html.ja.jis
-share/httpd/manual/upgrading.html.ko.euc-kr
-share/httpd/manual/upgrading.html.ru.koi8-r
-share/httpd/manual/upgrading.xml
-share/httpd/manual/upgrading.xml.de
-share/httpd/manual/upgrading.xml.es
-share/httpd/manual/upgrading.xml.ja
-share/httpd/manual/upgrading.xml.ko
-share/httpd/manual/upgrading.xml.meta
-share/httpd/manual/upgrading.xml.ru
-share/httpd/manual/urlmapping.html
-share/httpd/manual/urlmapping.html.en
-share/httpd/manual/urlmapping.html.ja.jis
-share/httpd/manual/urlmapping.html.ko.euc-kr
-share/httpd/manual/urlmapping.xml
-share/httpd/manual/urlmapping.xml.ja
-share/httpd/manual/urlmapping.xml.ko
-share/httpd/manual/urlmapping.xml.meta
-share/httpd/manual/images/apache_header.gif
-share/httpd/manual/images/custom_errordocs.gif
-share/httpd/manual/images/custom_errordocs.png
-share/httpd/manual/images/down.gif
-share/httpd/manual/images/favicon.ico
-share/httpd/manual/images/feather.gif
-share/httpd/manual/images/feather.png
-share/httpd/manual/images/home.gif
-share/httpd/manual/images/index.gif
-share/httpd/manual/images/left.gif
-share/httpd/manual/images/mod_rewrite_fig1.gif
-share/httpd/manual/images/mod_rewrite_fig1.png
-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/right.gif
-share/httpd/manual/images/sub.gif
-share/httpd/manual/images/up.gif
-share/httpd/manual/misc/custom_errordocs.html
-share/httpd/manual/misc/custom_errordocs.html.en
-share/httpd/manual/misc/custom_errordocs.xml
-share/httpd/manual/misc/custom_errordocs.xml.meta
-share/httpd/manual/misc/descriptors.html
-share/httpd/manual/misc/descriptors.html.en
-share/httpd/manual/misc/descriptors.xml
-share/httpd/manual/misc/descriptors.xml.meta
-share/httpd/manual/misc/fin_wait_2.html
-share/httpd/manual/misc/fin_wait_2.html.en
-share/httpd/manual/misc/fin_wait_2.xml
-share/httpd/manual/misc/fin_wait_2.xml.meta
-share/httpd/manual/misc/index.html
-share/httpd/manual/misc/index.html.en
-share/httpd/manual/misc/index.xml
-share/httpd/manual/misc/index.xml.meta
-share/httpd/manual/misc/known_client_problems.html
-share/httpd/manual/misc/known_client_problems.html.en
-share/httpd/manual/misc/known_client_problems.xml
-share/httpd/manual/misc/known_client_problems.xml.meta
-share/httpd/manual/misc/perf-tuning.html
-share/httpd/manual/misc/perf-tuning.html.en
-share/httpd/manual/misc/perf-tuning.html.ko.euc-kr
-share/httpd/manual/misc/perf-tuning.xml
-share/httpd/manual/misc/perf-tuning.xml.ko
-share/httpd/manual/misc/perf-tuning.xml.meta
-share/httpd/manual/misc/relevant_standards.html
-share/httpd/manual/misc/relevant_standards.html.en
-share/httpd/manual/misc/relevant_standards.html.ko.euc-kr
-share/httpd/manual/misc/relevant_standards.xml
-share/httpd/manual/misc/relevant_standards.xml.ko
-share/httpd/manual/misc/relevant_standards.xml.meta
-share/httpd/manual/misc/rewriteguide.html
-share/httpd/manual/misc/rewriteguide.html.en
-share/httpd/manual/misc/rewriteguide.html.ko.euc-kr
-share/httpd/manual/misc/rewriteguide.xml
-share/httpd/manual/misc/rewriteguide.xml.ko
-share/httpd/manual/misc/rewriteguide.xml.meta
-share/httpd/manual/misc/security_tips.html
-share/httpd/manual/misc/security_tips.html.en
-share/httpd/manual/misc/security_tips.html.ko.euc-kr
-share/httpd/manual/misc/security_tips.xml
-share/httpd/manual/misc/security_tips.xml.ko
-share/httpd/manual/misc/security_tips.xml.meta
-share/httpd/manual/misc/tutorials.html
-share/httpd/manual/misc/tutorials.html.en
-share/httpd/manual/misc/tutorials.xml
-share/httpd/manual/misc/tutorials.xml.meta
-share/httpd/manual/platform/ebcdic.html
-share/httpd/manual/platform/ebcdic.html.en
-share/httpd/manual/platform/ebcdic.html.ko.euc-kr
-share/httpd/manual/platform/ebcdic.xml
-share/httpd/manual/platform/ebcdic.xml.ko
-share/httpd/manual/platform/ebcdic.xml.meta
-share/httpd/manual/platform/index.html
-share/httpd/manual/platform/index.html.en
-share/httpd/manual/platform/index.html.ko.euc-kr
-share/httpd/manual/platform/index.xml
-share/httpd/manual/platform/index.xml.ko
-share/httpd/manual/platform/index.xml.meta
-share/httpd/manual/platform/netware.html
-share/httpd/manual/platform/netware.html.en
-share/httpd/manual/platform/netware.html.ko.euc-kr
-share/httpd/manual/platform/netware.xml
-share/httpd/manual/platform/netware.xml.ko
-share/httpd/manual/platform/netware.xml.meta
-share/httpd/manual/platform/perf-hp.html
-share/httpd/manual/platform/perf-hp.html.en
-share/httpd/manual/platform/perf-hp.html.ko.euc-kr
-share/httpd/manual/platform/perf-hp.xml
-share/httpd/manual/platform/perf-hp.xml.ko
-share/httpd/manual/platform/perf-hp.xml.meta
-share/httpd/manual/platform/win_compiling.html
-share/httpd/manual/platform/win_compiling.html.en
-share/httpd/manual/platform/win_compiling.html.ko.euc-kr
-share/httpd/manual/platform/win_compiling.xml
-share/httpd/manual/platform/win_compiling.xml.ko
-share/httpd/manual/platform/win_compiling.xml.meta
-share/httpd/manual/platform/windows.html
-share/httpd/manual/platform/windows.html.en
-share/httpd/manual/platform/windows.html.ko.euc-kr
-share/httpd/manual/platform/windows.xml
-share/httpd/manual/platform/windows.xml.ko
-share/httpd/manual/platform/windows.xml.meta
-share/httpd/manual/programs/ab.html
-share/httpd/manual/programs/ab.html.en
-share/httpd/manual/programs/ab.html.ko.euc-kr
-share/httpd/manual/programs/ab.xml
-share/httpd/manual/programs/ab.xml.ko
-share/httpd/manual/programs/ab.xml.meta
-share/httpd/manual/programs/apachectl.html
-share/httpd/manual/programs/apachectl.html.en
-share/httpd/manual/programs/apachectl.html.ko.euc-kr
-share/httpd/manual/programs/apachectl.xml
-share/httpd/manual/programs/apachectl.xml.ko
-share/httpd/manual/programs/apachectl.xml.meta
-share/httpd/manual/programs/apxs.html
-share/httpd/manual/programs/apxs.html.en
-share/httpd/manual/programs/apxs.html.ko.euc-kr
-share/httpd/manual/programs/apxs.xml
-share/httpd/manual/programs/apxs.xml.ko
-share/httpd/manual/programs/apxs.xml.meta
-share/httpd/manual/programs/configure.html
-share/httpd/manual/programs/configure.html.en
-share/httpd/manual/programs/configure.html.ko.euc-kr
-share/httpd/manual/programs/configure.xml
-share/httpd/manual/programs/configure.xml.ko
-share/httpd/manual/programs/configure.xml.meta
-share/httpd/manual/programs/dbmmanage.html
-share/httpd/manual/programs/dbmmanage.html.en
-share/httpd/manual/programs/dbmmanage.html.ko.euc-kr
-share/httpd/manual/programs/dbmmanage.xml
-share/httpd/manual/programs/dbmmanage.xml.ko
-share/httpd/manual/programs/dbmmanage.xml.meta
-share/httpd/manual/programs/htdigest.html
-share/httpd/manual/programs/htdigest.html.en
-share/httpd/manual/programs/htdigest.html.ko.euc-kr
-share/httpd/manual/programs/htdigest.xml
-share/httpd/manual/programs/htdigest.xml.ko
-share/httpd/manual/programs/htdigest.xml.meta
-share/httpd/manual/programs/htpasswd.html
-share/httpd/manual/programs/htpasswd.html.en
-share/httpd/manual/programs/htpasswd.html.ko.euc-kr
-share/httpd/manual/programs/htpasswd.xml
-share/httpd/manual/programs/htpasswd.xml.ko
-share/httpd/manual/programs/htpasswd.xml.meta
-share/httpd/manual/programs/httpd.html
-share/httpd/manual/programs/httpd.html.en
-share/httpd/manual/programs/httpd.html.ko.euc-kr
-share/httpd/manual/programs/httpd.xml
-share/httpd/manual/programs/httpd.xml.ko
-share/httpd/manual/programs/httpd.xml.meta
-share/httpd/manual/programs/index.html
-share/httpd/manual/programs/index.html.en
-share/httpd/manual/programs/index.html.es
-share/httpd/manual/programs/index.html.ko.euc-kr
-share/httpd/manual/programs/index.html.ru.koi8-r
-share/httpd/manual/programs/index.xml
-share/httpd/manual/programs/index.xml.es
-share/httpd/manual/programs/index.xml.ko
-share/httpd/manual/programs/index.xml.meta
-share/httpd/manual/programs/index.xml.ru
-share/httpd/manual/programs/logresolve.html
-share/httpd/manual/programs/logresolve.html.en
-share/httpd/manual/programs/logresolve.html.ko.euc-kr
-share/httpd/manual/programs/logresolve.xml
-share/httpd/manual/programs/logresolve.xml.ko
-share/httpd/manual/programs/logresolve.xml.meta
-share/httpd/manual/programs/other.html
-share/httpd/manual/programs/other.html.en
-share/httpd/manual/programs/other.html.ko.euc-kr
-share/httpd/manual/programs/other.xml
-share/httpd/manual/programs/other.xml.ko
-share/httpd/manual/programs/other.xml.meta
-share/httpd/manual/programs/rotatelogs.html
-share/httpd/manual/programs/rotatelogs.html.en
-share/httpd/manual/programs/rotatelogs.html.ko.euc-kr
-share/httpd/manual/programs/rotatelogs.xml
-share/httpd/manual/programs/rotatelogs.xml.ko
-share/httpd/manual/programs/rotatelogs.xml.meta
-share/httpd/manual/programs/suexec.html
-share/httpd/manual/programs/suexec.html.en
-share/httpd/manual/programs/suexec.html.ko.euc-kr
-share/httpd/manual/programs/suexec.xml
-share/httpd/manual/programs/suexec.xml.ko
-share/httpd/manual/programs/suexec.xml.meta
-share/httpd/manual/style/css/manual-chm.css
-share/httpd/manual/style/css/manual-loose-100pc.css
-share/httpd/manual/style/css/manual-print.css
-share/httpd/manual/style/css/manual-zip-100pc.css
-share/httpd/manual/style/css/manual-zip.css
-share/httpd/manual/style/css/manual.css
-share/httpd/manual/style/lang/de.xml
-share/httpd/manual/style/lang/en.xml
-share/httpd/manual/style/lang/es.xml
-share/httpd/manual/style/lang/fr.xml
-share/httpd/manual/style/lang/ja.xml
-share/httpd/manual/style/lang/ko.xml
-share/httpd/manual/style/lang/ru.xml
-share/httpd/manual/style/build.properties
-share/httpd/manual/style/common.dtd
-share/httpd/manual/style/description.xml
-share/httpd/manual/style/faq.dtd
-share/httpd/manual/style/lang-targets.xml
-share/httpd/manual/style/manual.de.xsl
-share/httpd/manual/style/manual.en.xsl
-share/httpd/manual/style/manual.es.xsl
-share/httpd/manual/style/manual.fr.xsl
-share/httpd/manual/style/manual.ja.xsl
-share/httpd/manual/style/manual.ko.xsl
-share/httpd/manual/style/manual.ru.xsl
-share/httpd/manual/style/manualpage.dtd
-share/httpd/manual/style/modulesynopsis.dtd
-share/httpd/manual/style/sitemap.dtd
-share/httpd/manual/style/latex/atbeginend.sty
-share/httpd/manual/style/latex/common.xsl
-share/httpd/manual/style/latex/directiveindex.xsl
-share/httpd/manual/style/latex/faq.xsl
-share/httpd/manual/style/latex/html.xsl
-share/httpd/manual/style/latex/latex.xsl
-share/httpd/manual/style/latex/manualpage.xsl
-share/httpd/manual/style/latex/moduleindex.xsl
-share/httpd/manual/style/latex/quickreference.xsl
-share/httpd/manual/style/latex/synopsis.xsl
-share/httpd/manual/style/xsl/util/allmodules.xml
-share/httpd/manual/style/xsl/util/designations.xml
-share/httpd/manual/style/xsl/util/lf.xml
-share/httpd/manual/style/xsl/util/li-end.xml
-share/httpd/manual/style/xsl/util/li-start.xml
-share/httpd/manual/style/xsl/util/modtrans.xsl
-share/httpd/manual/style/xsl/util/nbsp.xml
-share/httpd/manual/style/xsl/util/tab.xml
-share/httpd/manual/style/xsl/util/ul-end.xml
-share/httpd/manual/style/xsl/util/ul-start.xml
-share/httpd/manual/style/xsl/common.xsl
-share/httpd/manual/style/xsl/directiveindex.xsl
-share/httpd/manual/style/xsl/faq.xsl
-share/httpd/manual/style/xsl/hhc.xsl
-share/httpd/manual/style/xsl/hhp.xsl
-share/httpd/manual/style/xsl/indexpage.xsl
-share/httpd/manual/style/xsl/language.xsl
-share/httpd/manual/style/xsl/manualpage.xsl
-share/httpd/manual/style/xsl/moduleindex.xsl
-share/httpd/manual/style/xsl/nroff.xsl
-share/httpd/manual/style/xsl/quickreference.xsl
-share/httpd/manual/style/xsl/sitemap.xsl
-share/httpd/manual/style/xsl/synopsis.xsl
-share/httpd/manual/style/xsl/typemap.xsl
-share/httpd/manual/vhosts/details.html
-share/httpd/manual/vhosts/details.html.en
-share/httpd/manual/vhosts/details.html.ko.euc-kr
-share/httpd/manual/vhosts/details.xml
-share/httpd/manual/vhosts/details.xml.ko
-share/httpd/manual/vhosts/details.xml.meta
-share/httpd/manual/vhosts/examples.html
-share/httpd/manual/vhosts/examples.html.en
-share/httpd/manual/vhosts/examples.html.ko.euc-kr
-share/httpd/manual/vhosts/examples.xml
-share/httpd/manual/vhosts/examples.xml.ko
-share/httpd/manual/vhosts/examples.xml.meta
-share/httpd/manual/vhosts/fd-limits.html
-share/httpd/manual/vhosts/fd-limits.html.en
-share/httpd/manual/vhosts/fd-limits.html.ja.jis
-share/httpd/manual/vhosts/fd-limits.html.ko.euc-kr
-share/httpd/manual/vhosts/fd-limits.xml
-share/httpd/manual/vhosts/fd-limits.xml.ja
-share/httpd/manual/vhosts/fd-limits.xml.ko
-share/httpd/manual/vhosts/fd-limits.xml.meta
-share/httpd/manual/vhosts/index.html
-share/httpd/manual/vhosts/index.html.de
-share/httpd/manual/vhosts/index.html.en
-share/httpd/manual/vhosts/index.html.es
-share/httpd/manual/vhosts/index.html.ja.jis
-share/httpd/manual/vhosts/index.html.ko.euc-kr
-share/httpd/manual/vhosts/index.html.ru.koi8-r
-share/httpd/manual/vhosts/index.xml
-share/httpd/manual/vhosts/index.xml.de
-share/httpd/manual/vhosts/index.xml.es
-share/httpd/manual/vhosts/index.xml.ja
-share/httpd/manual/vhosts/index.xml.ko
-share/httpd/manual/vhosts/index.xml.meta
-share/httpd/manual/vhosts/index.xml.ru
-share/httpd/manual/vhosts/ip-based.html
-share/httpd/manual/vhosts/ip-based.html.en
-share/httpd/manual/vhosts/ip-based.html.ko.euc-kr
-share/httpd/manual/vhosts/ip-based.xml
-share/httpd/manual/vhosts/ip-based.xml.ko
-share/httpd/manual/vhosts/ip-based.xml.meta
-share/httpd/manual/vhosts/mass.html
-share/httpd/manual/vhosts/mass.html.en
-share/httpd/manual/vhosts/mass.html.ko.euc-kr
-share/httpd/manual/vhosts/mass.xml
-share/httpd/manual/vhosts/mass.xml.ko
-share/httpd/manual/vhosts/mass.xml.meta
-share/httpd/manual/vhosts/name-based.html
-share/httpd/manual/vhosts/name-based.html.de
-share/httpd/manual/vhosts/name-based.html.en
-share/httpd/manual/vhosts/name-based.html.es
-share/httpd/manual/vhosts/name-based.html.ja.jis
-share/httpd/manual/vhosts/name-based.html.ko.euc-kr
-share/httpd/manual/vhosts/name-based.xml
-share/httpd/manual/vhosts/name-based.xml.de
-share/httpd/manual/vhosts/name-based.xml.es
-share/httpd/manual/vhosts/name-based.xml.ja
-share/httpd/manual/vhosts/name-based.xml.ko
-share/httpd/manual/vhosts/name-based.xml.meta
-@dirrm share/httpd/manual/developer
-@dirrm share/httpd/manual/faq
-@dirrm share/httpd/manual/mod
-@dirrm share/httpd/manual/ssl
-@dirrm share/httpd/manual/howto
-@dirrm share/httpd/manual/images
-@dirrm share/httpd/manual/misc
-@dirrm share/httpd/manual/platform
-@dirrm share/httpd/manual/programs
-@dirrm share/httpd/manual/style/css
-@dirrm share/httpd/manual/style/lang
-@dirrm share/httpd/manual/style/latex
-@dirrm share/httpd/manual/style/xsl/util
-@dirrm share/httpd/manual/style/xsl
-@dirrm share/httpd/manual/style
-@dirrm share/httpd/manual/vhosts
-@dirrm share/httpd/manual
-@dirrm share/httpd/icons/small
-@dirrm share/httpd/icons