From 1b8f93e8b32fe1b4006a2d3a4a872586c922fa0d Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 14 Jul 2004 12:39:00 +0000 Subject: Pullup ticket 57 to the pkgsrc-2004Q2 branch, requested by Grant Beattie. Security and other bug fixes for apache2. Module Name: pkgsrc Committed By: adrianp Date: Wed Jul 14 08:28:51 UTC 2004 Modified Files: pkgsrc/www/apache2: Makefile Makefile.common PLIST buildlink3.mk distinfo pkgsrc/www/apache2/patches: patch-aa Added Files: pkgsrc/www/apache2: PLIST.deffiles Removed Files: pkgsrc/www/apache2/patches: patch-as Log Message: - Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES and Module Name: pkgsrc Committed By: adrianp Date: Wed Jul 14 08:31:12 UTC 2004 Modified Files: pkgsrc/devel/apr: buildlink3.mk distinfo Log Message: - Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES --- devel/apr/buildlink3.mk | 4 +- devel/apr/distinfo | 6 +- doc/CHANGES-pkgsrc-2004Q2 | 4 +- www/apache2/Makefile | 85 ++- www/apache2/Makefile.common | 2 +- www/apache2/PLIST | 1428 ++---------------------------------------- www/apache2/PLIST.deffiles | 1420 +++++++++++++++++++++++++++++++++++++++++ www/apache2/buildlink3.mk | 5 +- www/apache2/distinfo | 9 +- www/apache2/patches/patch-aa | 15 +- www/apache2/patches/patch-as | 35 -- 11 files changed, 1574 insertions(+), 1439 deletions(-) create mode 100644 www/apache2/PLIST.deffiles delete mode 100644 www/apache2/patches/patch-as diff --git a/devel/apr/buildlink3.mk b/devel/apr/buildlink3.mk index 585afad0b8c..6e638a42722 100644 --- a/devel/apr/buildlink3.mk +++ b/devel/apr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/03/18 09:12:10 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.2.4.1 2004/07/14 12:39:00 agc Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ APR_BUILDLINK3_MK:= ${APR_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Napr} BUILDLINK_PACKAGES+= apr .if !empty(APR_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.apr+= apr>=0.9.5.2.0.48nb1 +BUILDLINK_DEPENDS.apr+= apr>=0.9.5.2.0.50 BUILDLINK_PKGSRCDIR.apr?= ../../devel/apr BUILDLINK_FILES.apr+= bin/apr-config diff --git a/devel/apr/distinfo b/devel/apr/distinfo index 0eb78e7ecab..8d208db7907 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2004/03/22 19:50:16 reed Exp $ +$NetBSD: distinfo,v 1.7.4.1 2004/07/14 12:39:00 agc Exp $ -SHA1 (httpd-2.0.49.tar.gz) = 7fe1f9bc835b91d5e55aa39a792b0050a634485b -Size (httpd-2.0.49.tar.gz) = 5919279 bytes +SHA1 (httpd-2.0.50.tar.gz) = 7b6f591b2e728473ebe0164bf5297b1fa86f4fe2 +Size (httpd-2.0.50.tar.gz) = 6338536 bytes SHA1 (patch-aa) = 17e79d6c54c855c4210f68e5facca1002d2512fa SHA1 (patch-ab) = bb9a9f0fbf5d48748f2a0826509a19b915d2bc72 SHA1 (patch-an) = 64006f0f1b5c3f20df6f47624e56aac0d99ae056 diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2 index 9fd5af343d9..b0e727eb3f3 100644 --- a/doc/CHANGES-pkgsrc-2004Q2 +++ b/doc/CHANGES-pkgsrc-2004Q2 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.22 2004/07/14 11:17:19 agc Exp $ +$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.23 2004/07/14 12:39:00 agc Exp $ Changes to the packages collection and infrastructure on the pkgsrc-2004Q2 branch: @@ -40,3 +40,5 @@ Pullup ticket 54, requested by Lubomir Sedlacik [agc 2004-07-13] Solaris afio build fix Pullup ticket 56, requested by Martti Kuparinen [agc 2004-07-14] Update xfce4 to 4.0.6 - bugfix release +Pullup ticket 57, requested by Grant Beattie [agc 2004-07-14] + apache2 security and bug fix diff --git a/www/apache2/Makefile b/www/apache2/Makefile index f3d9f52dd18..90448bfb557 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2004/06/05 16:21:44 taca Exp $ +# $NetBSD: Makefile,v 1.36.2.1 2004/07/14 12:39:00 agc Exp $ PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 2 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ @@ -10,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 +BUILD_DEFS+= USE_INET6 APACHE_DEFAULT_FILES USE_BUILDLINK3= YES USE_PKGINSTALL= YES @@ -28,6 +27,32 @@ 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 @@ -79,6 +104,27 @@ MAKE_DIRS+= ${PREFIX}/share/httpd/htdocs OWN_DIRS= /var/log/httpd OWN_DIRS+= /var/db/httpd OWN_DIRS_PERMS+= /var/db/httpd/proxy ${APACHE_USER} ${APACHE_GROUP} 0755 +FIX_PERMS= apachectl apxs dbmmanage envvars-std + +SUBST_CLASSES= paths +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths= config.layout +SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|g" +SUBST_MESSAGE.paths= "Fixing paths." + +SUBST_CLASSES+= confs +SUBST_STAGE.confs= post-install +SUBST_FILES.confs= ${EGDIR}/highperformance-std.conf \ + ${EGDIR}/httpd-std.conf \ + ${EGDIR}/ssl-std.conf +SUBST_SED.confs= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g" \ + -e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g" \ + -e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g" \ + -e "s|logs/|/var/log/httpd/|g" \ + -e "s|/var/log/httpd/foo\.log|logs/foo.log/|g" \ + -e "s|^\(User[ ]\).*|\1${APACHE_USER}|g" \ + -e "s|^\(Group[ ]\).*|\1${APACHE_GROUP}|g" +SUBST_MESSAGE.confs= "Fixing configuration files." # Add dependencies for the modules that will be built. For each module # ap_mod listed in ${APACHE_MODULES}, _AP_DEPENDS.ap_mod is a whitespace @@ -107,32 +153,19 @@ CONFIGURE_ARGS+= ${_AP_CFG_ARGS.${_ap_mod}} . endif .endfor -AP_CONF_FILE_SED= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g" -AP_CONF_FILE_SED+= -e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g" -AP_CONF_FILE_SED+= -e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g" -AP_CONF_FILE_SED+= -e "s|logs/|/var/log/httpd/|g" -AP_CONF_FILE_SED+= -e "s|/var/log/httpd/foo\.log|logs/foo.log/|g" -AP_CONF_FILE_SED+= -e "s|^\(User[ ]\).*|\1${APACHE_USER}|g" -AP_CONF_FILE_SED+= -e "s|^\(Group[ ]\).*|\1${APACHE_GROUP}|g" - -pre-configure: - ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${WRKSRC}/config.layout \ - > ${WRKSRC}/config.layout.new - ${MV} ${WRKSRC}/config.layout.new ${WRKSRC}/config.layout - -post-install: - ${LN} -sf ${LOCALBASE}/libexec/apr/libtool ${PREFIX}/share/httpd/build +pre-install: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} install-conf sysconfdir="${EGDIR}" + +post-install: + @${LN} -sf ${LOCALBASE}/libexec/apr/libtool ${PREFIX}/share/httpd/build @cd ${EGDIR}; \ for file in \ highperformance-std.conf \ httpd-std.conf \ ssl-std.conf; \ do \ - ${CAT} $${file} \ - | ${SED} ${AP_CONF_FILE_SED} \ - | ${AWK} ' \ + ${CAT} $${file} | ${AWK} ' \ /^Listen[ ]*80/ { \ print; \ printf "%s", "Listen 0.0.0.0:80\n"; \ @@ -148,6 +181,16 @@ 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 && \ + ${CHMOD} ${BINMODE} ${PREFIX}/sbin/$$file; \ + done + .include "Makefile.common" .include "../../devel/apr/buildlink3.mk" diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index 28dda23b9f2..9e7cadac45a 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,5 +1,5 @@ DISTNAME= httpd-${APACHE_VERSION} -APACHE_VERSION= 2.0.49 +APACHE_VERSION= 2.0.50 APR_VERSION= 0.9.5 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} \ diff --git a/www/apache2/PLIST b/www/apache2/PLIST index 885ef5f3a08..72094445936 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,57 +1,55 @@ -@comment $NetBSD: PLIST,v 1.20 2004/04/23 22:07:59 reed Exp $ +@comment $NetBSD: PLIST,v 1.20.2.1 2004/07/14 12:39:00 agc Exp $ include/httpd/ap_compat.h -include/httpd/ap_config.h -include/httpd/ap_config_auto.h -include/httpd/ap_config_layout.h -include/httpd/ap_listen.h -include/httpd/ap_mmn.h -include/httpd/ap_mpm.h -include/httpd/ap_provider.h -include/httpd/ap_regkey.h -include/httpd/ap_release.h -include/httpd/http_config.h -include/httpd/http_connection.h -include/httpd/http_core.h -include/httpd/http_log.h -include/httpd/http_main.h -include/httpd/http_protocol.h -include/httpd/http_request.h -include/httpd/http_vhost.h +include/httpd/util_time.h +include/httpd/util_script.h +include/httpd/util_md5.h +include/httpd/util_ldap.h +include/httpd/util_filter.h +include/httpd/util_ebcdic.h +include/httpd/util_charset.h +include/httpd/util_cfgtree.h +include/httpd/scoreboard.h +include/httpd/rfc1413.h +include/httpd/pcreposix.h +include/httpd/mpm_common.h include/httpd/httpd.h -include/httpd/mod_cgi.h -include/httpd/mod_core.h +include/httpd/http_vhost.h +include/httpd/http_request.h +include/httpd/http_protocol.h +include/httpd/http_main.h +include/httpd/http_log.h +include/httpd/http_core.h +include/httpd/http_connection.h +include/httpd/http_config.h +include/httpd/ap_release.h +include/httpd/ap_regkey.h +include/httpd/ap_provider.h +include/httpd/ap_mpm.h +include/httpd/ap_mmn.h +include/httpd/ap_listen.h +include/httpd/ap_config_layout.h +include/httpd/ap_config_auto.h +include/httpd/ap_config.h +include/httpd/util_xml.h +include/httpd/os.h +include/httpd/mpm_default.h +include/httpd/mpm.h include/httpd/mod_dav.h include/httpd/mod_include.h +include/httpd/mod_cgi.h +include/httpd/mod_status.h include/httpd/mod_log_config.h +include/httpd/mod_core.h include/httpd/mod_proxy.h -include/httpd/mod_ssl.h -include/httpd/mod_status.h -include/httpd/mpm.h -include/httpd/mpm_common.h -include/httpd/mpm_default.h -include/httpd/os.h -include/httpd/pcre.h -include/httpd/pcreposix.h -include/httpd/rfc1413.h -include/httpd/scoreboard.h +include/httpd/ssl_util_table.h +include/httpd/ssl_util_ssl.h include/httpd/ssl_expr.h -include/httpd/ssl_expr_parse.h include/httpd/ssl_toolkit_compat.h -include/httpd/ssl_util_ssl.h -include/httpd/ssl_util_table.h +include/httpd/ssl_expr_parse.h +include/httpd/mod_ssl.h +include/httpd/pcre.h include/httpd/unixd.h -include/httpd/util_cfgtree.h -include/httpd/util_charset.h -include/httpd/util_ebcdic.h -include/httpd/util_filter.h -include/httpd/util_ldap.h -include/httpd/util_md5.h -include/httpd/util_script.h -include/httpd/util_time.h -include/httpd/util_xml.h lib/httpd/httpd.exp -libexec/cgi-bin/printenv -libexec/cgi-bin/test-cgi man/man1/dbmmanage.1 man/man1/htdigest.1 man/man1/htpasswd.1 @@ -89,1333 +87,33 @@ share/httpd/build/ltlib.mk share/httpd/build/program.mk share/httpd/build/rules.mk share/httpd/build/special.mk -share/httpd/error/HTTP_BAD_GATEWAY.html.var -share/httpd/error/HTTP_BAD_REQUEST.html.var -share/httpd/error/HTTP_FORBIDDEN.html.var -share/httpd/error/HTTP_GONE.html.var -share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var -share/httpd/error/HTTP_LENGTH_REQUIRED.html.var -share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var -share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var -share/httpd/error/HTTP_NOT_FOUND.html.var -share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var -share/httpd/error/HTTP_PRECONDITION_FAILED.html.var -share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var -share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var -share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var -share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var -share/httpd/error/HTTP_UNAUTHORIZED.html.var -share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var -share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var -share/httpd/error/README -share/httpd/error/contact.html.var share/httpd/error/include/bottom.html share/httpd/error/include/spacer.html share/httpd/error/include/top.html -share/httpd/htdocs/apache_pb.gif -share/httpd/htdocs/apache_pb.png -share/httpd/htdocs/apache_pb2.gif -share/httpd/htdocs/apache_pb2.png -share/httpd/htdocs/apache_pb2_ani.gif -share/httpd/htdocs/index.html.ca -share/httpd/htdocs/index.html.cz.iso8859-2 -share/httpd/htdocs/index.html.de -share/httpd/htdocs/index.html.dk -share/httpd/htdocs/index.html.ee -share/httpd/htdocs/index.html.el -share/httpd/htdocs/index.html.en -share/httpd/htdocs/index.html.es -share/httpd/htdocs/index.html.et -share/httpd/htdocs/index.html.fr -share/httpd/htdocs/index.html.he.iso8859-8 -share/httpd/htdocs/index.html.hr.iso8859-2 -share/httpd/htdocs/index.html.it -share/httpd/htdocs/index.html.ja.iso2022-jp -share/httpd/htdocs/index.html.ko.euc-kr -share/httpd/htdocs/index.html.lb.utf8 -share/httpd/htdocs/index.html.nl -share/httpd/htdocs/index.html.nn -share/httpd/htdocs/index.html.no -share/httpd/htdocs/index.html.po.iso8859-2 -share/httpd/htdocs/index.html.pt -share/httpd/htdocs/index.html.pt-br -share/httpd/htdocs/index.html.ru.cp-1251 -share/httpd/htdocs/index.html.ru.cp866 -share/httpd/htdocs/index.html.ru.iso-ru -share/httpd/htdocs/index.html.ru.koi8-r -share/httpd/htdocs/index.html.ru.utf8 -share/httpd/htdocs/index.html.sv -share/httpd/htdocs/index.html.var -share/httpd/htdocs/index.html.zh-cn.gb2312 -share/httpd/htdocs/index.html.zh-tw.big5 -share/httpd/icons/README -share/httpd/icons/a.gif -share/httpd/icons/a.png -share/httpd/icons/alert.black.gif -share/httpd/icons/alert.black.png -share/httpd/icons/alert.red.gif -share/httpd/icons/alert.red.png -share/httpd/icons/apache_pb.gif -share/httpd/icons/apache_pb.png -share/httpd/icons/apache_pb2.gif -share/httpd/icons/apache_pb2.png -share/httpd/icons/apache_pb2_ani.gif -share/httpd/icons/back.gif -share/httpd/icons/back.png -share/httpd/icons/ball.gray.gif -share/httpd/icons/ball.gray.png -share/httpd/icons/ball.red.gif -share/httpd/icons/ball.red.png -share/httpd/icons/binary.gif -share/httpd/icons/binary.png -share/httpd/icons/binhex.gif -share/httpd/icons/binhex.png -share/httpd/icons/blank.gif -share/httpd/icons/blank.png -share/httpd/icons/bomb.gif -share/httpd/icons/bomb.png -share/httpd/icons/box1.gif -share/httpd/icons/box1.png -share/httpd/icons/box2.gif -share/httpd/icons/box2.png -share/httpd/icons/broken.gif -share/httpd/icons/broken.png -share/httpd/icons/burst.gif -share/httpd/icons/burst.png -share/httpd/icons/c.gif -share/httpd/icons/c.png -share/httpd/icons/comp.blue.gif -share/httpd/icons/comp.blue.png -share/httpd/icons/comp.gray.gif -share/httpd/icons/comp.gray.png -share/httpd/icons/compressed.gif -share/httpd/icons/compressed.png -share/httpd/icons/continued.gif -share/httpd/icons/continued.png -share/httpd/icons/dir.gif -share/httpd/icons/dir.png -share/httpd/icons/diskimg.gif -share/httpd/icons/diskimg.png -share/httpd/icons/down.gif -share/httpd/icons/down.png -share/httpd/icons/dvi.gif -share/httpd/icons/dvi.png -share/httpd/icons/f.gif -share/httpd/icons/f.png -share/httpd/icons/folder.gif -share/httpd/icons/folder.open.gif -share/httpd/icons/folder.open.png -share/httpd/icons/folder.png -share/httpd/icons/folder.sec.gif -share/httpd/icons/folder.sec.png -share/httpd/icons/forward.gif -share/httpd/icons/forward.png -share/httpd/icons/generic.gif -share/httpd/icons/generic.png -share/httpd/icons/generic.red.gif -share/httpd/icons/generic.red.png -share/httpd/icons/generic.sec.gif -share/httpd/icons/generic.sec.png -share/httpd/icons/hand.right.gif -share/httpd/icons/hand.right.png -share/httpd/icons/hand.up.gif -share/httpd/icons/hand.up.png -share/httpd/icons/icon.sheet.gif -share/httpd/icons/icon.sheet.png -share/httpd/icons/image1.gif -share/httpd/icons/image1.png -share/httpd/icons/image2.gif -share/httpd/icons/image2.png -share/httpd/icons/image3.gif -share/httpd/icons/image3.png -share/httpd/icons/index.gif -share/httpd/icons/index.png -share/httpd/icons/layout.gif -share/httpd/icons/layout.png -share/httpd/icons/left.gif -share/httpd/icons/left.png -share/httpd/icons/link.gif -share/httpd/icons/link.png -share/httpd/icons/movie.gif -share/httpd/icons/movie.png -share/httpd/icons/p.gif -share/httpd/icons/p.png -share/httpd/icons/patch.gif -share/httpd/icons/patch.png -share/httpd/icons/pdf.gif -share/httpd/icons/pdf.png -share/httpd/icons/pie0.gif -share/httpd/icons/pie0.png -share/httpd/icons/pie1.gif -share/httpd/icons/pie1.png -share/httpd/icons/pie2.gif -share/httpd/icons/pie2.png -share/httpd/icons/pie3.gif -share/httpd/icons/pie3.png -share/httpd/icons/pie4.gif -share/httpd/icons/pie4.png -share/httpd/icons/pie5.gif -share/httpd/icons/pie5.png -share/httpd/icons/pie6.gif -share/httpd/icons/pie6.png -share/httpd/icons/pie7.gif -share/httpd/icons/pie7.png -share/httpd/icons/pie8.gif -share/httpd/icons/pie8.png -share/httpd/icons/portal.gif -share/httpd/icons/portal.png -share/httpd/icons/ps.gif -share/httpd/icons/ps.png -share/httpd/icons/quill.gif -share/httpd/icons/quill.png -share/httpd/icons/right.gif -share/httpd/icons/right.png -share/httpd/icons/screw1.gif -share/httpd/icons/screw1.png -share/httpd/icons/screw2.gif -share/httpd/icons/screw2.png -share/httpd/icons/script.gif -share/httpd/icons/script.png -share/httpd/icons/small/README.txt -share/httpd/icons/small/back.gif -share/httpd/icons/small/back.png -share/httpd/icons/small/binary.gif -share/httpd/icons/small/binary.png -share/httpd/icons/small/binhex.gif -share/httpd/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/uu.png -share/httpd/icons/sound1.gif -share/httpd/icons/sound1.png -share/httpd/icons/sound2.gif -share/httpd/icons/sound2.png -share/httpd/icons/sphere1.gif -share/httpd/icons/sphere1.png -share/httpd/icons/sphere2.gif -share/httpd/icons/sphere2.png -share/httpd/icons/tar.gif -share/httpd/icons/tar.png -share/httpd/icons/tex.gif -share/httpd/icons/tex.png -share/httpd/icons/text.gif -share/httpd/icons/text.png -share/httpd/icons/transfer.gif -share/httpd/icons/transfer.png -share/httpd/icons/unknown.gif -share/httpd/icons/unknown.png -share/httpd/icons/up.gif -share/httpd/icons/up.png -share/httpd/icons/uu.gif -share/httpd/icons/uu.png -share/httpd/icons/uuencoded.gif -share/httpd/icons/uuencoded.png -share/httpd/icons/world1.gif -share/httpd/icons/world1.png -share/httpd/icons/world2.gif -share/httpd/icons/world2.png -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.html.en -share/httpd/manual/configuring.html.ja.jis -share/httpd/manual/configuring.html.ko.euc-kr -share/httpd/manual/configuring.xml -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/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/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.html.ja.jis -share/httpd/manual/dso.html.ko.euc-kr -share/httpd/manual/dso.xml -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/faq/all_in_one.html -share/httpd/manual/faq/all_in_one.html.en -share/httpd/manual/faq/all_in_one.xml -share/httpd/manual/faq/all_in_one.xml.meta -share/httpd/manual/faq/categories.xml -share/httpd/manual/faq/error.html -share/httpd/manual/faq/error.html.en -share/httpd/manual/faq/error.xml -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.xml -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.xml -share/httpd/manual/faq/support.xml.meta -share/httpd/manual/filter.html -share/httpd/manual/filter.html.en -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.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.ko.euc-kr -share/httpd/manual/glossary.xml -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.ja.jis -share/httpd/manual/handler.html.ko.euc-kr -share/httpd/manual/handler.html.ru.koi8-r -share/httpd/manual/handler.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/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.xml -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/images/apache_header.gif -share/httpd/manual/images/custom_errordocs.gif -share/httpd/manual/images/down.gif -share/httpd/manual/images/favicon.ico -share/httpd/manual/images/feather.gif -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_fig2.gif -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/index.html -share/httpd/manual/index.html.de -share/httpd/manual/index.html.en -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.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/install.html.en -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.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.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.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/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.xml -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.xml -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.xml -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.xml -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/mod/allmodules.xml -share/httpd/manual/mod/allmodules.xml.de -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.ko.euc-kr -share/httpd/manual/mod/beos.xml -share/httpd/manual/mod/beos.xml.de -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.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.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.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.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.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.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.ko.euc-kr -share/httpd/manual/mod/leader.xml -share/httpd/manual/mod/leader.xml.de -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.html.en -share/httpd/manual/mod/mod_auth_digest.xml -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.xml -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.xml -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.xml -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.xml -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_logio.html -share/httpd/manual/mod/mod_logio.html.en -share/httpd/manual/mod/mod_logio.xml -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_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 -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_rewrite.xml.meta -share/httpd/manual/mod/mod_setenvif.html -share/httpd/manual/mod/mod_setenvif.html.en -share/httpd/manual/mod/mod_setenvif.html.ja.jis -share/httpd/manual/mod/mod_setenvif.xml -share/httpd/manual/mod/mod_setenvif.xml.ja -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.xml -share/httpd/manual/mod/mod_so.xml.ja -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.xml -share/httpd/manual/mod/mod_speling.xml.ja -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.xml -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.xml -share/httpd/manual/mod/mod_suexec.xml.ja -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.xml -share/httpd/manual/mod/mod_unique_id.xml.ja -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/mod_userdir.html.ja.jis -share/httpd/manual/mod/mod_userdir.xml -share/httpd/manual/mod/mod_userdir.xml.ja -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.html.ja.jis -share/httpd/manual/mod/module-dict.xml -share/httpd/manual/mod/module-dict.xml.ja -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.ja.jis -share/httpd/manual/mod/mpm_winnt.xml -share/httpd/manual/mod/mpm_winnt.xml.de -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.ja.jis -share/httpd/manual/mod/prefork.xml -share/httpd/manual/mod/prefork.xml.de -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.ja.jis -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.ja -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.ja.jis -share/httpd/manual/mod/worker.xml -share/httpd/manual/mod/worker.xml.de -share/httpd/manual/mod/worker.xml.ja -share/httpd/manual/mod/worker.xml.meta -share/httpd/manual/mpm.html -share/httpd/manual/mpm.html.en -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 -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.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.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/platform/ebcdic.html -share/httpd/manual/platform/ebcdic.html.en -share/httpd/manual/platform/ebcdic.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.xml -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.ru.koi8-r -share/httpd/manual/programs/index.xml -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.xml -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.xml -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.xml -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.xml -share/httpd/manual/programs/suexec.xml.meta -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/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.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.ja -share/httpd/manual/sitemap.xml.ko -share/httpd/manual/sitemap.xml.meta -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_fig2.gif -share/httpd/manual/ssl/ssl_intro_fig3.gif -share/httpd/manual/stopping.html -share/httpd/manual/stopping.html.de -share/httpd/manual/stopping.html.en -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.ja -share/httpd/manual/stopping.xml.ko -share/httpd/manual/stopping.xml.meta -share/httpd/manual/stopping.xml.ru -share/httpd/manual/style/build.properties -share/httpd/manual/style/chm/chm.de.xsl -share/httpd/manual/style/chm/chm.en.xsl -share/httpd/manual/style/chm/chm.ja.xsl -share/httpd/manual/style/chm/chm.ko.xsl -share/httpd/manual/style/chm/chm.zh-cn.xsl -share/httpd/manual/style/chm/hhc.de.xsl -share/httpd/manual/style/chm/hhc.en.xsl -share/httpd/manual/style/chm/hhc.ja.xsl -share/httpd/manual/style/chm/hhc.ko.xsl -share/httpd/manual/style/chm/hhc.xsl -share/httpd/manual/style/chm/hhc.zh-cn.xsl -share/httpd/manual/style/chm/hhp.de.xsl -share/httpd/manual/style/chm/hhp.en.xsl -share/httpd/manual/style/chm/hhp.ja.xsl -share/httpd/manual/style/chm/hhp.ko.xsl -share/httpd/manual/style/chm/hhp.xsl -share/httpd/manual/style/chm/hhp.zh-cn.xsl -share/httpd/manual/style/common.dtd -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/faq.dtd -share/httpd/manual/style/lang/de.xml -share/httpd/manual/style/lang/en.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/lang/sv.xml -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/man/man.en.xsl -share/httpd/manual/style/man/manpage.xsl -share/httpd/manual/style/manual.de.xsl -share/httpd/manual/style/manual.en.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.pt-br.xsl -share/httpd/manual/style/manual.ru.xsl -share/httpd/manual/style/manual.sv.xsl -share/httpd/manual/style/manual.zh-cn.xsl -share/httpd/manual/style/manualpage.dtd -share/httpd/manual/style/modulesynopsis.dtd -share/httpd/manual/style/sitemap.dtd -share/httpd/manual/style/w3c/xhtml-lat1.ent -share/httpd/manual/style/w3c/xhtml-special.ent -share/httpd/manual/style/w3c/xhtml-symbol.ent -share/httpd/manual/style/w3c/xhtml1-strict.dtd -share/httpd/manual/style/w3c/xhtml1-transitional.dtd -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/indexpage.xsl -share/httpd/manual/style/xsl/manualpage.xsl -share/httpd/manual/style/xsl/moduleindex.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/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/zip/zip.de.xsl -share/httpd/manual/style/zip/zip.en.xsl -share/httpd/manual/style/zip/zip.ja.xsl -share/httpd/manual/style/zip/zip.ko.xsl -share/httpd/manual/style/zip/zip.ru.xsl -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/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.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.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/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.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.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.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.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/howto -@dirrm share/httpd/manual/images -@dirrm share/httpd/manual/misc -@dirrm share/httpd/manual/mod -@dirrm share/httpd/manual/platform -@dirrm share/httpd/manual/programs -@dirrm share/httpd/manual/ssl -@dirrm share/httpd/manual/style/zip -@dirrm share/httpd/manual/style/xsl/util -@dirrm share/httpd/manual/style/xsl -@dirrm share/httpd/manual/style/w3c -@dirrm share/httpd/manual/style/man -@dirrm share/httpd/manual/style/latex -@dirrm share/httpd/manual/style/lang -@dirrm share/httpd/manual/style/css -@dirrm share/httpd/manual/style/chm -@dirrm share/httpd/manual/style -@dirrm share/httpd/manual/vhosts -@dirrm share/httpd/manual -@dirrm share/httpd/icons/small -@dirrm share/httpd/icons +share/httpd/error/contact.html.var +share/httpd/error/README +share/httpd/error/HTTP_VARIANT_ALSO_VARIES.html.var +share/httpd/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var +share/httpd/error/HTTP_UNAUTHORIZED.html.var +share/httpd/error/HTTP_SERVICE_UNAVAILABLE.html.var +share/httpd/error/HTTP_REQUEST_URI_TOO_LARGE.html.var +share/httpd/error/HTTP_REQUEST_TIME_OUT.html.var +share/httpd/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var +share/httpd/error/HTTP_PRECONDITION_FAILED.html.var +share/httpd/error/HTTP_NOT_IMPLEMENTED.html.var +share/httpd/error/HTTP_NOT_FOUND.html.var +share/httpd/error/HTTP_NOT_ACCEPTABLE.html.var +share/httpd/error/HTTP_METHOD_NOT_ALLOWED.html.var +share/httpd/error/HTTP_LENGTH_REQUIRED.html.var +share/httpd/error/HTTP_INTERNAL_SERVER_ERROR.html.var +share/httpd/error/HTTP_GONE.html.var +share/httpd/error/HTTP_FORBIDDEN.html.var +share/httpd/error/HTTP_BAD_REQUEST.html.var +share/httpd/error/HTTP_BAD_GATEWAY.html.var @dirrm share/httpd/error/include @dirrm share/httpd/error @dirrm share/httpd/build @dirrm share/examples/httpd -@unexec ${RMDIR} ${PREFIX}/libexec/cgi-bin 2>/dev/null || ${TRUE} @dirrm lib/httpd +@unexec ${RMDIR} ${PREFIX}/libexec/cgi-bin 2>/dev/null || ${TRUE} @dirrm include/httpd diff --git a/www/apache2/PLIST.deffiles b/www/apache2/PLIST.deffiles new file mode 100644 index 00000000000..5339f7c3173 --- /dev/null +++ b/www/apache2/PLIST.deffiles @@ -0,0 +1,1420 @@ +@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 diff --git a/www/apache2/buildlink3.mk b/www/apache2/buildlink3.mk index 54c4f2b18bc..105dd1d546c 100644 --- a/www/apache2/buildlink3.mk +++ b/www/apache2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/03/26 02:27:56 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4.4.1 2004/07/14 12:39:00 agc Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ APACHE_BUILDLINK3_MK:= ${APACHE_BUILDLINK3_MK}+ @@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Napache} BUILDLINK_PACKAGES+= apache .if !empty(APACHE_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.apache+= apache>=2.0.49 -BUILDLINK_RECOMMENDED.apache?= apache>=2.0.49nb1 +BUILDLINK_DEPENDS.apache+= apache>=2.0.50 BUILDLINK_PKGSRCDIR.apache?= ../../www/apache2 BUILDLINK_DEPMETHOD.apache?= build . if defined(APACHE_MODULE) diff --git a/www/apache2/distinfo b/www/apache2/distinfo index 1b524f28f91..496fb238bf0 100644 --- a/www/apache2/distinfo +++ b/www/apache2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2004/06/05 16:21:44 taca Exp $ +$NetBSD: distinfo,v 1.25.2.1 2004/07/14 12:39:00 agc Exp $ -SHA1 (httpd-2.0.49.tar.gz) = 7fe1f9bc835b91d5e55aa39a792b0050a634485b -Size (httpd-2.0.49.tar.gz) = 5919279 bytes -SHA1 (patch-aa) = b04f73fcc090e64c7c7de480fe504bb7a9e305bd +SHA1 (httpd-2.0.50.tar.gz) = 7b6f591b2e728473ebe0164bf5297b1fa86f4fe2 +Size (httpd-2.0.50.tar.gz) = 6338536 bytes +SHA1 (patch-aa) = 341d546fa758ae65023ff13422a3a002a7f1686b SHA1 (patch-ad) = 27fa3655d6ba4840296e79fa6fd96cd9de79a33a SHA1 (patch-ag) = 78dcb023f524ef65928b529320932c9664ec0d01 SHA1 (patch-ah) = f655dbabb32884a20e77f4791fa762e6c0e6cf74 @@ -10,4 +10,3 @@ SHA1 (patch-ak) = f11a86b1235d5c595fa381bbb474db4fe8448215 SHA1 (patch-al) = 29cc52616c50b7ec998339cca386112a8f1611cc SHA1 (patch-am) = ff60a7b69ad949363ebec194141e9b95cb796426 SHA1 (patch-ar) = de5f57dd0757b7fdc1039c00f6e18de72007f5d8 -SHA1 (patch-as) = 9cdb5eaa3d49728c4139ecf7a628772328bc8a55 diff --git a/www/apache2/patches/patch-aa b/www/apache2/patches/patch-aa index 8202e447362..23a1f1f3a50 100644 --- a/www/apache2/patches/patch-aa +++ b/www/apache2/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.11 2003/10/28 04:49:33 itojun Exp $ +$NetBSD: patch-aa,v 1.11.6.1 2004/07/14 12:39:00 agc Exp $ ---- Makefile.in.orig Mon Aug 25 09:12:06 2003 -+++ Makefile.in Tue Oct 28 13:39:36 2003 +--- Makefile.in.orig Sat Dec 27 12:00:42 2003 ++++ Makefile.in Sat Jul 3 18:13:46 2004 @@ -14,7 +14,7 @@ PROGRAMS = $(PROGRAM_NAME) TARGETS = $(PROGRAMS) $(shared_build) $(other_targets) @@ -81,3 +81,12 @@ $NetBSD: patch-aa,v 1.11 2003/10/28 04:49:33 itojun Exp $ echo "[PRESERVING EXISTING CGI SUBDIR: $(DESTDIR)$(cgidir)]"; \ else \ echo Installing CGIs ; \ +@@ -191,8 +193,6 @@ + @test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir) + @cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1 + @cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8 +- @(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir)) +- @(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true + + install-suexec: + @if test -f $(builddir)/support/suexec; then \ diff --git a/www/apache2/patches/patch-as b/www/apache2/patches/patch-as deleted file mode 100644 index 68153daf2ce..00000000000 --- a/www/apache2/patches/patch-as +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-as,v 1.1 2004/06/05 16:21:44 taca Exp $ - ---- modules/ssl/ssl_engine_kernel.c.orig 2004-02-10 05:53:20.000000000 +0900 -+++ modules/ssl/ssl_engine_kernel.c -@@ -793,7 +793,6 @@ int ssl_hook_UserCheck(request_rec *r) - SSLConnRec *sslconn = myConnConfig(r->connection); - SSLSrvConfigRec *sc = mySrvConfig(r->server); - SSLDirConfigRec *dc = myDirConfig(r); -- char buf1[MAX_STRING_LEN], buf2[MAX_STRING_LEN]; - char *clientdn; - const char *auth_line, *username, *password; - -@@ -872,14 +871,16 @@ int ssl_hook_UserCheck(request_rec *r) - * adding the string "xxj31ZMTZzkVA" as the password in the user file. - * This is just the crypted variant of the word "password" ;-) - */ -- apr_snprintf(buf1, sizeof(buf1), "%s:password", clientdn); -- ssl_util_uuencode(buf2, buf1, FALSE); -- -- apr_snprintf(buf1, sizeof(buf1), "Basic %s", buf2); -- apr_table_set(r->headers_in, "Authorization", buf1); -+ auth_line = apr_pstrcat(r->pool, "Basic ", -+ ap_pbase64encode(r->pool, -+ apr_pstrcat(r->pool, clientdn, -+ ":password", NULL)), -+ NULL); -+ apr_table_set(r->headers_in, "Authorization", auth_line); - - ap_log_error(APLOG_MARK, APLOG_INFO, 0, r->server, -- "Faking HTTP Basic Auth header: \"Authorization: %s\"", buf1); -+ "Faking HTTP Basic Auth header: \"Authorization: %s\"", -+ auth_line); - - return DECLINED; - } -- cgit v1.2.3