diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-01 00:09:42 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-01 00:09:42 +0000 |
commit | 6d59a529a87451e79a65eb1f2949ee8c74513534 (patch) | |
tree | b929787aa2f9c07a579c9349efb4b6f9a5598c71 /www | |
parent | Fix a 64-bit bigendian problem that kept HTML pages from rending correctly (diff) |
[SECURITY FIX]
Update to 2.0.46
See vulnerability details at:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
PR: 52768 [1]
Submitted by: Xin Li <delphij@freebsdchina.org> [1],
Miguel Mendez <flynn@energyhq.es.eu.org>,
Trevor Johnson <trevor@FreeBSD.org>,
Mark Gooderum <mark@verniernetworks.com>,
John Walsh <zed@maths.tcd.ie>
Notes
Notes:
svn path=/head/; revision=81787
Diffstat (limited to '')
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/distinfo | 2 | ||||
-rw-r--r-- | www/apache2/files/patch-configure | 26 | ||||
-rw-r--r-- | www/apache2/pkg-plist | 402 | ||||
-rw-r--r-- | www/apache20/Makefile | 4 | ||||
-rw-r--r-- | www/apache20/distinfo | 2 | ||||
-rw-r--r-- | www/apache20/files/patch-configure | 26 | ||||
-rw-r--r-- | www/apache20/pkg-plist | 402 | ||||
-rw-r--r-- | www/apache21/Makefile | 4 | ||||
-rw-r--r-- | www/apache21/distinfo | 2 | ||||
-rw-r--r-- | www/apache21/files/patch-configure | 26 | ||||
-rw-r--r-- | www/apache21/pkg-plist | 402 | ||||
-rw-r--r-- | www/apache22/Makefile | 4 | ||||
-rw-r--r-- | www/apache22/distinfo | 2 | ||||
-rw-r--r-- | www/apache22/files/patch-configure | 26 | ||||
-rw-r--r-- | www/apache22/pkg-plist | 402 |
16 files changed, 1480 insertions, 256 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index bd2d3a908515..8c30046bc135 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.45 +PORTVERSION= 2.0.46 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -117,7 +117,7 @@ PLIST_SUB+= EXPERIMENTAL="@comment " CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 +MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 post-extract: @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif diff --git a/www/apache2/distinfo b/www/apache2/distinfo index 4e45e806fa32..c43b9bd192e9 100644 --- a/www/apache2/distinfo +++ b/www/apache2/distinfo @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.45.tar.gz) = 1f33e9a2e2de06da190230fa72738d75 +MD5 (httpd-2.0.46.tar.gz) = ff682f82f0808eb01df60824d959ebe8 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache2/files/patch-configure b/www/apache2/files/patch-configure index 8a3cef3275c6..d5e81693c4c9 100644 --- a/www/apache2/files/patch-configure +++ b/www/apache2/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 31 16:48:51 2003 -+++ configure Thu Apr 3 21:18:08 2003 +--- configure.orig Wed May 28 14:11:27 2003 ++++ configure Fri May 30 07:47:42 2003 @@ -1513,7 +1513,7 @@ $srcdir/config.layout > $pldconf layout_name=$LAYOUT @@ -9,25 +9,25 @@ for var in prefix exec_prefix bindir sbindir libexecdir mandir \ sysconfdir datadir errordir iconsdir htdocsdir cgidir \ includedir localstatedir runtimedir logfiledir libdir \ -@@ -2613,7 +2613,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2627,7 +2627,7 @@ + done -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir + +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir then : echo "srclib/apr configured properly" else -@@ -2888,7 +2888,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2928,7 +2928,7 @@ + done + -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir then : echo "srclib/apr-util configured properly" else -@@ -15634,6 +15634,9 @@ +@@ -15719,6 +15719,9 @@ cat >>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" diff --git a/www/apache2/pkg-plist b/www/apache2/pkg-plist index e6a91c409f70..8a38ec239357 100644 --- a/www/apache2/pkg-plist +++ b/www/apache2/pkg-plist @@ -130,14 +130,14 @@ lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 +lib/apache2/libapr-0.a +lib/apache2/libapr-0.la +lib/apache2/libapr-0.so +lib/apache2/libapr-0.so.9 +lib/apache2/libaprutil-0.a +lib/apache2/libaprutil-0.la +lib/apache2/libaprutil-0.so +lib/apache2/libaprutil-0.so.9 libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so @@ -218,81 +218,144 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE %%PORTDOCS%%share/doc/apache2/bind.html.en %%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/bind.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/bind.xml %%PORTDOCS%%share/doc/apache2/bind.xml.ja +%%PORTDOCS%%share/doc/apache2/bind.xml.ko +%%PORTDOCS%%share/doc/apache2/bind.xml.meta %%PORTDOCS%%share/doc/apache2/cgi_path.html.en %%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/cgi_path.xml %%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ko +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.meta %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis +%%PORTDOCS%%share/doc/apache2/configuring.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/configuring.xml %%PORTDOCS%%share/doc/apache2/configuring.xml.ja +%%PORTDOCS%%share/doc/apache2/configuring.xml.ko +%%PORTDOCS%%share/doc/apache2/configuring.xml.meta %%PORTDOCS%%share/doc/apache2/content-negotiation.html.en %%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis +%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/content-negotiation.xml %%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ko +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/custom-error.html.en %%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis +%%PORTDOCS%%share/doc/apache2/custom-error.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/custom-error.xml %%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html +%%PORTDOCS%%share/doc/apache2/custom-error.xml.ko +%%PORTDOCS%%share/doc/apache2/custom-error.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/API.html.en +%%PORTDOCS%%share/doc/apache2/developer/API.xml +%%PORTDOCS%%share/doc/apache2/developer/API.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/debugging.html.en +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/documenting.html.en +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/filters.html.en +%%PORTDOCS%%share/doc/apache2/developer/filters.xml +%%PORTDOCS%%share/doc/apache2/developer/filters.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/hooks.html.en +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/index.html.en +%%PORTDOCS%%share/doc/apache2/developer/index.xml +%%PORTDOCS%%share/doc/apache2/developer/index.xml.meta %%PORTDOCS%%share/doc/apache2/developer/modules.html.en %%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html +%%PORTDOCS%%share/doc/apache2/developer/modules.xml +%%PORTDOCS%%share/doc/apache2/developer/modules.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/request.html.en +%%PORTDOCS%%share/doc/apache2/developer/request.xml +%%PORTDOCS%%share/doc/apache2/developer/request.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html.en +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml.meta %%PORTDOCS%%share/doc/apache2/dns-caveats.html.en %%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis +%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dns-caveats.xml %%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ko +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.meta %%PORTDOCS%%share/doc/apache2/dso.html.en %%PORTDOCS%%share/doc/apache2/dso.html.ja.jis %%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dso.xml %%PORTDOCS%%share/doc/apache2/dso.xml.ja +%%PORTDOCS%%share/doc/apache2/dso.xml.ko +%%PORTDOCS%%share/doc/apache2/dso.xml.meta %%PORTDOCS%%share/doc/apache2/env.html.en %%PORTDOCS%%share/doc/apache2/env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/env.xml %%PORTDOCS%%share/doc/apache2/env.xml.ja +%%PORTDOCS%%share/doc/apache2/env.xml.ko +%%PORTDOCS%%share/doc/apache2/env.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.html.en +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/categories.xml +%%PORTDOCS%%share/doc/apache2/faq/error.html.en +%%PORTDOCS%%share/doc/apache2/faq/error.xml +%%PORTDOCS%%share/doc/apache2/faq/error.xml.meta %%PORTDOCS%%share/doc/apache2/faq/index.html +%%PORTDOCS%%share/doc/apache2/faq/index.html.en +%%PORTDOCS%%share/doc/apache2/faq/index.xml +%%PORTDOCS%%share/doc/apache2/faq/index.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/support.html.en +%%PORTDOCS%%share/doc/apache2/faq/support.xml +%%PORTDOCS%%share/doc/apache2/faq/support.xml.meta %%PORTDOCS%%share/doc/apache2/filter.html.en %%PORTDOCS%%share/doc/apache2/filter.html.ja.jis +%%PORTDOCS%%share/doc/apache2/filter.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/filter.xml %%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html +%%PORTDOCS%%share/doc/apache2/filter.xml.ko +%%PORTDOCS%%share/doc/apache2/filter.xml.meta %%PORTDOCS%%share/doc/apache2/glossary.html.en +%%PORTDOCS%%share/doc/apache2/glossary.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/glossary.xml +%%PORTDOCS%%share/doc/apache2/glossary.xml.ko +%%PORTDOCS%%share/doc/apache2/glossary.xml.meta %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis +%%PORTDOCS%%share/doc/apache2/handler.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/handler.xml %%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html +%%PORTDOCS%%share/doc/apache2/handler.xml.ko +%%PORTDOCS%%share/doc/apache2/handler.xml.meta %%PORTDOCS%%share/doc/apache2/howto/auth.html.en %%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis +%%PORTDOCS%%share/doc/apache2/howto/auth.xml +%%PORTDOCS%%share/doc/apache2/howto/auth.xml.meta %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.xml %%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html +%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.meta %%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en %%PORTDOCS%%share/doc/apache2/howto/htaccess.xml +%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml.meta %%PORTDOCS%%share/doc/apache2/howto/index.html.en %%PORTDOCS%%share/doc/apache2/howto/index.xml +%%PORTDOCS%%share/doc/apache2/howto/index.xml.meta %%PORTDOCS%%share/doc/apache2/howto/public_html.html.en %%PORTDOCS%%share/doc/apache2/howto/public_html.xml +%%PORTDOCS%%share/doc/apache2/howto/public_html.xml.meta %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/ssi.xml %%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja +%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.meta %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif @@ -321,6 +384,11 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/index.xml +%%PORTDOCS%%share/doc/apache2/index.xml.de +%%PORTDOCS%%share/doc/apache2/index.xml.ja +%%PORTDOCS%%share/doc/apache2/index.xml.ko +%%PORTDOCS%%share/doc/apache2/index.xml.meta %%PORTDOCS%%share/doc/apache2/install.html.de %%PORTDOCS%%share/doc/apache2/install.html.en %%PORTDOCS%%share/doc/apache2/install.html.ja.jis @@ -329,246 +397,377 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/install.xml %%PORTDOCS%%share/doc/apache2/install.xml.de %%PORTDOCS%%share/doc/apache2/install.xml.ja +%%PORTDOCS%%share/doc/apache2/install.xml.ko +%%PORTDOCS%%share/doc/apache2/install.xml.meta %%PORTDOCS%%share/doc/apache2/install.xml.ru %%PORTDOCS%%share/doc/apache2/invoking.html.de %%PORTDOCS%%share/doc/apache2/invoking.html.en %%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis +%%PORTDOCS%%share/doc/apache2/invoking.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/invoking.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/invoking.xml %%PORTDOCS%%share/doc/apache2/invoking.xml.de %%PORTDOCS%%share/doc/apache2/invoking.xml.ja +%%PORTDOCS%%share/doc/apache2/invoking.xml.ko +%%PORTDOCS%%share/doc/apache2/invoking.xml.meta %%PORTDOCS%%share/doc/apache2/invoking.xml.ru +%%PORTDOCS%%share/doc/apache2/license.html.en +%%PORTDOCS%%share/doc/apache2/license.xml +%%PORTDOCS%%share/doc/apache2/license.xml.meta %%PORTDOCS%%share/doc/apache2/logs.html.en %%PORTDOCS%%share/doc/apache2/logs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/logs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/logs.xml %%PORTDOCS%%share/doc/apache2/logs.xml.ja +%%PORTDOCS%%share/doc/apache2/logs.xml.ko +%%PORTDOCS%%share/doc/apache2/logs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html.en %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml +%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/descriptors.html.en %%PORTDOCS%%share/doc/apache2/misc/descriptors.xml +%%PORTDOCS%%share/doc/apache2/misc/descriptors.xml.meta %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html.en %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml +%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml.meta %%PORTDOCS%%share/doc/apache2/misc/index.html.en %%PORTDOCS%%share/doc/apache2/misc/index.xml +%%PORTDOCS%%share/doc/apache2/misc/index.xml.meta %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html.en %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml +%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml.meta %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml +%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml.meta %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml +%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml.meta %%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en %%PORTDOCS%%share/doc/apache2/misc/security_tips.xml +%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml.meta %%PORTDOCS%%share/doc/apache2/misc/tutorials.html.en %%PORTDOCS%%share/doc/apache2/misc/tutorials.xml +%%PORTDOCS%%share/doc/apache2/misc/tutorials.xml.meta +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.de +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ru %%PORTDOCS%%share/doc/apache2/mod/beos.html.en +%%PORTDOCS%%share/doc/apache2/mod/beos.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/beos.xml +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.meta %%PORTDOCS%%share/doc/apache2/mod/core.html.de %%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/core.xml.de +%%PORTDOCS%%share/doc/apache2/mod/core.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.html.de %%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directives.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directives.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/directives.xml.de %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ru -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html %%PORTDOCS%%share/doc/apache2/mod/index.html.de %%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/index.xml %%PORTDOCS%%share/doc/apache2/mod/index.xml.de %%PORTDOCS%%share/doc/apache2/mod/index.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/index.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/index.xml.meta %%PORTDOCS%%share/doc/apache2/mod/leader.html.en +%%PORTDOCS%%share/doc/apache2/mod/leader.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/leader.xml +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml +%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml.meta %%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml +%%PORTDOCS%%share/doc/apache2/mod/perchild.xml.meta %%PORTDOCS%%share/doc/apache2/mod/prefork.html.de %%PORTDOCS%%share/doc/apache2/mod/prefork.html.en %%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.de %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis @@ -576,21 +775,26 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ru %%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en %%PORTDOCS%%share/doc/apache2/mod/threadpool.xml +%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml.meta %%PORTDOCS%%share/doc/apache2/mod/worker.html.de %%PORTDOCS%%share/doc/apache2/mod/worker.html.en %%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml %%PORTDOCS%%share/doc/apache2/mod/worker.xml.de %%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.html.en %%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis %%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mpm.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mpm.xml %%PORTDOCS%%share/doc/apache2/mpm.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.xml.ko +%%PORTDOCS%%share/doc/apache2/mpm.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.xml.ru %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en @@ -601,98 +805,158 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ko +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.meta %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru %%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en %%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html +%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml.meta %%PORTDOCS%%share/doc/apache2/platform/index.html.en %%PORTDOCS%%share/doc/apache2/platform/index.xml +%%PORTDOCS%%share/doc/apache2/platform/index.xml.meta %%PORTDOCS%%share/doc/apache2/platform/netware.html.en %%PORTDOCS%%share/doc/apache2/platform/netware.xml +%%PORTDOCS%%share/doc/apache2/platform/netware.xml.meta %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en %%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml +%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml.meta %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en %%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml +%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml.meta %%PORTDOCS%%share/doc/apache2/platform/windows.html.en %%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html +%%PORTDOCS%%share/doc/apache2/platform/windows.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/ab.html.en +%%PORTDOCS%%share/doc/apache2/programs/ab.xml +%%PORTDOCS%%share/doc/apache2/programs/ab.xml.meta %%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en %%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html +%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/apxs.html.en +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html.en +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htdigest.html.en +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html.en +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/httpd.html.en %%PORTDOCS%%share/doc/apache2/programs/httpd.xml +%%PORTDOCS%%share/doc/apache2/programs/httpd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/index.html.en %%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html +%%PORTDOCS%%share/doc/apache2/programs/index.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/logresolve.html.en +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/other.html.en +%%PORTDOCS%%share/doc/apache2/programs/other.xml +%%PORTDOCS%%share/doc/apache2/programs/other.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html.en +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/suexec.html.en +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi %%PORTDOCS%%share/doc/apache2/sections.html.en %%PORTDOCS%%share/doc/apache2/sections.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sections.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sections.xml %%PORTDOCS%%share/doc/apache2/sections.xml.ja +%%PORTDOCS%%share/doc/apache2/sections.xml.ko +%%PORTDOCS%%share/doc/apache2/sections.xml.meta %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis +%%PORTDOCS%%share/doc/apache2/server-wide.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/server-wide.xml %%PORTDOCS%%share/doc/apache2/server-wide.xml.ja +%%PORTDOCS%%share/doc/apache2/server-wide.xml.ko +%%PORTDOCS%%share/doc/apache2/server-wide.xml.meta %%PORTDOCS%%share/doc/apache2/sitemap.html.de %%PORTDOCS%%share/doc/apache2/sitemap.html.en %%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sitemap.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sitemap.xml %%PORTDOCS%%share/doc/apache2/sitemap.xml.de %%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html +%%PORTDOCS%%share/doc/apache2/sitemap.xml.ko +%%PORTDOCS%%share/doc/apache2/sitemap.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/index.html.en %%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/index.xml %%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja +%%PORTDOCS%%share/doc/apache2/ssl/index.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg +%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html.de %%PORTDOCS%%share/doc/apache2/stopping.html.en %%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/stopping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/stopping.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/stopping.xml %%PORTDOCS%%share/doc/apache2/stopping.xml.de %%PORTDOCS%%share/doc/apache2/stopping.xml.ja +%%PORTDOCS%%share/doc/apache2/stopping.xml.ko +%%PORTDOCS%%share/doc/apache2/stopping.xml.meta %%PORTDOCS%%share/doc/apache2/stopping.xml.ru +%%PORTDOCS%%share/doc/apache2/style/chm/chm.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/common.dtd +%%PORTDOCS%%share/doc/apache2/style/css/manual-chm.css %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css %%PORTDOCS%%share/doc/apache2/style/css/manual-print.css %%PORTDOCS%%share/doc/apache2/style/css/manual.css +%%PORTDOCS%%share/doc/apache2/style/faq.dtd %%PORTDOCS%%share/doc/apache2/style/lang/de.xml %%PORTDOCS%%share/doc/apache2/style/lang/en.xml %%PORTDOCS%%share/doc/apache2/style/lang/ja.xml +%%PORTDOCS%%share/doc/apache2/style/lang/ko.xml %%PORTDOCS%%share/doc/apache2/style/lang/ru.xml %%PORTDOCS%%share/doc/apache2/style/lang/sv.xml +%%PORTDOCS%%share/doc/apache2/style/man/man.en.xsl +%%PORTDOCS%%share/doc/apache2/style/man/manpage.xsl %%PORTDOCS%%share/doc/apache2/style/manual.de.xsl %%PORTDOCS%%share/doc/apache2/style/manual.en.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ko.xsl %%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl %%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/manualpage.dtd %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd %%PORTDOCS%%share/doc/apache2/style/sitemap.dtd @@ -703,15 +967,28 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd %%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/faq.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/indexpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/lf.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-start.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/modtrans.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/nbsp.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/tab.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-start.xml %%PORTDOCS%%share/doc/apache2/suexec.html.en %%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis +%%PORTDOCS%%share/doc/apache2/suexec.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/suexec.xml %%PORTDOCS%%share/doc/apache2/suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/suexec.xml.ko +%%PORTDOCS%%share/doc/apache2/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.html.de %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr @@ -721,33 +998,58 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/upgrading.xml %%PORTDOCS%%share/doc/apache2/upgrading.xml.de %%PORTDOCS%%share/doc/apache2/upgrading.xml.ja +%%PORTDOCS%%share/doc/apache2/upgrading.xml.ko +%%PORTDOCS%%share/doc/apache2/upgrading.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.xml.ru %%PORTDOCS%%share/doc/apache2/urlmapping.html.en %%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/urlmapping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.xml %%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ko +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/details.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/details.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/details.xml +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/examples.xml +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.meta +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.de %%PORTDOCS%%share/doc/apache2/vhosts/index.html.en %%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/index.xml +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.de %%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/mass.xml +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -%%PORTDOCS%%www/data-dist/index.html.sv +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.meta @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin @@ -787,8 +1089,9 @@ www/data-dist/index.html.ru.cp866 www/data-dist/index.html.ru.iso-ru www/data-dist/index.html.ru.koi8-r www/data-dist/index.html.ru.utf8 +www/data-dist/index.html.sv www/data-dist/index.html.var -www/data-dist/index.html.zh +www/data-dist/index.html.zh-tw.big5 @unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi @exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error www/error-dist/HTTP_BAD_GATEWAY.html.var @@ -1046,10 +1349,13 @@ www/icons-dist/world2.png @dirrm www/cgi-bin-dist @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts +%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl/util %%PORTDOCS%%@dirrm share/doc/apache2/style/xsl %%PORTDOCS%%@dirrm share/doc/apache2/style/w3c +%%PORTDOCS%%@dirrm share/doc/apache2/style/man %%PORTDOCS%%@dirrm share/doc/apache2/style/lang %%PORTDOCS%%@dirrm share/doc/apache2/style/css +%%PORTDOCS%%@dirrm share/doc/apache2/style/chm %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search diff --git a/www/apache20/Makefile b/www/apache20/Makefile index bd2d3a908515..8c30046bc135 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.45 +PORTVERSION= 2.0.46 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -117,7 +117,7 @@ PLIST_SUB+= EXPERIMENTAL="@comment " CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 +MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 post-extract: @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif diff --git a/www/apache20/distinfo b/www/apache20/distinfo index 4e45e806fa32..c43b9bd192e9 100644 --- a/www/apache20/distinfo +++ b/www/apache20/distinfo @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.45.tar.gz) = 1f33e9a2e2de06da190230fa72738d75 +MD5 (httpd-2.0.46.tar.gz) = ff682f82f0808eb01df60824d959ebe8 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache20/files/patch-configure b/www/apache20/files/patch-configure index 8a3cef3275c6..d5e81693c4c9 100644 --- a/www/apache20/files/patch-configure +++ b/www/apache20/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 31 16:48:51 2003 -+++ configure Thu Apr 3 21:18:08 2003 +--- configure.orig Wed May 28 14:11:27 2003 ++++ configure Fri May 30 07:47:42 2003 @@ -1513,7 +1513,7 @@ $srcdir/config.layout > $pldconf layout_name=$LAYOUT @@ -9,25 +9,25 @@ for var in prefix exec_prefix bindir sbindir libexecdir mandir \ sysconfdir datadir errordir iconsdir htdocsdir cgidir \ includedir localstatedir runtimedir logfiledir libdir \ -@@ -2613,7 +2613,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2627,7 +2627,7 @@ + done -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir + +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir then : echo "srclib/apr configured properly" else -@@ -2888,7 +2888,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2928,7 +2928,7 @@ + done + -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir then : echo "srclib/apr-util configured properly" else -@@ -15634,6 +15634,9 @@ +@@ -15719,6 +15719,9 @@ cat >>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index e6a91c409f70..8a38ec239357 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -130,14 +130,14 @@ lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 +lib/apache2/libapr-0.a +lib/apache2/libapr-0.la +lib/apache2/libapr-0.so +lib/apache2/libapr-0.so.9 +lib/apache2/libaprutil-0.a +lib/apache2/libaprutil-0.la +lib/apache2/libaprutil-0.so +lib/apache2/libaprutil-0.so.9 libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so @@ -218,81 +218,144 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE %%PORTDOCS%%share/doc/apache2/bind.html.en %%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/bind.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/bind.xml %%PORTDOCS%%share/doc/apache2/bind.xml.ja +%%PORTDOCS%%share/doc/apache2/bind.xml.ko +%%PORTDOCS%%share/doc/apache2/bind.xml.meta %%PORTDOCS%%share/doc/apache2/cgi_path.html.en %%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/cgi_path.xml %%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ko +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.meta %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis +%%PORTDOCS%%share/doc/apache2/configuring.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/configuring.xml %%PORTDOCS%%share/doc/apache2/configuring.xml.ja +%%PORTDOCS%%share/doc/apache2/configuring.xml.ko +%%PORTDOCS%%share/doc/apache2/configuring.xml.meta %%PORTDOCS%%share/doc/apache2/content-negotiation.html.en %%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis +%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/content-negotiation.xml %%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ko +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/custom-error.html.en %%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis +%%PORTDOCS%%share/doc/apache2/custom-error.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/custom-error.xml %%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html +%%PORTDOCS%%share/doc/apache2/custom-error.xml.ko +%%PORTDOCS%%share/doc/apache2/custom-error.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/API.html.en +%%PORTDOCS%%share/doc/apache2/developer/API.xml +%%PORTDOCS%%share/doc/apache2/developer/API.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/debugging.html.en +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/documenting.html.en +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/filters.html.en +%%PORTDOCS%%share/doc/apache2/developer/filters.xml +%%PORTDOCS%%share/doc/apache2/developer/filters.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/hooks.html.en +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/index.html.en +%%PORTDOCS%%share/doc/apache2/developer/index.xml +%%PORTDOCS%%share/doc/apache2/developer/index.xml.meta %%PORTDOCS%%share/doc/apache2/developer/modules.html.en %%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html +%%PORTDOCS%%share/doc/apache2/developer/modules.xml +%%PORTDOCS%%share/doc/apache2/developer/modules.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/request.html.en +%%PORTDOCS%%share/doc/apache2/developer/request.xml +%%PORTDOCS%%share/doc/apache2/developer/request.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html.en +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml.meta %%PORTDOCS%%share/doc/apache2/dns-caveats.html.en %%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis +%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dns-caveats.xml %%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ko +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.meta %%PORTDOCS%%share/doc/apache2/dso.html.en %%PORTDOCS%%share/doc/apache2/dso.html.ja.jis %%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dso.xml %%PORTDOCS%%share/doc/apache2/dso.xml.ja +%%PORTDOCS%%share/doc/apache2/dso.xml.ko +%%PORTDOCS%%share/doc/apache2/dso.xml.meta %%PORTDOCS%%share/doc/apache2/env.html.en %%PORTDOCS%%share/doc/apache2/env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/env.xml %%PORTDOCS%%share/doc/apache2/env.xml.ja +%%PORTDOCS%%share/doc/apache2/env.xml.ko +%%PORTDOCS%%share/doc/apache2/env.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.html.en +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/categories.xml +%%PORTDOCS%%share/doc/apache2/faq/error.html.en +%%PORTDOCS%%share/doc/apache2/faq/error.xml +%%PORTDOCS%%share/doc/apache2/faq/error.xml.meta %%PORTDOCS%%share/doc/apache2/faq/index.html +%%PORTDOCS%%share/doc/apache2/faq/index.html.en +%%PORTDOCS%%share/doc/apache2/faq/index.xml +%%PORTDOCS%%share/doc/apache2/faq/index.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/support.html.en +%%PORTDOCS%%share/doc/apache2/faq/support.xml +%%PORTDOCS%%share/doc/apache2/faq/support.xml.meta %%PORTDOCS%%share/doc/apache2/filter.html.en %%PORTDOCS%%share/doc/apache2/filter.html.ja.jis +%%PORTDOCS%%share/doc/apache2/filter.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/filter.xml %%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html +%%PORTDOCS%%share/doc/apache2/filter.xml.ko +%%PORTDOCS%%share/doc/apache2/filter.xml.meta %%PORTDOCS%%share/doc/apache2/glossary.html.en +%%PORTDOCS%%share/doc/apache2/glossary.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/glossary.xml +%%PORTDOCS%%share/doc/apache2/glossary.xml.ko +%%PORTDOCS%%share/doc/apache2/glossary.xml.meta %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis +%%PORTDOCS%%share/doc/apache2/handler.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/handler.xml %%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html +%%PORTDOCS%%share/doc/apache2/handler.xml.ko +%%PORTDOCS%%share/doc/apache2/handler.xml.meta %%PORTDOCS%%share/doc/apache2/howto/auth.html.en %%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis +%%PORTDOCS%%share/doc/apache2/howto/auth.xml +%%PORTDOCS%%share/doc/apache2/howto/auth.xml.meta %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.xml %%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html +%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.meta %%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en %%PORTDOCS%%share/doc/apache2/howto/htaccess.xml +%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml.meta %%PORTDOCS%%share/doc/apache2/howto/index.html.en %%PORTDOCS%%share/doc/apache2/howto/index.xml +%%PORTDOCS%%share/doc/apache2/howto/index.xml.meta %%PORTDOCS%%share/doc/apache2/howto/public_html.html.en %%PORTDOCS%%share/doc/apache2/howto/public_html.xml +%%PORTDOCS%%share/doc/apache2/howto/public_html.xml.meta %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/ssi.xml %%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja +%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.meta %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif @@ -321,6 +384,11 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/index.xml +%%PORTDOCS%%share/doc/apache2/index.xml.de +%%PORTDOCS%%share/doc/apache2/index.xml.ja +%%PORTDOCS%%share/doc/apache2/index.xml.ko +%%PORTDOCS%%share/doc/apache2/index.xml.meta %%PORTDOCS%%share/doc/apache2/install.html.de %%PORTDOCS%%share/doc/apache2/install.html.en %%PORTDOCS%%share/doc/apache2/install.html.ja.jis @@ -329,246 +397,377 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/install.xml %%PORTDOCS%%share/doc/apache2/install.xml.de %%PORTDOCS%%share/doc/apache2/install.xml.ja +%%PORTDOCS%%share/doc/apache2/install.xml.ko +%%PORTDOCS%%share/doc/apache2/install.xml.meta %%PORTDOCS%%share/doc/apache2/install.xml.ru %%PORTDOCS%%share/doc/apache2/invoking.html.de %%PORTDOCS%%share/doc/apache2/invoking.html.en %%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis +%%PORTDOCS%%share/doc/apache2/invoking.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/invoking.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/invoking.xml %%PORTDOCS%%share/doc/apache2/invoking.xml.de %%PORTDOCS%%share/doc/apache2/invoking.xml.ja +%%PORTDOCS%%share/doc/apache2/invoking.xml.ko +%%PORTDOCS%%share/doc/apache2/invoking.xml.meta %%PORTDOCS%%share/doc/apache2/invoking.xml.ru +%%PORTDOCS%%share/doc/apache2/license.html.en +%%PORTDOCS%%share/doc/apache2/license.xml +%%PORTDOCS%%share/doc/apache2/license.xml.meta %%PORTDOCS%%share/doc/apache2/logs.html.en %%PORTDOCS%%share/doc/apache2/logs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/logs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/logs.xml %%PORTDOCS%%share/doc/apache2/logs.xml.ja +%%PORTDOCS%%share/doc/apache2/logs.xml.ko +%%PORTDOCS%%share/doc/apache2/logs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html.en %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml +%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/descriptors.html.en %%PORTDOCS%%share/doc/apache2/misc/descriptors.xml +%%PORTDOCS%%share/doc/apache2/misc/descriptors.xml.meta %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html.en %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml +%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml.meta %%PORTDOCS%%share/doc/apache2/misc/index.html.en %%PORTDOCS%%share/doc/apache2/misc/index.xml +%%PORTDOCS%%share/doc/apache2/misc/index.xml.meta %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html.en %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml +%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml.meta %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml +%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml.meta %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml +%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml.meta %%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en %%PORTDOCS%%share/doc/apache2/misc/security_tips.xml +%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml.meta %%PORTDOCS%%share/doc/apache2/misc/tutorials.html.en %%PORTDOCS%%share/doc/apache2/misc/tutorials.xml +%%PORTDOCS%%share/doc/apache2/misc/tutorials.xml.meta +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.de +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ru %%PORTDOCS%%share/doc/apache2/mod/beos.html.en +%%PORTDOCS%%share/doc/apache2/mod/beos.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/beos.xml +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.meta %%PORTDOCS%%share/doc/apache2/mod/core.html.de %%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/core.xml.de +%%PORTDOCS%%share/doc/apache2/mod/core.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.html.de %%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directives.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directives.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/directives.xml.de %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ru -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html %%PORTDOCS%%share/doc/apache2/mod/index.html.de %%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/index.xml %%PORTDOCS%%share/doc/apache2/mod/index.xml.de %%PORTDOCS%%share/doc/apache2/mod/index.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/index.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/index.xml.meta %%PORTDOCS%%share/doc/apache2/mod/leader.html.en +%%PORTDOCS%%share/doc/apache2/mod/leader.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/leader.xml +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml +%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml.meta %%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml +%%PORTDOCS%%share/doc/apache2/mod/perchild.xml.meta %%PORTDOCS%%share/doc/apache2/mod/prefork.html.de %%PORTDOCS%%share/doc/apache2/mod/prefork.html.en %%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.de %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis @@ -576,21 +775,26 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ru %%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en %%PORTDOCS%%share/doc/apache2/mod/threadpool.xml +%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml.meta %%PORTDOCS%%share/doc/apache2/mod/worker.html.de %%PORTDOCS%%share/doc/apache2/mod/worker.html.en %%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml %%PORTDOCS%%share/doc/apache2/mod/worker.xml.de %%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.html.en %%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis %%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mpm.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mpm.xml %%PORTDOCS%%share/doc/apache2/mpm.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.xml.ko +%%PORTDOCS%%share/doc/apache2/mpm.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.xml.ru %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en @@ -601,98 +805,158 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ko +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.meta %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru %%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en %%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html +%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml.meta %%PORTDOCS%%share/doc/apache2/platform/index.html.en %%PORTDOCS%%share/doc/apache2/platform/index.xml +%%PORTDOCS%%share/doc/apache2/platform/index.xml.meta %%PORTDOCS%%share/doc/apache2/platform/netware.html.en %%PORTDOCS%%share/doc/apache2/platform/netware.xml +%%PORTDOCS%%share/doc/apache2/platform/netware.xml.meta %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en %%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml +%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml.meta %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en %%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml +%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml.meta %%PORTDOCS%%share/doc/apache2/platform/windows.html.en %%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html +%%PORTDOCS%%share/doc/apache2/platform/windows.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/ab.html.en +%%PORTDOCS%%share/doc/apache2/programs/ab.xml +%%PORTDOCS%%share/doc/apache2/programs/ab.xml.meta %%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en %%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html +%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/apxs.html.en +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html.en +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htdigest.html.en +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html.en +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/httpd.html.en %%PORTDOCS%%share/doc/apache2/programs/httpd.xml +%%PORTDOCS%%share/doc/apache2/programs/httpd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/index.html.en %%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html +%%PORTDOCS%%share/doc/apache2/programs/index.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/logresolve.html.en +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/other.html.en +%%PORTDOCS%%share/doc/apache2/programs/other.xml +%%PORTDOCS%%share/doc/apache2/programs/other.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html.en +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/suexec.html.en +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi %%PORTDOCS%%share/doc/apache2/sections.html.en %%PORTDOCS%%share/doc/apache2/sections.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sections.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sections.xml %%PORTDOCS%%share/doc/apache2/sections.xml.ja +%%PORTDOCS%%share/doc/apache2/sections.xml.ko +%%PORTDOCS%%share/doc/apache2/sections.xml.meta %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis +%%PORTDOCS%%share/doc/apache2/server-wide.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/server-wide.xml %%PORTDOCS%%share/doc/apache2/server-wide.xml.ja +%%PORTDOCS%%share/doc/apache2/server-wide.xml.ko +%%PORTDOCS%%share/doc/apache2/server-wide.xml.meta %%PORTDOCS%%share/doc/apache2/sitemap.html.de %%PORTDOCS%%share/doc/apache2/sitemap.html.en %%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sitemap.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sitemap.xml %%PORTDOCS%%share/doc/apache2/sitemap.xml.de %%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html +%%PORTDOCS%%share/doc/apache2/sitemap.xml.ko +%%PORTDOCS%%share/doc/apache2/sitemap.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/index.html.en %%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/index.xml %%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja +%%PORTDOCS%%share/doc/apache2/ssl/index.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg +%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html.de %%PORTDOCS%%share/doc/apache2/stopping.html.en %%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/stopping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/stopping.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/stopping.xml %%PORTDOCS%%share/doc/apache2/stopping.xml.de %%PORTDOCS%%share/doc/apache2/stopping.xml.ja +%%PORTDOCS%%share/doc/apache2/stopping.xml.ko +%%PORTDOCS%%share/doc/apache2/stopping.xml.meta %%PORTDOCS%%share/doc/apache2/stopping.xml.ru +%%PORTDOCS%%share/doc/apache2/style/chm/chm.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/common.dtd +%%PORTDOCS%%share/doc/apache2/style/css/manual-chm.css %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css %%PORTDOCS%%share/doc/apache2/style/css/manual-print.css %%PORTDOCS%%share/doc/apache2/style/css/manual.css +%%PORTDOCS%%share/doc/apache2/style/faq.dtd %%PORTDOCS%%share/doc/apache2/style/lang/de.xml %%PORTDOCS%%share/doc/apache2/style/lang/en.xml %%PORTDOCS%%share/doc/apache2/style/lang/ja.xml +%%PORTDOCS%%share/doc/apache2/style/lang/ko.xml %%PORTDOCS%%share/doc/apache2/style/lang/ru.xml %%PORTDOCS%%share/doc/apache2/style/lang/sv.xml +%%PORTDOCS%%share/doc/apache2/style/man/man.en.xsl +%%PORTDOCS%%share/doc/apache2/style/man/manpage.xsl %%PORTDOCS%%share/doc/apache2/style/manual.de.xsl %%PORTDOCS%%share/doc/apache2/style/manual.en.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ko.xsl %%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl %%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/manualpage.dtd %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd %%PORTDOCS%%share/doc/apache2/style/sitemap.dtd @@ -703,15 +967,28 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd %%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/faq.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/indexpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/lf.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-start.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/modtrans.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/nbsp.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/tab.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-start.xml %%PORTDOCS%%share/doc/apache2/suexec.html.en %%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis +%%PORTDOCS%%share/doc/apache2/suexec.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/suexec.xml %%PORTDOCS%%share/doc/apache2/suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/suexec.xml.ko +%%PORTDOCS%%share/doc/apache2/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.html.de %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr @@ -721,33 +998,58 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/upgrading.xml %%PORTDOCS%%share/doc/apache2/upgrading.xml.de %%PORTDOCS%%share/doc/apache2/upgrading.xml.ja +%%PORTDOCS%%share/doc/apache2/upgrading.xml.ko +%%PORTDOCS%%share/doc/apache2/upgrading.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.xml.ru %%PORTDOCS%%share/doc/apache2/urlmapping.html.en %%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/urlmapping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.xml %%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ko +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/details.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/details.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/details.xml +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/examples.xml +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.meta +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.de %%PORTDOCS%%share/doc/apache2/vhosts/index.html.en %%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/index.xml +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.de %%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/mass.xml +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -%%PORTDOCS%%www/data-dist/index.html.sv +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.meta @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin @@ -787,8 +1089,9 @@ www/data-dist/index.html.ru.cp866 www/data-dist/index.html.ru.iso-ru www/data-dist/index.html.ru.koi8-r www/data-dist/index.html.ru.utf8 +www/data-dist/index.html.sv www/data-dist/index.html.var -www/data-dist/index.html.zh +www/data-dist/index.html.zh-tw.big5 @unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi @exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error www/error-dist/HTTP_BAD_GATEWAY.html.var @@ -1046,10 +1349,13 @@ www/icons-dist/world2.png @dirrm www/cgi-bin-dist @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts +%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl/util %%PORTDOCS%%@dirrm share/doc/apache2/style/xsl %%PORTDOCS%%@dirrm share/doc/apache2/style/w3c +%%PORTDOCS%%@dirrm share/doc/apache2/style/man %%PORTDOCS%%@dirrm share/doc/apache2/style/lang %%PORTDOCS%%@dirrm share/doc/apache2/style/css +%%PORTDOCS%%@dirrm share/doc/apache2/style/chm %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search diff --git a/www/apache21/Makefile b/www/apache21/Makefile index bd2d3a908515..8c30046bc135 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.45 +PORTVERSION= 2.0.46 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -117,7 +117,7 @@ PLIST_SUB+= EXPERIMENTAL="@comment " CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 +MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 post-extract: @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif diff --git a/www/apache21/distinfo b/www/apache21/distinfo index 4e45e806fa32..c43b9bd192e9 100644 --- a/www/apache21/distinfo +++ b/www/apache21/distinfo @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.45.tar.gz) = 1f33e9a2e2de06da190230fa72738d75 +MD5 (httpd-2.0.46.tar.gz) = ff682f82f0808eb01df60824d959ebe8 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache21/files/patch-configure b/www/apache21/files/patch-configure index 8a3cef3275c6..d5e81693c4c9 100644 --- a/www/apache21/files/patch-configure +++ b/www/apache21/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 31 16:48:51 2003 -+++ configure Thu Apr 3 21:18:08 2003 +--- configure.orig Wed May 28 14:11:27 2003 ++++ configure Fri May 30 07:47:42 2003 @@ -1513,7 +1513,7 @@ $srcdir/config.layout > $pldconf layout_name=$LAYOUT @@ -9,25 +9,25 @@ for var in prefix exec_prefix bindir sbindir libexecdir mandir \ sysconfdir datadir errordir iconsdir htdocsdir cgidir \ includedir localstatedir runtimedir logfiledir libdir \ -@@ -2613,7 +2613,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2627,7 +2627,7 @@ + done -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir + +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir then : echo "srclib/apr configured properly" else -@@ -2888,7 +2888,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2928,7 +2928,7 @@ + done + -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir then : echo "srclib/apr-util configured properly" else -@@ -15634,6 +15634,9 @@ +@@ -15719,6 +15719,9 @@ cat >>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist index e6a91c409f70..8a38ec239357 100644 --- a/www/apache21/pkg-plist +++ b/www/apache21/pkg-plist @@ -130,14 +130,14 @@ lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 +lib/apache2/libapr-0.a +lib/apache2/libapr-0.la +lib/apache2/libapr-0.so +lib/apache2/libapr-0.so.9 +lib/apache2/libaprutil-0.a +lib/apache2/libaprutil-0.la +lib/apache2/libaprutil-0.so +lib/apache2/libaprutil-0.so.9 libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so @@ -218,81 +218,144 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE %%PORTDOCS%%share/doc/apache2/bind.html.en %%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/bind.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/bind.xml %%PORTDOCS%%share/doc/apache2/bind.xml.ja +%%PORTDOCS%%share/doc/apache2/bind.xml.ko +%%PORTDOCS%%share/doc/apache2/bind.xml.meta %%PORTDOCS%%share/doc/apache2/cgi_path.html.en %%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/cgi_path.xml %%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ko +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.meta %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis +%%PORTDOCS%%share/doc/apache2/configuring.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/configuring.xml %%PORTDOCS%%share/doc/apache2/configuring.xml.ja +%%PORTDOCS%%share/doc/apache2/configuring.xml.ko +%%PORTDOCS%%share/doc/apache2/configuring.xml.meta %%PORTDOCS%%share/doc/apache2/content-negotiation.html.en %%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis +%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/content-negotiation.xml %%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ko +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/custom-error.html.en %%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis +%%PORTDOCS%%share/doc/apache2/custom-error.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/custom-error.xml %%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html +%%PORTDOCS%%share/doc/apache2/custom-error.xml.ko +%%PORTDOCS%%share/doc/apache2/custom-error.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/API.html.en +%%PORTDOCS%%share/doc/apache2/developer/API.xml +%%PORTDOCS%%share/doc/apache2/developer/API.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/debugging.html.en +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/documenting.html.en +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/filters.html.en +%%PORTDOCS%%share/doc/apache2/developer/filters.xml +%%PORTDOCS%%share/doc/apache2/developer/filters.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/hooks.html.en +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/index.html.en +%%PORTDOCS%%share/doc/apache2/developer/index.xml +%%PORTDOCS%%share/doc/apache2/developer/index.xml.meta %%PORTDOCS%%share/doc/apache2/developer/modules.html.en %%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html +%%PORTDOCS%%share/doc/apache2/developer/modules.xml +%%PORTDOCS%%share/doc/apache2/developer/modules.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/request.html.en +%%PORTDOCS%%share/doc/apache2/developer/request.xml +%%PORTDOCS%%share/doc/apache2/developer/request.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html.en +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml.meta %%PORTDOCS%%share/doc/apache2/dns-caveats.html.en %%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis +%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dns-caveats.xml %%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ko +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.meta %%PORTDOCS%%share/doc/apache2/dso.html.en %%PORTDOCS%%share/doc/apache2/dso.html.ja.jis %%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dso.xml %%PORTDOCS%%share/doc/apache2/dso.xml.ja +%%PORTDOCS%%share/doc/apache2/dso.xml.ko +%%PORTDOCS%%share/doc/apache2/dso.xml.meta %%PORTDOCS%%share/doc/apache2/env.html.en %%PORTDOCS%%share/doc/apache2/env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/env.xml %%PORTDOCS%%share/doc/apache2/env.xml.ja +%%PORTDOCS%%share/doc/apache2/env.xml.ko +%%PORTDOCS%%share/doc/apache2/env.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.html.en +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/categories.xml +%%PORTDOCS%%share/doc/apache2/faq/error.html.en +%%PORTDOCS%%share/doc/apache2/faq/error.xml +%%PORTDOCS%%share/doc/apache2/faq/error.xml.meta %%PORTDOCS%%share/doc/apache2/faq/index.html +%%PORTDOCS%%share/doc/apache2/faq/index.html.en +%%PORTDOCS%%share/doc/apache2/faq/index.xml +%%PORTDOCS%%share/doc/apache2/faq/index.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/support.html.en +%%PORTDOCS%%share/doc/apache2/faq/support.xml +%%PORTDOCS%%share/doc/apache2/faq/support.xml.meta %%PORTDOCS%%share/doc/apache2/filter.html.en %%PORTDOCS%%share/doc/apache2/filter.html.ja.jis +%%PORTDOCS%%share/doc/apache2/filter.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/filter.xml %%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html +%%PORTDOCS%%share/doc/apache2/filter.xml.ko +%%PORTDOCS%%share/doc/apache2/filter.xml.meta %%PORTDOCS%%share/doc/apache2/glossary.html.en +%%PORTDOCS%%share/doc/apache2/glossary.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/glossary.xml +%%PORTDOCS%%share/doc/apache2/glossary.xml.ko +%%PORTDOCS%%share/doc/apache2/glossary.xml.meta %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis +%%PORTDOCS%%share/doc/apache2/handler.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/handler.xml %%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html +%%PORTDOCS%%share/doc/apache2/handler.xml.ko +%%PORTDOCS%%share/doc/apache2/handler.xml.meta %%PORTDOCS%%share/doc/apache2/howto/auth.html.en %%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis +%%PORTDOCS%%share/doc/apache2/howto/auth.xml +%%PORTDOCS%%share/doc/apache2/howto/auth.xml.meta %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.xml %%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html +%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.meta %%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en %%PORTDOCS%%share/doc/apache2/howto/htaccess.xml +%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml.meta %%PORTDOCS%%share/doc/apache2/howto/index.html.en %%PORTDOCS%%share/doc/apache2/howto/index.xml +%%PORTDOCS%%share/doc/apache2/howto/index.xml.meta %%PORTDOCS%%share/doc/apache2/howto/public_html.html.en %%PORTDOCS%%share/doc/apache2/howto/public_html.xml +%%PORTDOCS%%share/doc/apache2/howto/public_html.xml.meta %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/ssi.xml %%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja +%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.meta %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif @@ -321,6 +384,11 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/index.xml +%%PORTDOCS%%share/doc/apache2/index.xml.de +%%PORTDOCS%%share/doc/apache2/index.xml.ja +%%PORTDOCS%%share/doc/apache2/index.xml.ko +%%PORTDOCS%%share/doc/apache2/index.xml.meta %%PORTDOCS%%share/doc/apache2/install.html.de %%PORTDOCS%%share/doc/apache2/install.html.en %%PORTDOCS%%share/doc/apache2/install.html.ja.jis @@ -329,246 +397,377 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/install.xml %%PORTDOCS%%share/doc/apache2/install.xml.de %%PORTDOCS%%share/doc/apache2/install.xml.ja +%%PORTDOCS%%share/doc/apache2/install.xml.ko +%%PORTDOCS%%share/doc/apache2/install.xml.meta %%PORTDOCS%%share/doc/apache2/install.xml.ru %%PORTDOCS%%share/doc/apache2/invoking.html.de %%PORTDOCS%%share/doc/apache2/invoking.html.en %%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis +%%PORTDOCS%%share/doc/apache2/invoking.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/invoking.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/invoking.xml %%PORTDOCS%%share/doc/apache2/invoking.xml.de %%PORTDOCS%%share/doc/apache2/invoking.xml.ja +%%PORTDOCS%%share/doc/apache2/invoking.xml.ko +%%PORTDOCS%%share/doc/apache2/invoking.xml.meta %%PORTDOCS%%share/doc/apache2/invoking.xml.ru +%%PORTDOCS%%share/doc/apache2/license.html.en +%%PORTDOCS%%share/doc/apache2/license.xml +%%PORTDOCS%%share/doc/apache2/license.xml.meta %%PORTDOCS%%share/doc/apache2/logs.html.en %%PORTDOCS%%share/doc/apache2/logs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/logs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/logs.xml %%PORTDOCS%%share/doc/apache2/logs.xml.ja +%%PORTDOCS%%share/doc/apache2/logs.xml.ko +%%PORTDOCS%%share/doc/apache2/logs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html.en %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml +%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/descriptors.html.en %%PORTDOCS%%share/doc/apache2/misc/descriptors.xml +%%PORTDOCS%%share/doc/apache2/misc/descriptors.xml.meta %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html.en %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml +%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml.meta %%PORTDOCS%%share/doc/apache2/misc/index.html.en %%PORTDOCS%%share/doc/apache2/misc/index.xml +%%PORTDOCS%%share/doc/apache2/misc/index.xml.meta %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html.en %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml +%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml.meta %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml +%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml.meta %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml +%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml.meta %%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en %%PORTDOCS%%share/doc/apache2/misc/security_tips.xml +%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml.meta %%PORTDOCS%%share/doc/apache2/misc/tutorials.html.en %%PORTDOCS%%share/doc/apache2/misc/tutorials.xml +%%PORTDOCS%%share/doc/apache2/misc/tutorials.xml.meta +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.de +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ru %%PORTDOCS%%share/doc/apache2/mod/beos.html.en +%%PORTDOCS%%share/doc/apache2/mod/beos.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/beos.xml +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.meta %%PORTDOCS%%share/doc/apache2/mod/core.html.de %%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/core.xml.de +%%PORTDOCS%%share/doc/apache2/mod/core.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.html.de %%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directives.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directives.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/directives.xml.de %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ru -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html %%PORTDOCS%%share/doc/apache2/mod/index.html.de %%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/index.xml %%PORTDOCS%%share/doc/apache2/mod/index.xml.de %%PORTDOCS%%share/doc/apache2/mod/index.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/index.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/index.xml.meta %%PORTDOCS%%share/doc/apache2/mod/leader.html.en +%%PORTDOCS%%share/doc/apache2/mod/leader.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/leader.xml +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml +%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml.meta %%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml +%%PORTDOCS%%share/doc/apache2/mod/perchild.xml.meta %%PORTDOCS%%share/doc/apache2/mod/prefork.html.de %%PORTDOCS%%share/doc/apache2/mod/prefork.html.en %%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.de %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis @@ -576,21 +775,26 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ru %%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en %%PORTDOCS%%share/doc/apache2/mod/threadpool.xml +%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml.meta %%PORTDOCS%%share/doc/apache2/mod/worker.html.de %%PORTDOCS%%share/doc/apache2/mod/worker.html.en %%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml %%PORTDOCS%%share/doc/apache2/mod/worker.xml.de %%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.html.en %%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis %%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mpm.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mpm.xml %%PORTDOCS%%share/doc/apache2/mpm.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.xml.ko +%%PORTDOCS%%share/doc/apache2/mpm.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.xml.ru %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en @@ -601,98 +805,158 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ko +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.meta %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru %%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en %%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html +%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml.meta %%PORTDOCS%%share/doc/apache2/platform/index.html.en %%PORTDOCS%%share/doc/apache2/platform/index.xml +%%PORTDOCS%%share/doc/apache2/platform/index.xml.meta %%PORTDOCS%%share/doc/apache2/platform/netware.html.en %%PORTDOCS%%share/doc/apache2/platform/netware.xml +%%PORTDOCS%%share/doc/apache2/platform/netware.xml.meta %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en %%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml +%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml.meta %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en %%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml +%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml.meta %%PORTDOCS%%share/doc/apache2/platform/windows.html.en %%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html +%%PORTDOCS%%share/doc/apache2/platform/windows.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/ab.html.en +%%PORTDOCS%%share/doc/apache2/programs/ab.xml +%%PORTDOCS%%share/doc/apache2/programs/ab.xml.meta %%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en %%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html +%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/apxs.html.en +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html.en +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htdigest.html.en +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html.en +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/httpd.html.en %%PORTDOCS%%share/doc/apache2/programs/httpd.xml +%%PORTDOCS%%share/doc/apache2/programs/httpd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/index.html.en %%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html +%%PORTDOCS%%share/doc/apache2/programs/index.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/logresolve.html.en +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/other.html.en +%%PORTDOCS%%share/doc/apache2/programs/other.xml +%%PORTDOCS%%share/doc/apache2/programs/other.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html.en +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/suexec.html.en +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi %%PORTDOCS%%share/doc/apache2/sections.html.en %%PORTDOCS%%share/doc/apache2/sections.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sections.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sections.xml %%PORTDOCS%%share/doc/apache2/sections.xml.ja +%%PORTDOCS%%share/doc/apache2/sections.xml.ko +%%PORTDOCS%%share/doc/apache2/sections.xml.meta %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis +%%PORTDOCS%%share/doc/apache2/server-wide.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/server-wide.xml %%PORTDOCS%%share/doc/apache2/server-wide.xml.ja +%%PORTDOCS%%share/doc/apache2/server-wide.xml.ko +%%PORTDOCS%%share/doc/apache2/server-wide.xml.meta %%PORTDOCS%%share/doc/apache2/sitemap.html.de %%PORTDOCS%%share/doc/apache2/sitemap.html.en %%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sitemap.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sitemap.xml %%PORTDOCS%%share/doc/apache2/sitemap.xml.de %%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html +%%PORTDOCS%%share/doc/apache2/sitemap.xml.ko +%%PORTDOCS%%share/doc/apache2/sitemap.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/index.html.en %%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/index.xml %%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja +%%PORTDOCS%%share/doc/apache2/ssl/index.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg +%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html.de %%PORTDOCS%%share/doc/apache2/stopping.html.en %%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/stopping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/stopping.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/stopping.xml %%PORTDOCS%%share/doc/apache2/stopping.xml.de %%PORTDOCS%%share/doc/apache2/stopping.xml.ja +%%PORTDOCS%%share/doc/apache2/stopping.xml.ko +%%PORTDOCS%%share/doc/apache2/stopping.xml.meta %%PORTDOCS%%share/doc/apache2/stopping.xml.ru +%%PORTDOCS%%share/doc/apache2/style/chm/chm.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/common.dtd +%%PORTDOCS%%share/doc/apache2/style/css/manual-chm.css %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css %%PORTDOCS%%share/doc/apache2/style/css/manual-print.css %%PORTDOCS%%share/doc/apache2/style/css/manual.css +%%PORTDOCS%%share/doc/apache2/style/faq.dtd %%PORTDOCS%%share/doc/apache2/style/lang/de.xml %%PORTDOCS%%share/doc/apache2/style/lang/en.xml %%PORTDOCS%%share/doc/apache2/style/lang/ja.xml +%%PORTDOCS%%share/doc/apache2/style/lang/ko.xml %%PORTDOCS%%share/doc/apache2/style/lang/ru.xml %%PORTDOCS%%share/doc/apache2/style/lang/sv.xml +%%PORTDOCS%%share/doc/apache2/style/man/man.en.xsl +%%PORTDOCS%%share/doc/apache2/style/man/manpage.xsl %%PORTDOCS%%share/doc/apache2/style/manual.de.xsl %%PORTDOCS%%share/doc/apache2/style/manual.en.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ko.xsl %%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl %%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/manualpage.dtd %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd %%PORTDOCS%%share/doc/apache2/style/sitemap.dtd @@ -703,15 +967,28 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd %%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/faq.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/indexpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/lf.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-start.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/modtrans.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/nbsp.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/tab.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-start.xml %%PORTDOCS%%share/doc/apache2/suexec.html.en %%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis +%%PORTDOCS%%share/doc/apache2/suexec.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/suexec.xml %%PORTDOCS%%share/doc/apache2/suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/suexec.xml.ko +%%PORTDOCS%%share/doc/apache2/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.html.de %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr @@ -721,33 +998,58 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/upgrading.xml %%PORTDOCS%%share/doc/apache2/upgrading.xml.de %%PORTDOCS%%share/doc/apache2/upgrading.xml.ja +%%PORTDOCS%%share/doc/apache2/upgrading.xml.ko +%%PORTDOCS%%share/doc/apache2/upgrading.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.xml.ru %%PORTDOCS%%share/doc/apache2/urlmapping.html.en %%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/urlmapping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.xml %%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ko +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/details.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/details.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/details.xml +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/examples.xml +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.meta +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.de %%PORTDOCS%%share/doc/apache2/vhosts/index.html.en %%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/index.xml +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.de %%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/mass.xml +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -%%PORTDOCS%%www/data-dist/index.html.sv +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.meta @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin @@ -787,8 +1089,9 @@ www/data-dist/index.html.ru.cp866 www/data-dist/index.html.ru.iso-ru www/data-dist/index.html.ru.koi8-r www/data-dist/index.html.ru.utf8 +www/data-dist/index.html.sv www/data-dist/index.html.var -www/data-dist/index.html.zh +www/data-dist/index.html.zh-tw.big5 @unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi @exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error www/error-dist/HTTP_BAD_GATEWAY.html.var @@ -1046,10 +1349,13 @@ www/icons-dist/world2.png @dirrm www/cgi-bin-dist @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts +%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl/util %%PORTDOCS%%@dirrm share/doc/apache2/style/xsl %%PORTDOCS%%@dirrm share/doc/apache2/style/w3c +%%PORTDOCS%%@dirrm share/doc/apache2/style/man %%PORTDOCS%%@dirrm share/doc/apache2/style/lang %%PORTDOCS%%@dirrm share/doc/apache2/style/css +%%PORTDOCS%%@dirrm share/doc/apache2/style/chm %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search diff --git a/www/apache22/Makefile b/www/apache22/Makefile index bd2d3a908515..8c30046bc135 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.45 +PORTVERSION= 2.0.46 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -117,7 +117,7 @@ PLIST_SUB+= EXPERIMENTAL="@comment " CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET} MAN1= dbmmanage.1 htdigest.1 htpasswd.1 -MAN8= ab.8 apxs.8 logresolve.8 rotatelogs.8 suexec.8 +MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8 post-extract: @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif diff --git a/www/apache22/distinfo b/www/apache22/distinfo index 4e45e806fa32..c43b9bd192e9 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,2 +1,2 @@ -MD5 (httpd-2.0.45.tar.gz) = 1f33e9a2e2de06da190230fa72738d75 +MD5 (httpd-2.0.46.tar.gz) = ff682f82f0808eb01df60824d959ebe8 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 diff --git a/www/apache22/files/patch-configure b/www/apache22/files/patch-configure index 8a3cef3275c6..d5e81693c4c9 100644 --- a/www/apache22/files/patch-configure +++ b/www/apache22/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Mar 31 16:48:51 2003 -+++ configure Thu Apr 3 21:18:08 2003 +--- configure.orig Wed May 28 14:11:27 2003 ++++ configure Fri May 30 07:47:42 2003 @@ -1513,7 +1513,7 @@ $srcdir/config.layout > $pldconf layout_name=$LAYOUT @@ -9,25 +9,25 @@ for var in prefix exec_prefix bindir sbindir libexecdir mandir \ sysconfdir datadir errordir iconsdir htdocsdir cgidir \ includedir localstatedir runtimedir logfiledir libdir \ -@@ -2613,7 +2613,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2627,7 +2627,7 @@ + done -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir + +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir --datadir=$datadir --with-installbuilddir=$installbuilddir then : echo "srclib/apr configured properly" else -@@ -2888,7 +2888,7 @@ - ac_sub_cache_file="$ac_popdir/$cache_file" ;; - esac +@@ -2928,7 +2928,7 @@ + done + -- if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir -+ if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir +- if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir ++ if eval $SHELL $ac_abs_srcdir/configure $apr_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir --with-apr=../apr --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$libdir then : echo "srclib/apr-util configured properly" else -@@ -15634,6 +15634,9 @@ +@@ -15719,6 +15719,9 @@ cat >>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index e6a91c409f70..8a38ec239357 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -130,14 +130,14 @@ lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/apu-config -lib/apache2/libapr.a -lib/apache2/libapr.la -lib/apache2/libapr.so -lib/apache2/libapr.so.9 -lib/apache2/libaprutil.a -lib/apache2/libaprutil.la -lib/apache2/libaprutil.so -lib/apache2/libaprutil.so.9 +lib/apache2/libapr-0.a +lib/apache2/libapr-0.la +lib/apache2/libapr-0.so +lib/apache2/libapr-0.so.9 +lib/apache2/libaprutil-0.a +lib/apache2/libaprutil-0.la +lib/apache2/libaprutil-0.so +lib/apache2/libaprutil-0.so.9 libexec/apache2/httpd.exp libexec/apache2/mod_access.so libexec/apache2/mod_actions.so @@ -218,81 +218,144 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/LICENSE %%PORTDOCS%%share/doc/apache2/bind.html.en %%PORTDOCS%%share/doc/apache2/bind.html.ja.jis +%%PORTDOCS%%share/doc/apache2/bind.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/bind.xml %%PORTDOCS%%share/doc/apache2/bind.xml.ja +%%PORTDOCS%%share/doc/apache2/bind.xml.ko +%%PORTDOCS%%share/doc/apache2/bind.xml.meta %%PORTDOCS%%share/doc/apache2/cgi_path.html.en %%PORTDOCS%%share/doc/apache2/cgi_path.html.ja.jis +%%PORTDOCS%%share/doc/apache2/cgi_path.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/cgi_path.xml %%PORTDOCS%%share/doc/apache2/cgi_path.xml.ja +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.ko +%%PORTDOCS%%share/doc/apache2/cgi_path.xml.meta %%PORTDOCS%%share/doc/apache2/configuring.html.en %%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis +%%PORTDOCS%%share/doc/apache2/configuring.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/configuring.xml %%PORTDOCS%%share/doc/apache2/configuring.xml.ja +%%PORTDOCS%%share/doc/apache2/configuring.xml.ko +%%PORTDOCS%%share/doc/apache2/configuring.xml.meta %%PORTDOCS%%share/doc/apache2/content-negotiation.html.en %%PORTDOCS%%share/doc/apache2/content-negotiation.html.ja.jis +%%PORTDOCS%%share/doc/apache2/content-negotiation.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/content-negotiation.xml %%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.ko +%%PORTDOCS%%share/doc/apache2/content-negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/custom-error.html.en %%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis +%%PORTDOCS%%share/doc/apache2/custom-error.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/custom-error.xml %%PORTDOCS%%share/doc/apache2/custom-error.xml.ja -%%PORTDOCS%%share/doc/apache2/developer/API.html -%%PORTDOCS%%share/doc/apache2/developer/debugging.html -%%PORTDOCS%%share/doc/apache2/developer/documenting.html -%%PORTDOCS%%share/doc/apache2/developer/filters.html -%%PORTDOCS%%share/doc/apache2/developer/footer.html -%%PORTDOCS%%share/doc/apache2/developer/header.html -%%PORTDOCS%%share/doc/apache2/developer/hooks.html -%%PORTDOCS%%share/doc/apache2/developer/index.html -%%PORTDOCS%%share/doc/apache2/developer/layeredio.html +%%PORTDOCS%%share/doc/apache2/custom-error.xml.ko +%%PORTDOCS%%share/doc/apache2/custom-error.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/API.html.en +%%PORTDOCS%%share/doc/apache2/developer/API.xml +%%PORTDOCS%%share/doc/apache2/developer/API.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/debugging.html.en +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml +%%PORTDOCS%%share/doc/apache2/developer/debugging.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/documenting.html.en +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml +%%PORTDOCS%%share/doc/apache2/developer/documenting.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/filters.html.en +%%PORTDOCS%%share/doc/apache2/developer/filters.xml +%%PORTDOCS%%share/doc/apache2/developer/filters.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/hooks.html.en +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml +%%PORTDOCS%%share/doc/apache2/developer/hooks.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/index.html.en +%%PORTDOCS%%share/doc/apache2/developer/index.xml +%%PORTDOCS%%share/doc/apache2/developer/index.xml.meta %%PORTDOCS%%share/doc/apache2/developer/modules.html.en %%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis -%%PORTDOCS%%share/doc/apache2/developer/request.html -%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html +%%PORTDOCS%%share/doc/apache2/developer/modules.xml +%%PORTDOCS%%share/doc/apache2/developer/modules.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/request.html.en +%%PORTDOCS%%share/doc/apache2/developer/request.xml +%%PORTDOCS%%share/doc/apache2/developer/request.xml.meta +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.html.en +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml +%%PORTDOCS%%share/doc/apache2/developer/thread_safety.xml.meta %%PORTDOCS%%share/doc/apache2/dns-caveats.html.en %%PORTDOCS%%share/doc/apache2/dns-caveats.html.ja.jis +%%PORTDOCS%%share/doc/apache2/dns-caveats.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dns-caveats.xml %%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ja +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.ko +%%PORTDOCS%%share/doc/apache2/dns-caveats.xml.meta %%PORTDOCS%%share/doc/apache2/dso.html.en %%PORTDOCS%%share/doc/apache2/dso.html.ja.jis %%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/dso.xml %%PORTDOCS%%share/doc/apache2/dso.xml.ja +%%PORTDOCS%%share/doc/apache2/dso.xml.ko +%%PORTDOCS%%share/doc/apache2/dso.xml.meta %%PORTDOCS%%share/doc/apache2/env.html.en %%PORTDOCS%%share/doc/apache2/env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/env.xml %%PORTDOCS%%share/doc/apache2/env.xml.ja +%%PORTDOCS%%share/doc/apache2/env.xml.ko +%%PORTDOCS%%share/doc/apache2/env.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.html.en +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml +%%PORTDOCS%%share/doc/apache2/faq/all_in_one.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/categories.xml +%%PORTDOCS%%share/doc/apache2/faq/error.html.en +%%PORTDOCS%%share/doc/apache2/faq/error.xml +%%PORTDOCS%%share/doc/apache2/faq/error.xml.meta %%PORTDOCS%%share/doc/apache2/faq/index.html +%%PORTDOCS%%share/doc/apache2/faq/index.html.en +%%PORTDOCS%%share/doc/apache2/faq/index.xml +%%PORTDOCS%%share/doc/apache2/faq/index.xml.meta +%%PORTDOCS%%share/doc/apache2/faq/support.html.en +%%PORTDOCS%%share/doc/apache2/faq/support.xml +%%PORTDOCS%%share/doc/apache2/faq/support.xml.meta %%PORTDOCS%%share/doc/apache2/filter.html.en %%PORTDOCS%%share/doc/apache2/filter.html.ja.jis +%%PORTDOCS%%share/doc/apache2/filter.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/filter.xml %%PORTDOCS%%share/doc/apache2/filter.xml.ja -%%PORTDOCS%%share/doc/apache2/footer.html +%%PORTDOCS%%share/doc/apache2/filter.xml.ko +%%PORTDOCS%%share/doc/apache2/filter.xml.meta %%PORTDOCS%%share/doc/apache2/glossary.html.en +%%PORTDOCS%%share/doc/apache2/glossary.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/glossary.xml +%%PORTDOCS%%share/doc/apache2/glossary.xml.ko +%%PORTDOCS%%share/doc/apache2/glossary.xml.meta %%PORTDOCS%%share/doc/apache2/handler.html.en %%PORTDOCS%%share/doc/apache2/handler.html.ja.jis +%%PORTDOCS%%share/doc/apache2/handler.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/handler.xml %%PORTDOCS%%share/doc/apache2/handler.xml.ja -%%PORTDOCS%%share/doc/apache2/header.html +%%PORTDOCS%%share/doc/apache2/handler.xml.ko +%%PORTDOCS%%share/doc/apache2/handler.xml.meta %%PORTDOCS%%share/doc/apache2/howto/auth.html.en %%PORTDOCS%%share/doc/apache2/howto/auth.html.ja.jis +%%PORTDOCS%%share/doc/apache2/howto/auth.xml +%%PORTDOCS%%share/doc/apache2/howto/auth.xml.meta %%PORTDOCS%%share/doc/apache2/howto/cgi.html.en %%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/cgi.xml %%PORTDOCS%%share/doc/apache2/howto/cgi.xml.ja -%%PORTDOCS%%share/doc/apache2/howto/footer.html -%%PORTDOCS%%share/doc/apache2/howto/header.html +%%PORTDOCS%%share/doc/apache2/howto/cgi.xml.meta %%PORTDOCS%%share/doc/apache2/howto/htaccess.html.en %%PORTDOCS%%share/doc/apache2/howto/htaccess.xml +%%PORTDOCS%%share/doc/apache2/howto/htaccess.xml.meta %%PORTDOCS%%share/doc/apache2/howto/index.html.en %%PORTDOCS%%share/doc/apache2/howto/index.xml +%%PORTDOCS%%share/doc/apache2/howto/index.xml.meta %%PORTDOCS%%share/doc/apache2/howto/public_html.html.en %%PORTDOCS%%share/doc/apache2/howto/public_html.xml +%%PORTDOCS%%share/doc/apache2/howto/public_html.xml.meta %%PORTDOCS%%share/doc/apache2/howto/ssi.html.en %%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis %%PORTDOCS%%share/doc/apache2/howto/ssi.xml %%PORTDOCS%%share/doc/apache2/howto/ssi.xml.ja +%%PORTDOCS%%share/doc/apache2/howto/ssi.xml.meta %%PORTDOCS%%share/doc/apache2/images/apache_header.gif %%PORTDOCS%%share/doc/apache2/images/apache_header.png %%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif @@ -321,6 +384,11 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/index.html.en %%PORTDOCS%%share/doc/apache2/index.html.fr %%PORTDOCS%%share/doc/apache2/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/index.xml +%%PORTDOCS%%share/doc/apache2/index.xml.de +%%PORTDOCS%%share/doc/apache2/index.xml.ja +%%PORTDOCS%%share/doc/apache2/index.xml.ko +%%PORTDOCS%%share/doc/apache2/index.xml.meta %%PORTDOCS%%share/doc/apache2/install.html.de %%PORTDOCS%%share/doc/apache2/install.html.en %%PORTDOCS%%share/doc/apache2/install.html.ja.jis @@ -329,246 +397,377 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/install.xml %%PORTDOCS%%share/doc/apache2/install.xml.de %%PORTDOCS%%share/doc/apache2/install.xml.ja +%%PORTDOCS%%share/doc/apache2/install.xml.ko +%%PORTDOCS%%share/doc/apache2/install.xml.meta %%PORTDOCS%%share/doc/apache2/install.xml.ru %%PORTDOCS%%share/doc/apache2/invoking.html.de %%PORTDOCS%%share/doc/apache2/invoking.html.en %%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis +%%PORTDOCS%%share/doc/apache2/invoking.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/invoking.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/invoking.xml %%PORTDOCS%%share/doc/apache2/invoking.xml.de %%PORTDOCS%%share/doc/apache2/invoking.xml.ja +%%PORTDOCS%%share/doc/apache2/invoking.xml.ko +%%PORTDOCS%%share/doc/apache2/invoking.xml.meta %%PORTDOCS%%share/doc/apache2/invoking.xml.ru +%%PORTDOCS%%share/doc/apache2/license.html.en +%%PORTDOCS%%share/doc/apache2/license.xml +%%PORTDOCS%%share/doc/apache2/license.xml.meta %%PORTDOCS%%share/doc/apache2/logs.html.en %%PORTDOCS%%share/doc/apache2/logs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/logs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/logs.xml %%PORTDOCS%%share/doc/apache2/logs.xml.ja +%%PORTDOCS%%share/doc/apache2/logs.xml.ko +%%PORTDOCS%%share/doc/apache2/logs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html.en %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml +%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.xml.meta %%PORTDOCS%%share/doc/apache2/misc/descriptors.html.en %%PORTDOCS%%share/doc/apache2/misc/descriptors.xml +%%PORTDOCS%%share/doc/apache2/misc/descriptors.xml.meta %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html.en %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml +%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.xml.meta %%PORTDOCS%%share/doc/apache2/misc/index.html.en %%PORTDOCS%%share/doc/apache2/misc/index.xml +%%PORTDOCS%%share/doc/apache2/misc/index.xml.meta %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html.en %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml +%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.xml.meta %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en %%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml +%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml.meta %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en %%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml +%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml.meta %%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en %%PORTDOCS%%share/doc/apache2/misc/security_tips.xml +%%PORTDOCS%%share/doc/apache2/misc/security_tips.xml.meta %%PORTDOCS%%share/doc/apache2/misc/tutorials.html.en %%PORTDOCS%%share/doc/apache2/misc/tutorials.xml +%%PORTDOCS%%share/doc/apache2/misc/tutorials.xml.meta +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.de +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ru %%PORTDOCS%%share/doc/apache2/mod/beos.html.en +%%PORTDOCS%%share/doc/apache2/mod/beos.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/beos.xml +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/beos.xml.meta %%PORTDOCS%%share/doc/apache2/mod/core.html.de %%PORTDOCS%%share/doc/apache2/mod/core.html.en %%PORTDOCS%%share/doc/apache2/mod/core.xml %%PORTDOCS%%share/doc/apache2/mod/core.xml.de +%%PORTDOCS%%share/doc/apache2/mod/core.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.html.de %%PORTDOCS%%share/doc/apache2/mod/directives.html.en %%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/directives.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/directives.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mod/directives.xml %%PORTDOCS%%share/doc/apache2/mod/directives.xml.de %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/directives.xml.meta %%PORTDOCS%%share/doc/apache2/mod/directives.xml.ru -%%PORTDOCS%%share/doc/apache2/mod/footer.html -%%PORTDOCS%%share/doc/apache2/mod/header.html %%PORTDOCS%%share/doc/apache2/mod/index.html.de %%PORTDOCS%%share/doc/apache2/mod/index.html.en %%PORTDOCS%%share/doc/apache2/mod/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/index.xml %%PORTDOCS%%share/doc/apache2/mod/index.xml.de %%PORTDOCS%%share/doc/apache2/mod/index.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/index.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/index.xml.meta %%PORTDOCS%%share/doc/apache2/mod/leader.html.en +%%PORTDOCS%%share/doc/apache2/mod/leader.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/leader.xml +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/leader.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_access.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml %%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml %%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_alias.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml %%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml %%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml %%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml %%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dav_fs.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml %%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis +%%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.ko +%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_example.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_example.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_expires.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_headers.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_imap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml %%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_nw_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_connect.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_ftp.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_proxy_http.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_status.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html.en %%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml +%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml.meta %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml +%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.en %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.de %%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml.meta %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.html.en %%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml +%%PORTDOCS%%share/doc/apache2/mod/mpmt_os2.xml.meta %%PORTDOCS%%share/doc/apache2/mod/perchild.html.en %%PORTDOCS%%share/doc/apache2/mod/perchild.xml +%%PORTDOCS%%share/doc/apache2/mod/perchild.xml.meta %%PORTDOCS%%share/doc/apache2/mod/prefork.html.de %%PORTDOCS%%share/doc/apache2/mod/prefork.html.en %%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/prefork.xml %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.de %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/prefork.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en %%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis @@ -576,21 +775,26 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.de %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.meta %%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ru %%PORTDOCS%%share/doc/apache2/mod/threadpool.html.en %%PORTDOCS%%share/doc/apache2/mod/threadpool.xml +%%PORTDOCS%%share/doc/apache2/mod/threadpool.xml.meta %%PORTDOCS%%share/doc/apache2/mod/worker.html.de %%PORTDOCS%%share/doc/apache2/mod/worker.html.en %%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis %%PORTDOCS%%share/doc/apache2/mod/worker.xml %%PORTDOCS%%share/doc/apache2/mod/worker.xml.de %%PORTDOCS%%share/doc/apache2/mod/worker.xml.ja +%%PORTDOCS%%share/doc/apache2/mod/worker.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.html.en %%PORTDOCS%%share/doc/apache2/mpm.html.ja.jis %%PORTDOCS%%share/doc/apache2/mpm.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/mpm.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/mpm.xml %%PORTDOCS%%share/doc/apache2/mpm.xml.ja +%%PORTDOCS%%share/doc/apache2/mpm.xml.ko +%%PORTDOCS%%share/doc/apache2/mpm.xml.meta %%PORTDOCS%%share/doc/apache2/mpm.xml.ru %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en @@ -601,98 +805,158 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ko +%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.meta %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ru %%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en %%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml -%%PORTDOCS%%share/doc/apache2/platform/footer.html -%%PORTDOCS%%share/doc/apache2/platform/header.html +%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml.meta %%PORTDOCS%%share/doc/apache2/platform/index.html.en %%PORTDOCS%%share/doc/apache2/platform/index.xml +%%PORTDOCS%%share/doc/apache2/platform/index.xml.meta %%PORTDOCS%%share/doc/apache2/platform/netware.html.en %%PORTDOCS%%share/doc/apache2/platform/netware.xml +%%PORTDOCS%%share/doc/apache2/platform/netware.xml.meta %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en %%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml +%%PORTDOCS%%share/doc/apache2/platform/perf-hp.xml.meta %%PORTDOCS%%share/doc/apache2/platform/win_compiling.html.en %%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml +%%PORTDOCS%%share/doc/apache2/platform/win_compiling.xml.meta %%PORTDOCS%%share/doc/apache2/platform/windows.html.en %%PORTDOCS%%share/doc/apache2/platform/windows.xml -%%PORTDOCS%%share/doc/apache2/programs/ab.html +%%PORTDOCS%%share/doc/apache2/platform/windows.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/ab.html.en +%%PORTDOCS%%share/doc/apache2/programs/ab.xml +%%PORTDOCS%%share/doc/apache2/programs/ab.xml.meta %%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en %%PORTDOCS%%share/doc/apache2/programs/apachectl.xml -%%PORTDOCS%%share/doc/apache2/programs/apxs.html -%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html -%%PORTDOCS%%share/doc/apache2/programs/footer.html -%%PORTDOCS%%share/doc/apache2/programs/header.html -%%PORTDOCS%%share/doc/apache2/programs/htdigest.html -%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html +%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/apxs.html.en +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml +%%PORTDOCS%%share/doc/apache2/programs/apxs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html.en +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml +%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htdigest.html.en +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml +%%PORTDOCS%%share/doc/apache2/programs/htdigest.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html.en +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml +%%PORTDOCS%%share/doc/apache2/programs/htpasswd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/httpd.html.en %%PORTDOCS%%share/doc/apache2/programs/httpd.xml +%%PORTDOCS%%share/doc/apache2/programs/httpd.xml.meta %%PORTDOCS%%share/doc/apache2/programs/index.html.en %%PORTDOCS%%share/doc/apache2/programs/index.xml -%%PORTDOCS%%share/doc/apache2/programs/logresolve.html -%%PORTDOCS%%share/doc/apache2/programs/other.html -%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html -%%PORTDOCS%%share/doc/apache2/programs/suexec.html +%%PORTDOCS%%share/doc/apache2/programs/index.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/logresolve.html.en +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml +%%PORTDOCS%%share/doc/apache2/programs/logresolve.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/other.html.en +%%PORTDOCS%%share/doc/apache2/programs/other.xml +%%PORTDOCS%%share/doc/apache2/programs/other.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html.en +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml +%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.xml.meta +%%PORTDOCS%%share/doc/apache2/programs/suexec.html.en +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml +%%PORTDOCS%%share/doc/apache2/programs/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/search/manual-index.cgi %%PORTDOCS%%share/doc/apache2/sections.html.en %%PORTDOCS%%share/doc/apache2/sections.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sections.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sections.xml %%PORTDOCS%%share/doc/apache2/sections.xml.ja +%%PORTDOCS%%share/doc/apache2/sections.xml.ko +%%PORTDOCS%%share/doc/apache2/sections.xml.meta %%PORTDOCS%%share/doc/apache2/server-wide.html.en %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis +%%PORTDOCS%%share/doc/apache2/server-wide.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/server-wide.xml %%PORTDOCS%%share/doc/apache2/server-wide.xml.ja +%%PORTDOCS%%share/doc/apache2/server-wide.xml.ko +%%PORTDOCS%%share/doc/apache2/server-wide.xml.meta %%PORTDOCS%%share/doc/apache2/sitemap.html.de %%PORTDOCS%%share/doc/apache2/sitemap.html.en %%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis +%%PORTDOCS%%share/doc/apache2/sitemap.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/sitemap.xml %%PORTDOCS%%share/doc/apache2/sitemap.xml.de %%PORTDOCS%%share/doc/apache2/sitemap.xml.ja -%%PORTDOCS%%share/doc/apache2/ssl/footer.html -%%PORTDOCS%%share/doc/apache2/ssl/header.html +%%PORTDOCS%%share/doc/apache2/sitemap.xml.ko +%%PORTDOCS%%share/doc/apache2/sitemap.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/index.html.en %%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis %%PORTDOCS%%share/doc/apache2/ssl/index.xml %%PORTDOCS%%share/doc/apache2/ssl/index.xml.ja +%%PORTDOCS%%share/doc/apache2/ssl/index.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg -%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg +%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml +%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml.meta %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif %%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif -%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif %%PORTDOCS%%share/doc/apache2/stopping.html.de %%PORTDOCS%%share/doc/apache2/stopping.html.en %%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/stopping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/stopping.html.ru.koi8-r %%PORTDOCS%%share/doc/apache2/stopping.xml %%PORTDOCS%%share/doc/apache2/stopping.xml.de %%PORTDOCS%%share/doc/apache2/stopping.xml.ja +%%PORTDOCS%%share/doc/apache2/stopping.xml.ko +%%PORTDOCS%%share/doc/apache2/stopping.xml.meta %%PORTDOCS%%share/doc/apache2/stopping.xml.ru +%%PORTDOCS%%share/doc/apache2/style/chm/chm.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/chm.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhc.zh-cn.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.de.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.en.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.ko.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.xsl +%%PORTDOCS%%share/doc/apache2/style/chm/hhp.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/common.dtd +%%PORTDOCS%%share/doc/apache2/style/css/manual-chm.css %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css %%PORTDOCS%%share/doc/apache2/style/css/manual-print.css %%PORTDOCS%%share/doc/apache2/style/css/manual.css +%%PORTDOCS%%share/doc/apache2/style/faq.dtd %%PORTDOCS%%share/doc/apache2/style/lang/de.xml %%PORTDOCS%%share/doc/apache2/style/lang/en.xml %%PORTDOCS%%share/doc/apache2/style/lang/ja.xml +%%PORTDOCS%%share/doc/apache2/style/lang/ko.xml %%PORTDOCS%%share/doc/apache2/style/lang/ru.xml %%PORTDOCS%%share/doc/apache2/style/lang/sv.xml +%%PORTDOCS%%share/doc/apache2/style/man/man.en.xsl +%%PORTDOCS%%share/doc/apache2/style/man/manpage.xsl %%PORTDOCS%%share/doc/apache2/style/manual.de.xsl %%PORTDOCS%%share/doc/apache2/style/manual.en.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.ko.xsl %%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl %%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl %%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl +%%PORTDOCS%%share/doc/apache2/style/manual.zh-cn.xsl %%PORTDOCS%%share/doc/apache2/style/manualpage.dtd %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd %%PORTDOCS%%share/doc/apache2/style/sitemap.dtd @@ -703,15 +967,28 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-transitional.dtd %%PORTDOCS%%share/doc/apache2/style/xsl/common.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/faq.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/indexpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl %%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/lf.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/li-start.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/modtrans.xsl +%%PORTDOCS%%share/doc/apache2/style/xsl/util/nbsp.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/tab.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-end.xml +%%PORTDOCS%%share/doc/apache2/style/xsl/util/ul-start.xml %%PORTDOCS%%share/doc/apache2/suexec.html.en %%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis +%%PORTDOCS%%share/doc/apache2/suexec.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/suexec.xml %%PORTDOCS%%share/doc/apache2/suexec.xml.ja +%%PORTDOCS%%share/doc/apache2/suexec.xml.ko +%%PORTDOCS%%share/doc/apache2/suexec.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.html.de %%PORTDOCS%%share/doc/apache2/upgrading.html.en %%PORTDOCS%%share/doc/apache2/upgrading.html.fr @@ -721,33 +998,58 @@ share/apache2/build/special.mk %%PORTDOCS%%share/doc/apache2/upgrading.xml %%PORTDOCS%%share/doc/apache2/upgrading.xml.de %%PORTDOCS%%share/doc/apache2/upgrading.xml.ja +%%PORTDOCS%%share/doc/apache2/upgrading.xml.ko +%%PORTDOCS%%share/doc/apache2/upgrading.xml.meta %%PORTDOCS%%share/doc/apache2/upgrading.xml.ru %%PORTDOCS%%share/doc/apache2/urlmapping.html.en %%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis +%%PORTDOCS%%share/doc/apache2/urlmapping.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/urlmapping.xml %%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ko +%%PORTDOCS%%share/doc/apache2/urlmapping.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/details.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/details.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/details.xml +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/details.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/examples.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/examples.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/examples.xml +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/examples.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ja -%%PORTDOCS%%share/doc/apache2/vhosts/footer.html -%%PORTDOCS%%share/doc/apache2/vhosts/header.html +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.meta +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.de %%PORTDOCS%%share/doc/apache2/vhosts/index.html.en %%PORTDOCS%%share/doc/apache2/vhosts/index.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/index.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/index.xml +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.de %%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ja +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/index.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/mass.html.en +%%PORTDOCS%%share/doc/apache2/vhosts/mass.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/mass.xml +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/mass.xml.meta %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.en %%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ja.jis +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.ko.euc-kr %%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml -%%PORTDOCS%%www/data-dist/index.html.sv +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.ko +%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.meta @exec mkdir -p %D/www @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin @@ -787,8 +1089,9 @@ www/data-dist/index.html.ru.cp866 www/data-dist/index.html.ru.iso-ru www/data-dist/index.html.ru.koi8-r www/data-dist/index.html.ru.utf8 +www/data-dist/index.html.sv www/data-dist/index.html.var -www/data-dist/index.html.zh +www/data-dist/index.html.zh-tw.big5 @unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi @exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error www/error-dist/HTTP_BAD_GATEWAY.html.var @@ -1046,10 +1349,13 @@ www/icons-dist/world2.png @dirrm www/cgi-bin-dist @dirrm www %%PORTDOCS%%@dirrm share/doc/apache2/vhosts +%%PORTDOCS%%@dirrm share/doc/apache2/style/xsl/util %%PORTDOCS%%@dirrm share/doc/apache2/style/xsl %%PORTDOCS%%@dirrm share/doc/apache2/style/w3c +%%PORTDOCS%%@dirrm share/doc/apache2/style/man %%PORTDOCS%%@dirrm share/doc/apache2/style/lang %%PORTDOCS%%@dirrm share/doc/apache2/style/css +%%PORTDOCS%%@dirrm share/doc/apache2/style/chm %%PORTDOCS%%@dirrm share/doc/apache2/style %%PORTDOCS%%@dirrm share/doc/apache2/ssl %%PORTDOCS%%@dirrm share/doc/apache2/search |