summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-29 22:46:45 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-29 22:46:45 +0000
commit15bb1ce95f7db6723388fae5f18403783fb53bd7 (patch)
tree99ac6a000561cb46ded0ebb01b9bb692a81ab184 /www/apache2
parentFix copy/paste error introduced in previous commit (diff)
Update to 2.0.48, which has corrections for two security bugs:
- CAN-2003-0789: information leak in mod_cgid <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789> - CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542> Use a DIST_SUBDIR. Use the DOCSDIR macro. Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS, NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES, WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB, WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES, WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and WITH_STATIC_SUPPORT PR: 58654 Submitted by: Clement Laforet (maintainer)
Notes
Notes: svn path=/head/; revision=92603
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile191
-rw-r--r--www/apache2/Makefile.modules241
-rw-r--r--www/apache2/distinfo4
-rw-r--r--www/apache2/files/patch-Makefile.in23
-rw-r--r--www/apache2/files/patch-docs:conf:ssl-std.conf107
-rw-r--r--www/apache2/files/patch-docs:conf:ssl-std.conf.in24
-rw-r--r--www/apache2/pkg-plist2758
7 files changed, 1794 insertions, 1554 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index ea8ba559eb88..25239658f7ca 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= apache
-PORTVERSION= 2.0.47
-PORTREVISION= 1
+PORTVERSION= 2.0.48
CATEGORIES= www ipv6
-MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
+MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
+ http://sheepkiller.nerim.net/ports/${PORTNAME}/:powerlogo
DISTNAME= httpd-${PORTVERSION}
-DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
+DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:powerlogo
+DIST_SUBDIR= apache2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
MAINTAINER?= sheepkiller@cultdeadsheep.org
@@ -19,30 +20,83 @@ COMMENT?= Version 2 of the extremely popular Apache http server
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
-CONFLICTS= apache+ipv6-1.* apache+mod_ssl-1.* apache+ssl-1.* apache-1.* apache_fp-1.* \
+LATEST_LINK= apache2
+
+CONFLICTS= apache+ipv6-1.* apache+modssl-1.* apache+ssl-1.* apache-1.* apache_fp-1.* \
caudium-devel-1.* caudium10-1.* caudium12-* \
ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.*
-LATEST_LINK= apache2
+
+## Available knobs:
+## By default, modules are compiled as dynamically loadable (DSO) modules.
+##
+## Apache-related
+## WITH_MPM: prefork (default)
+## worker
+## perchild
+## HTTP_PORT: default: 80
+## WITH_LDAP: Enable LDAP support (mod_auth_ldap)
+## WITHOUT_PROXY: Disable proxy support
+## WITH_CUSTOM_PROXY: Let you choose which proxy modules you wish
+## WITHOUT_AUTH: Disable auth modules
+## WITH_CUSTOM_AUTH: Let you choose which auth modules you wish
+## WITHOUT_DAV: Disable DAV support
+## IPV6_V6ONLY: Disable IPv4 support
+## WITHOUT_SSL: Disable SSL support
+## WITH_THREADS: Enable threads support !! USE IT WITH CARE !!
+## WITH_CUSTOM_THREADS: Let you choose which threaded modules you want
+## WITH_EXPERIMENTAL: Enable Experimental modules
+## WITH_DBM: Choose your DBM: bdb (Berkeley DB), gdbm or ndbm (default)
+## WITH_BERKELEYDB: Choose your BerkeleyDB version: db2, db3 or db4 (default)
+## WITH_STATIC_SUPPORT: Build statically linked support binaries
+## WITH_STATIC_APACHE: Build a static version of httpd (implies WITH_STATIC_MODULES)
+## WITH_ALL_STATIC_APACHE: All modules statically linked.
+## WITH_STATIC_MODULES: List of modules to build modules statics (usefull for slave ports)
+## (They must be already enabled (i.e. WITH_MODULES or with default configuration
+## use 'make show-modules', to check if they are enabled)
+## WITH_EXPERIMENTAL: Build and install experimental modules
+## WITH_EXTRA_MODULES: To add addtionnal modules
+## WITH_MODULES: List of your own modules
+## WITHOUT_MODULES: Disable listed modules
+##
+##
+## Port-related:
+## NOPORTDOCS: Do not install documentation
+## NO_CGI: Do not instal www/cgi-bin*
+## NO_ERROR: Do not instal www/error
+## NO_WWWDATA: Do not instal www/data*
+## NO_ICONS: Do not instal www/icons*
+## NO_WWW: Implies NO_CGI, NO_WWWDATA, NO_ICONS and NO_ERROR
+##
+## Available make targets:
+## show-options: prints this message
+## show-modules: prints list of available modules
+##
+## Examples:
+## make WITHOUT_SSL=yes WITH_EXTRA_MODULES="bucketeer case_filter case_filter_in" WITHOUT_PROXY=yes
+## make WITH_STATIC_MODULES="ssl rewrite include" WITH_EXPERIMENTAL=yes WITH_CUSTOM_AUTH="auth auth_dbm"
+## make WITH_EXPERIMENTAL=yes WITHOUT_MODULES="access speling status"
+## make WITH_MODULES="include rewrite auth"
+##
WITH_MPM?= prefork # or worker, perchild
HTTP_PORT?= 80
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_PERL5= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \
--enable-layout=FreeBSD \
--with-perl=${PERL5} \
- --enable-so \
- --with-mpm=${WITH_MPM} \
--with-port=${HTTP_PORT} \
--with-expat=${LOCALBASE} \
--libdir=${PREFIX_RELDEST}/lib/apache2 \
--includedir=${PREFIX_RELDEST}/include/apache2
+
CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}"
-SHARED_MODULES= all cgid deflate ext_filter proxy proxy-connect proxy-ftp \
- proxy-http
+
+DOCSDIR= share/doc/apache2
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
RC_SUB= -e 's,@@PREFIX@@,${PREFIX_RELDEST},g'
MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes
@@ -51,88 +105,91 @@ MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes
MAKE_ENV+= NOPORTDOCS=yes
.endif
+MAN1= dbmmanage.1 htdigest.1 htpasswd.1
+MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8
+
.if !defined(IPV6_V6ONLY)
-CONFIGURE_ARGS+= --enable-v4-mapped
+CONFIGURE_ARGS+= --enable-v4-mapped
.endif
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
.endif
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_SUEXEC)
-SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data
-SUEXEC_USERDIR?= public_html
-SUEXEC_SAFEPATH?=${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin
-CONFIGURE_ARGS+= --enable-suexec \
- --with-suexec-caller=www \
- --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
- --with-suexec-userdir="${SUEXEC_USERDIR}" \
- --with-suexec-docroot="${SUEXEC_DOCROOT}" \
- --with-suexec-safepath="${SUEXEC_SAFEPATH}" \
- --with-suexec-logfile="/var/log/httpd-suexec.log" \
- --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec"
-PLIST_SUB+= SUEXEC=""
-.else
-PLIST_SUB+= SUEXEC="@comment "
+.if defined(WITH_LDAP)
+USE_LDAP= YES
+CONFIGURE_ARGS+= --with-ldap \
+ --with-ldap-lib="${LOCALBASE}/lib" \
+ --with-ldap-include="${LOCALBASE}/include"
.endif
-.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
-CONFIGURE_ARGS+= --with-ldap \
- --enable-ldap --enable-auth-ldap \
- --with-ldap-lib="${LOCALBASE}/lib" \
- --with-ldap-include="${LOCALBASE}/include"
-PLIST_SUB+= LDAP=""
-.else
-PLIST_SUB+= LDAP="@comment "
+.if defined(NO_WWW)
+NO_CGI= YES
+NO_WWWDATA= YES
+NO_ICONS= YES
+NO_ERROR= YES
.endif
-.if ${WITH_MPM} != "prefork"
-PKGNAMESUFFIX= -${WITH_MPM}
-WITH_THREADS= yes
-.if ${WITH_MPM} == "worker"
-PLIST_SUB+= PREFORK="@comment " WORKER=""
+.if defined(NO_CGI)
+MAKE_ENV+= NO_CGI=yes
+PLIST_SUB+= CGI="@comment "
.else
-PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
+PLIST_SUB+= CGI=""
.endif
+
+.if defined(NO_ICONS)
+MAKE_ENV+= NO_ICONS=yes
+PLIST_SUB+= ICONS="@comment "
.else
-PLIST_SUB+= PREFORK="" WORKER="@comment "
+PLIST_SUB+= ICONS=""
.endif
-.if defined(WITH_THREADS)
-CONFIGURE_ARGS+= --enable-threads
-CFLAGS+= -DFREEBSD_THREAD_HACK
-SHARED_MODULES+= cache file-cache disk-cache mem_cache
-PLIST_SUB+= THREADS=""
+.if defined(NO_WWWDATA)
+MAKE_ENV+= NO_WWWDATA=yes
+PLIST_SUB+= WWWDATA="@comment "
.else
-PLIST_SUB+= THREADS="@comment "
+PLIST_SUB+= WWWDATA=""
.endif
-.if !defined(WITHOUT_SSL)
-SHARED_MODULES+= ssl
-CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
-PLIST_SUB+= MODSSL=""
-RC_SUB+= -e 's,@@SSL@@,ssl,g'
+.if defined(NO_ERROR)
+MAKE_ENV+= NO_ERROR=yes
+PLIST_SUB+= ERROR="@comment "
.else
-PLIST_SUB+= MODSSL="@comment "
-RC_SUB+= -e 's,@@SSL@@,,g'
+PLIST_SUB+= ERROR=""
.endif
-.if defined(WITH_EXPERIMENTAL)
-SHARED_MODULES+= bucketeer case_filter case_filter_in ext_filter charset_lite \
- optional_hook_export optional_hook_import \
- optional_fn_import optional_fn_export
-PLIST_SUB+= EXPERIMENTAL=""
-.else
-PLIST_SUB+= EXPERIMENTAL="@comment "
+.if defined(WITH_STATIC_SUPPORT)
+CONFIGURE_ARGS+= --enable-static-support
.endif
-CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}" ${CONFIGURE_TARGET}
+.include <bsd.port.pre.mk>
-MAN1= dbmmanage.1 htdigest.1 htpasswd.1
-MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8
+.include "${.CURDIR}/Makefile.modules"
+
+CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} ${CONFIGURE_TARGET}
+
+show-options:
+ @${EGREP} '^##' ${.CURDIR}/Makefile | ${SED} 's/##//'
+
+show-modules:
+ @for module in $(AVAILABLE_MODULES) ; do \
+ ${ECHO_MSG} -n "$${module}: ";\
+ if ${ECHO_CMD} ${APACHE_MODULES} | ${GREP} -wq $${module} 2> /dev/null ; then \
+ ${ECHO_CMD} -n "enabled "; \
+ if ${ECHO_CMD} ${WITH_STATIC_MODULES} | ${GREP} -wq $${module} 2> /dev/null ; then \
+ ${ECHO_CMD} "(static)" ; \
+ else \
+ ${ECHO_CMD} "(shared)" ;\
+ fi;\
+ else\
+ ${ECHO_CMD} disabled ;\
+ fi;\
+ done
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " To see all available knobs, type make show-options"
+ @${ECHO_MSG} ""
post-extract:
@${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
diff --git a/www/apache2/Makefile.modules b/www/apache2/Makefile.modules
new file mode 100644
index 000000000000..6ddb369de951
--- /dev/null
+++ b/www/apache2/Makefile.modules
@@ -0,0 +1,241 @@
+# Makefile.modules
+# Author: Clement Laforet <sheepkiller@cultdeadsheep.org>
+#
+# This file is used to build modules list, DBM dependencies and MPM selection.
+# I hope it can easily handle external modules (such as mod_perl) or MPMs, like
+# muxmpm.
+#
+# Note to myself: (to generate PLIST_SUB entries for modules)
+# gsed 's/^\(.*\)mod\(.*\)\.so/%%\MOD\U\2%%\L\1mod\2\.so/' pkg-plist > tmp
+# mv tmp pkg-plist
+#
+# $FreeBSD$
+#
+
+# MPM section:
+# << TO BE WRITTEN >>
+.if defined (SLAVE_PORT_MPM)
+PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
+PKGNAMESUFFIX= -${SLAVE_PORT_MPM}
+.else
+. if ${WITH_MPM} != "prefork"
+PKGNAMESUFFIX= -${WITH_MPM:L}
+WITH_THREADS= yes
+. if ${WITH_MPM:L} == "worker"
+PLIST_SUB+= PREFORK="@comment " WORKER=""
+. elif ${WITH_MPM:L} == "perchild"
+PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
+. else
+BROKEN= "Unknown MPM: ${WITH_MPM}"
+. endif
+. else
+PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
+. endif
+.else
+PLIST_SUB+= PREFORK="@comment " WORKER="@comment "
+.endif
+
+# xDBM section
+#
+.if !defined(WITH_DBM) && defined(WITH_BERKELEYDB)
+WITH_DBM=db
+.endif
+
+.if defined(WITH_DBM)
+. if ${WITH_DBM:L} == "sdbm"
+CONFIGURE_ARGS+= --with-dbm=sdbm
+. elif ${WITH_DBM:L} == "gdbm"
+LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}
+. elif ${WITH_DBM:L} == "db" || defined(WITH_BERKELEYDB)
+. if !defined(WITH_BERKELEYDB)
+LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
+CONFIGURE_ARGS+= --with-dbm=db4 \
+ --with-berkeley-db=${LOCALBASE}
+. elif ${WITH_BERKELEYDB} == "db2"
+LIB_DEPENDS= db2:${PORTSDIR}/databases/db2
+CONFIGURE_ARGS+= --with-dbm=db2 \
+ --with-berkeley-db=${LOCALBASE}
+. elif ${WITH_BERKELEYDB} == "db3"
+LIB_DEPENDS= db2:${PORTSDIR}/databases/db3
+CONFIGURE_ARGS+= --with-dbm=db3 \
+ --with-berkeley-db=${LOCALBASE}
+. elif ${WITH_BERKELEYDB} == "db4"
+LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
+CONFIGURE_ARGS+= --with-dbm=db4 \
+ --with-berkeley-db=${LOCALBASE}
+. else
+BROKEN= "Unknown Berkeley DB version"
+. endif
+. else
+BROKEN= "Unknown DBM"
+. endif
+.else
+CONFIGURE_ARGS+= --with-dbm=sdbm
+.endif
+
+# Modules section:
+# How does it works ?
+# << TO BE WRITTEN >>
+# All supported modules
+AUTH_MODULES= auth auth_anon auth_dbm auth_digest
+DAV_MODULES= dav dav_fs
+EXPERIMENTAL_MODULES= bucketeer case_filter case_filter_in ext_filter charset_lite \
+ optional_hook_export optional_hook_import \
+ optional_fn_import optional_fn_export
+LDAP_MODULES= ldap auth_ldap
+MISC_MODULES= access actions alias asis autoindex cache cern_meta \
+ cgi cgid charset_lite deflate dir disk_cache env expires \
+ file_cache headers imap include info log_config logio mime \
+ mime_magic negotiation rewrite setenvif speling status \
+ unique_id userdir usertrack vhost_alias
+PROXY_MODULES= proxy proxy_connect proxy_ftp proxy_http
+SSL_MODULE= ssl
+SUEXEC_MODULES= suexec
+THREADS_MODULES= cache file_cache disk_cache mem_cache
+
+# Work in progress
+SLAVE_PORT_MODULES?= # If you are porting a slave port for apache2 please define SLAVE_PORT_MODULES
+
+DEFAULT_MODULES= ${AUTH_MODULES} ${DAV_MODULES} ${MISC_MODULES} \
+ ${PROXY_MODULES} ${SLAVE_PORT_MODULES}
+
+AVAILABLE_MODULES= ${DEFAULT_MODULES} ${EXPERIMENTAL_MODULES} ${LDAP_MODULES} ${THREADS_MODULES} \
+ ${SSL_MODULE} ${SUEXEC_MODULES}
+
+# Setting "@comment " as default.
+.for module in ${AVAILABLE_MODULES}
+${module}_PLIST_SUB= "@comment "
+.endfor
+
+# Configure
+
+.if defined(WITH_MODULES) && ( defined(WITHOUT_MODULES) || defined(WITH_EXTRA_MODULES))
+BROKEN= "WITH_MODULES and WITHOUT_MODULES are mutually exclusive"
+.endif
+
+.if defined(WITHOUT_AUTH) || defined(WITH_CUSTOM_AUTH) || \
+ defined(WITHOUT_PROXY) || defined(WITH_CUSTOM_PROXY) || \
+ defined(WITHOUT_DAV)
+CUSTOM= YES
+.endif
+
+.if !defined(WITH_STATIC_APACHE)
+# FYI
+#DYNAMIC_MODULES= so
+CONFIGURE_ARGS+= --enable-so
+.else
+CONFIGURE_ARGS+= --disable-so
+WITH_ALL_STATIC_MODULES= YES
+.endif
+
+### This part is not processed if WITH_MODULES is defined
+.if defined(WITH_MODULES)
+_APACHE_MODULES+= ${WITH_MODULES}
+.elif !defined(CUSTOM)
+_APACHE_MODULES+= ${DEFAULT_MODULES}
+.else
+. if defined(WITH_CUSTOM_AUTH)
+_APACHE_MODULES+= ${WITH_CUSTOM_AUTH}
+. elif !defined(WITHOUT_AUTH)
+_APACHE_MODULES+= ${AUTH_MODULE}
+. endif
+. if defined(WITH_CUSTOM_PROXY)
+_APACHE_MODULES+= ${WITH_CUSTOM_PROXY}
+. elif !defined(WITHOUT_PROXY)
+_APACHE_MODULES+= ${PROXY_MODULES}
+. endif
+. if !defined(WITHOUT_DAV)
+_APACHE_MODULES+= dav dav_fs
+. endif
+_APACHE_MODULES+= ${MISC_MODULES} ${SLAVE_PORT_MODULES}
+.endif # end of module selection
+
+.if defined (WITH_LDAP)
+_APACHE_MODULES+= ${LDAP_MODULES}
+.endif
+
+.if defined(WITH_THREADS)
+CONFIGURE_ARGS+= --enable-threads
+CFLAGS+= -DFREEBSD_THREAD_HACK
+. if !defined(WITH_CUSTOM_THREADS)
+_APACHE_MODULES+= ${THREAD_MODULES}
+. else
+_APACHE_MODULES+= ${WITH_CUSTOM_THREADS}
+. endif
+.endif # endif of module selection
+
+.if !defined(WITHOUT_SSL)
+_APACHE_MODULES+= ${SSL_MODULE}
+CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
+RC_SUB+= -e 's,@@SSL@@,ssl,g'
+.else
+RC_SUB+= -e 's,@@SSL@@,,g'
+.endif
+
+.if defined(WITH_SUEXEC)
+SUEXEC_DOCROOT?= ${PREFIX_RELDEST}/www/data
+SUEXEC_USERDIR?= public_html
+SUEXEC_SAFEPATH?= ${PREFIX_RELDEST}/bin:${LOCALBASE}/bin:/usr/bin:/bin
+_APACHE_MODULES+= ${SUEXEC_MODULES}
+CONFIGURE_ARGS+= --with-suexec-caller=www \
+ --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
+ --with-suexec-userdir="${SUEXEC_USERDIR}" \
+ --with-suexec-docroot="${SUEXEC_DOCROOT}" \
+ --with-suexec-safepath="${SUEXEC_SAFEPATH}" \
+ --with-suexec-logfile="/var/log/httpd-suexec.log" \
+ --with-suexec-bin="${PREFIX_RELDEST}/sbin/suexec"
+.endif
+.if defined(WITH_EXTRA_MODULES)
+_APACHE_MODULES+= ${WITH_EXTRA_MODULES}
+.endif
+
+.if defined(WITH_EXPERIMENTAL)
+_APACHE_MODULES+= ${EXPERIMENTAL_MODULES}
+.endif
+
+.if !defined(WITHOUT_MODULES)
+APACHE_MODULES= ${_APACHE_MODULES}
+.else
+APACHE_MODULES!= \
+ for module in ${_APACHE_MODULES}; do \
+ ${ECHO_CMD} ${WITHOUT_MODULES} | ${GREP} -wq $${module} 2> /dev/null || \
+ ${ECHO_CMD} $${module}; \
+ done
+.endif
+
+.if defined(WITH_STATIC_MODULES)
+_CONFIGURE_ARGS!= \
+ for module in ${APACHE_MODULES} ; do \
+ ${ECHO_CMD} ${WITH_STATIC_MODULES} | \
+ ${GREP} -wq $${module} 2> /dev/null ; \
+ if [ "$${?}" = "0" ] ; then \
+ ${ECHO_CMD} "--enable-$${module}"; \
+ else \
+ ${ECHO_CMD} "--enable-$${module}=shared"; \
+ fi; done
+CONFIGURE_ARGS+= ${_CONFIGURE_ARGS}
+.elif defined(WITH_STATIC_APACHE) || defined(WITH_ALL_STATIC_MODULES)
+CONFIGURE_ARGS+= --enable-modules="${APACHE_MODULES}"
+.else
+CONFIGURE_ARGS+= --enable-mods-shared="${APACHE_MODULES}"
+.endif
+
+.if defined(WITH_STATIC_MODULES)
+_SHARED_MODULES!= \
+ for module in ${APACHE_MODULES} ; do \
+ ${ECHO_CMD} ${WITH_STATIC_MODULES} | ${GREP} -wq $${module} 2> /dev/null || \
+ ${ECHO_CMD} $${module}; \
+ done
+SHARED_MODULES= ${_SHARED_MODULES}
+.elif !defined(WITH_ALL_STATIC_MODULES)
+SHARED_MODULES= ${APACHE_MODULES}
+.endif
+
+. for module in ${SHARED_MODULES}
+${module}_PLIST_SUB= ""
+. endfor
+
+.for module in ${AVAILABLE_MODULES}
+PLIST_SUB+= MOD_${module:U}=${${module}_PLIST_SUB}
+.endfor
diff --git a/www/apache2/distinfo b/www/apache2/distinfo
index 97beee7bb13c..7a049061990b 100644
--- a/www/apache2/distinfo
+++ b/www/apache2/distinfo
@@ -1,2 +1,2 @@
-MD5 (httpd-2.0.47.tar.gz) = 63f16638c18b140b649fab32b54d7f9c
-MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
+MD5 (apache2/httpd-2.0.48.tar.gz) = 466c63bb71b710d20a5c353df8c1a19c
+MD5 (apache2/powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
diff --git a/www/apache2/files/patch-Makefile.in b/www/apache2/files/patch-Makefile.in
index 728fb88af957..59c5532562bd 100644
--- a/www/apache2/files/patch-Makefile.in
+++ b/www/apache2/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Mon Sep 30 08:34:40 2002
-+++ Makefile.in Thu Oct 3 21:05:42 2002
-@@ -36,10 +36,13 @@
+--- Makefile.in.orig Tue Jul 29 15:40:09 2003
++++ Makefile.in Tue Sep 30 00:31:14 2003
+@@ -37,10 +37,13 @@
if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
$(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
fi; \
@@ -14,7 +14,7 @@
( \
n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \
-@@ -57,6 +60,9 @@
+@@ -58,6 +61,9 @@
if test "x$$j" = "xssl"; then \
echo "<IfDefine SSL>"; \
fi; \
@@ -24,7 +24,7 @@
if test $$j != "^EOL^"; then \
echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
fi; \
-@@ -106,45 +112,33 @@
+@@ -109,45 +115,41 @@
doxygen $(top_srcdir)/docs/doxygen.conf
install-htdocs:
@@ -36,11 +36,13 @@
- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
- cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
- fi
++.if !defined(NO_WWWDATA)
+ @echo Installing HTML documents
+ @test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist
+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)-dist)
+ @test -e $(DESTDIR)$(htdocsdir) || ln -sf $(DESTDIR)$(htdocsdir)-dist $(DESTDIR)$(htdocsdir)
+ -@test "x$(htdocsdir)" != "x" && cd $(DESTDIR)$(htdocsdir)-dist && find . -name "CVS" -print | xargs rm -rf
++.endif
install-error:
- -@if [ -d $(DESTDIR)$(errordir) ]; then \
@@ -51,11 +53,13 @@
- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
- test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
- fi
++.if !defined(NO_ERROR)
+ @echo Installing error documents
+ @test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist
+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir)-dist
+ -@test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir)-dist && find . -name "CVS" -print | xargs rm -rf
+ @test -e $(DESTDIR)$(errordir) || ln -sf $(DESTDIR)$(errordir)-dist $(DESTDIR)$(errordir)
++.endif
install-icons:
- -@if [ -d $(DESTDIR)$(iconsdir) ]; then \
@@ -66,13 +70,14 @@
- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
- test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
- fi
--
++.if !defined(NO_ICONS)
+ @echo Installing icons
+ @test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist
+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir)-dist
+ -@test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir)-dist && find . -name "CVS" -print | xargs rm -rf
+ @test -e $(DESTDIR)$(iconsdir) || ln -sf $(DESTDIR)$(iconsdir)-dist $(DESTDIR)$(iconsdir)
-+
++.endif
+
install-cgi:
- -@if [ -d $(DESTDIR)$(cgidir) ];then \
- echo "[PRESERVING EXISTING CGI SUBDIR: $(DESTDIR)$(cgidir)]"; \
@@ -83,16 +88,18 @@
- test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
- fi
-
++.if !defined(NO_CGI)
+ @echo Installing CGIs
+ @test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist
+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir)-dist
+ -@test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir)-dist && find . -name "CVS" -print | xargs rm -rf
+ @test -e $(DESTDIR)$(cgidir) || ln -sf $(DESTDIR)$(cgidir)-dist $(DESTDIR)$(cgidir)
++.endif
+
install-other:
@test -d $(DESTDIR)$(logfiledir) || $(MKINSTALLDIRS) $(DESTDIR)$(logfiledir)
@test -d $(DESTDIR)$(runtimedir) || $(MKINSTALLDIRS) $(DESTDIR)$(runtimedir)
-@@ -185,11 +179,13 @@
+@@ -190,11 +192,13 @@
@test -d $(DESTDIR)$(mandir) || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)
@test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
@test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8
diff --git a/www/apache2/files/patch-docs:conf:ssl-std.conf b/www/apache2/files/patch-docs:conf:ssl-std.conf
deleted file mode 100644
index 39ea9c6e7483..000000000000
--- a/www/apache2/files/patch-docs:conf:ssl-std.conf
+++ /dev/null
@@ -1,107 +0,0 @@
---- docs/conf/ssl-std.conf.orig Fri May 17 04:05:24 2002
-+++ docs/conf/ssl-std.conf Tue Jun 18 23:15:32 2002
-@@ -55,15 +55,15 @@
- # Configure the SSL Session Cache: First the mechanism
- # to use and second the expiring timeout (in seconds).
- #SSLSessionCache none
--#SSLSessionCache shmht:logs/ssl_scache(512000)
--#SSLSessionCache shmcb:logs/ssl_scache(512000)
--SSLSessionCache dbm:logs/ssl_scache
-+#SSLSessionCache shmht:/var/log/httpd-ssl_scache(512000)
-+#SSLSessionCache shmcb:/var/log/httpd-ssl_scache(512000)
-+SSLSessionCache dbm:/var/log/httpd-ssl_scache
- SSLSessionCacheTimeout 300
-
- # Semaphore:
- # Configure the path to the mutual exclusion semaphore the
- # SSL engine uses internally for inter-process synchronization.
--SSLMutex file:logs/ssl_mutex
-+SSLMutex file:/var/log/httpd-ssl_mutex
-
- # Pseudo Random Number Generator (PRNG):
- # Configure one or more sources to seed the PRNG of the
-@@ -89,11 +89,11 @@
- <VirtualHost _default_:443>
-
- # General setup for the virtual host
--DocumentRoot "@@ServerRoot@@/htdocs"
-+DocumentRoot "@@ServerRoot@@/www/data"
- ServerName new.host.name:443
- ServerAdmin you@your.address
--ErrorLog logs/error_log
--TransferLog logs/access_log
-+ErrorLog /var/log/httpd-error.log
-+TransferLog /var/log/httpd-access.log
-
- # SSL Engine Switch:
- # Enable/Disable SSL for this virtual host.
-@@ -111,16 +111,16 @@
- # in mind that if you have both an RSA and a DSA certificate you
- # can configure both in parallel (to also allow the use of DSA
- # ciphers, etc.)
--SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt
--#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt
-+SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt
-+#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt
-
- # Server Private Key:
- # If the key is not combined with the certificate, use this
- # directive to point at the key file. Keep in mind that if
- # you've both a RSA and a DSA private key you can configure
- # both in parallel (to also allow the use of DSA ciphers, etc.)
--SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key
--#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key
-+SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key
-+#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key
-
- # Server Certificate Chain:
- # Point SSLCertificateChainFile at a file containing the
-@@ -129,7 +129,7 @@
- # the referenced file can be the same as SSLCertificateFile
- # when the CA certificates are directly appended to the server
- # certificate for convinience.
--#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt
-+#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt
-
- # Certificate Authority (CA):
- # Set the CA certificate verification path where to find CA
-@@ -138,8 +138,8 @@
- # Note: Inside SSLCACertificatePath you need hash symlinks
- # to point to the certificate files. Use the provided
- # Makefile to update the hash symlinks after changes.
--#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt
--#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt
-+#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt
-+#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt
-
- # Certificate Revocation Lists (CRL):
- # Set the CA revocation path where to find CA CRLs for client
-@@ -148,8 +148,8 @@
- # Note: Inside SSLCARevocationPath you need hash symlinks
- # to point to the certificate files. Use the provided
- # Makefile to update the hash symlinks after changes.
--#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl
--#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl
-+#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl
-+#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl
-
- # Client Authentication (Type):
- # Client certificate verification type and depth. Types are
-@@ -209,7 +209,7 @@
- <Files ~ "\.(cgi|shtml|phtml|php3?)$">
- SSLOptions +StdEnvVars
- </Files>
--<Directory "@@ServerRoot@@/cgi-bin">
-+<Directory "@@ServerRoot@@/www/cgi-bin">
- SSLOptions +StdEnvVars
- </Directory>
-
-@@ -244,7 +244,7 @@
- # Per-Server Logging:
- # The home of a custom SSL log file. Use this when you want a
- # compact non-error SSL logfile on a virtual host basis.
--CustomLog logs/ssl_request_log \
-+CustomLog /var/log/httpd-ssl_request.log \
- "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
-
- </VirtualHost>
diff --git a/www/apache2/files/patch-docs:conf:ssl-std.conf.in b/www/apache2/files/patch-docs:conf:ssl-std.conf.in
new file mode 100644
index 000000000000..cf0bbeab218d
--- /dev/null
+++ b/www/apache2/files/patch-docs:conf:ssl-std.conf.in
@@ -0,0 +1,24 @@
+$FreeBSD$
+
+--- docs/conf/ssl-std.conf.in.orig Mon Oct 13 16:14:10 2003
++++ docs/conf/ssl-std.conf.in Mon Oct 13 16:15:17 2003
+@@ -88,8 +88,8 @@
+ DocumentRoot "@exp_htdocsdir@"
+ ServerName www.example.com:443
+ ServerAdmin you@example.com
+-ErrorLog @exp_logfiledir@/error_log
+-TransferLog @exp_logfiledir@/access_log
++ErrorLog @exp_logfiledir@/httpd-error.log
++TransferLog @exp_logfiledir@/httpd-access.log
+
+ # SSL Engine Switch:
+ # Enable/Disable SSL for this virtual host.
+@@ -240,7 +240,7 @@
+ # Per-Server Logging:
+ # The home of a custom SSL log file. Use this when you want a
+ # compact non-error SSL logfile on a virtual host basis.
+-CustomLog @exp_logfiledir@/ssl_request_log \
++CustomLog @exp_logfiledir@/httpd-ssl_request.log \
+ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+
+ </VirtualHost>
diff --git a/www/apache2/pkg-plist b/www/apache2/pkg-plist
index 182e834b431d..6323eeb37395 100644
--- a/www/apache2/pkg-plist
+++ b/www/apache2/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi
etc/apache2/highperformance-std.conf
@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf
@@ -85,6 +86,7 @@ include/apache2/apr_xml.h
include/apache2/apu.h
include/apache2/apu_compat.h
include/apache2/apu_version.h
+include/apache2/apu_want.h
%%WORKER%%include/apache2/fdqueue.h
include/apache2/http_config.h
include/apache2/http_connection.h
@@ -139,61 +141,62 @@ 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
-libexec/apache2/mod_alias.so
-libexec/apache2/mod_asis.so
-libexec/apache2/mod_auth.so
-libexec/apache2/mod_auth_anon.so
-libexec/apache2/mod_auth_dbm.so
-libexec/apache2/mod_auth_digest.so
-%%LDAP%%libexec/apache2/mod_auth_ldap.so
-libexec/apache2/mod_autoindex.so
-%%EXPERIMENTAL%%libexec/apache2/mod_bucketeer.so
-%%THREADS%%libexec/apache2/mod_cache.so
-%%EXPERIMENTAL%%libexec/apache2/mod_case_filter.so
-%%EXPERIMENTAL%%libexec/apache2/mod_case_filter_in.so
-libexec/apache2/mod_cern_meta.so
-%%PREFORK%%libexec/apache2/mod_cgi.so
-libexec/apache2/mod_cgid.so
-%%EXPERIMENTAL%%libexec/apache2/mod_charset_lite.so
-libexec/apache2/mod_dav.so
-libexec/apache2/mod_dav_fs.so
-libexec/apache2/mod_deflate.so
-libexec/apache2/mod_dir.so
-%%THREADS%%libexec/apache2/mod_disk_cache.so
-libexec/apache2/mod_env.so
-libexec/apache2/mod_expires.so
-libexec/apache2/mod_ext_filter.so
-%%THREADS%%libexec/apache2/mod_file_cache.so
-libexec/apache2/mod_headers.so
-libexec/apache2/mod_imap.so
-libexec/apache2/mod_include.so
-libexec/apache2/mod_info.so
-%%LDAP%%libexec/apache2/mod_ldap.so
-libexec/apache2/mod_log_config.so
-%%THREADS%%libexec/apache2/mod_mem_cache.so
-libexec/apache2/mod_mime.so
-libexec/apache2/mod_mime_magic.so
-libexec/apache2/mod_negotiation.so
-%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_export.so
-%%EXPERIMENTAL%%libexec/apache2/mod_optional_hook_import.so
-%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_import.so
-%%EXPERIMENTAL%%libexec/apache2/mod_optional_fn_export.so
-libexec/apache2/mod_proxy.so
-libexec/apache2/mod_proxy_connect.so
-libexec/apache2/mod_proxy_ftp.so
-libexec/apache2/mod_proxy_http.so
-libexec/apache2/mod_rewrite.so
-libexec/apache2/mod_setenvif.so
-libexec/apache2/mod_speling.so
-%%MODSSL%%libexec/apache2/mod_ssl.so
-libexec/apache2/mod_status.so
-%%SUEXEC%%libexec/apache2/mod_suexec.so
-libexec/apache2/mod_unique_id.so
-libexec/apache2/mod_userdir.so
-libexec/apache2/mod_usertrack.so
-libexec/apache2/mod_vhost_alias.so
+%%MOD_ACCESS%%libexec/apache2/mod_access.so
+%%MOD_ACTIONS%%libexec/apache2/mod_actions.so
+%%MOD_ALIAS%%libexec/apache2/mod_alias.so
+%%MOD_ASIS%%libexec/apache2/mod_asis.so
+%%MOD_AUTH%%libexec/apache2/mod_auth.so
+%%MOD_AUTH_ANON%%libexec/apache2/mod_auth_anon.so
+%%MOD_AUTH_DBM%%libexec/apache2/mod_auth_dbm.so
+%%MOD_AUTH_DIGEST%%libexec/apache2/mod_auth_digest.so
+%%MOD_AUTH_LDAP%%libexec/apache2/mod_auth_ldap.so
+%%MOD_AUTOINDEX%%libexec/apache2/mod_autoindex.so
+%%MOD_BUCKETEER%%libexec/apache2/mod_bucketeer.so
+%%MOD_CACHE%%libexec/apache2/mod_cache.so
+%%MOD_CASE_FILTER%%libexec/apache2/mod_case_filter.so
+%%MOD_CASE_FILTER_IN%%libexec/apache2/mod_case_filter_in.so
+%%MOD_CERN_META%%libexec/apache2/mod_cern_meta.so
+%%MOD_CGI%%libexec/apache2/mod_cgi.so
+%%MOD_CGID%%libexec/apache2/mod_cgid.so
+%%MOD_CHARSET_LITE%%libexec/apache2/mod_charset_lite.so
+%%MOD_DAV%%libexec/apache2/mod_dav.so
+%%MOD_DAV_FS%%libexec/apache2/mod_dav_fs.so
+%%MOD_DEFLATE%%libexec/apache2/mod_deflate.so
+%%MOD_DIR%%libexec/apache2/mod_dir.so
+%%MOD_DISK_CACHE%%libexec/apache2/mod_disk_cache.so
+%%MOD_ENV%%libexec/apache2/mod_env.so
+%%MOD_EXPIRES%%libexec/apache2/mod_expires.so
+%%MOD_EXT_FILTER%%libexec/apache2/mod_ext_filter.so
+%%MOD_FILE_CACHE%%libexec/apache2/mod_file_cache.so
+%%MOD_HEADERS%%libexec/apache2/mod_headers.so
+%%MOD_IMAP%%libexec/apache2/mod_imap.so
+%%MOD_INCLUDE%%libexec/apache2/mod_include.so
+%%MOD_INFO%%libexec/apache2/mod_info.so
+%%MOD_LDAP%%libexec/apache2/mod_ldap.so
+%%MOD_LOG_CONFIG%%libexec/apache2/mod_log_config.so
+%%MOD_LOGIO%%libexec/apache2/mod_logio.so
+%%MOD_MEM_CACHE%%libexec/apache2/mod_mem_cache.so
+%%MOD_MIME%%libexec/apache2/mod_mime.so
+%%MOD_MIME_MAGIC%%libexec/apache2/mod_mime_magic.so
+%%MOD_NEGOTIATION%%libexec/apache2/mod_negotiation.so
+%%MOD_OPTIONAL_HOOK_EXPORT%%libexec/apache2/mod_optional_hook_export.so
+%%MOD_OPTIONAL_HOOK_IMPORT%%libexec/apache2/mod_optional_hook_import.so
+%%MOD_OPTIONAL_FN_IMPORT%%libexec/apache2/mod_optional_fn_import.so
+%%MOD_OPTIONAL_FN_EXPORT%%libexec/apache2/mod_optional_fn_export.so
+%%MOD_PROXY%%libexec/apache2/mod_proxy.so
+%%MOD_PROXY_CONNECT%%libexec/apache2/mod_proxy_connect.so
+%%MOD_PROXY_FTP%%libexec/apache2/mod_proxy_ftp.so
+%%MOD_PROXY_HTTP%%libexec/apache2/mod_proxy_http.so
+%%MOD_REWRITE%%libexec/apache2/mod_rewrite.so
+%%MOD_SETENVIF%%libexec/apache2/mod_setenvif.so
+%%MOD_SPELING%%libexec/apache2/mod_speling.so
+%%MOD_SSL%%libexec/apache2/mod_ssl.so
+%%MOD_STATUS%%libexec/apache2/mod_status.so
+%%MOD_SUEXEC%%libexec/apache2/mod_suexec.so
+%%MOD_UNIQUE_ID%%libexec/apache2/mod_unique_id.so
+%%MOD_USERDIR%%libexec/apache2/mod_userdir.so
+%%MOD_USERTRACK%%libexec/apache2/mod_usertrack.so
+%%MOD_VHOST_ALIAS%%libexec/apache2/mod_vhost_alias.so
sbin/ab
sbin/apachectl
sbin/apxs
@@ -207,8 +210,10 @@ sbin/htpasswd
sbin/httpd
sbin/logresolve
sbin/rotatelogs
-%%SUEXEC%%sbin/suexec
+%%MOD_SUEXEC%%sbin/suexec
+share/apache2/build/apr_rules.mk
share/apache2/build/config_vars.mk
+share/apache2/build/config.nice
share/apache2/build/instdso.sh
share/apache2/build/library.mk
share/apache2/build/libtool
@@ -216,1321 +221,1334 @@ share/apache2/build/ltlib.mk
share/apache2/build/program.mk
share/apache2/build/rules.mk
share/apache2/build/special.mk
-%%PORTDOCS%%share/apache2/build/apr_rules.mk
-%%PORTDOCS%%share/doc/apache2/LICENSE
-%%PORTDOCS%%share/doc/apache2/bind.html
-%%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
-%%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
-%%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
-%%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
-%%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/custom-error.xml.ko
-%%PORTDOCS%%share/doc/apache2/custom-error.xml.meta
-%%PORTDOCS%%share/doc/apache2/developer/API.html
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/developer/modules.html.en
-%%PORTDOCS%%share/doc/apache2/developer/modules.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/developer/modules.xml
-%%PORTDOCS%%share/doc/apache2/developer/modules.xml.meta
-%%PORTDOCS%%share/doc/apache2/developer/request.html
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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/filter.xml.ko
-%%PORTDOCS%%share/doc/apache2/filter.xml.meta
-%%PORTDOCS%%share/doc/apache2/glossary.html
-%%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
-%%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/handler.xml.ko
-%%PORTDOCS%%share/doc/apache2/handler.xml.meta
-%%PORTDOCS%%share/doc/apache2/howto/auth.html
-%%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
-%%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/cgi.xml.meta
-%%PORTDOCS%%share/doc/apache2/howto/htaccess.html
-%%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
-%%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
-%%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
-%%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/custom_errordocs.gif
-%%PORTDOCS%%share/doc/apache2/images/down.gif
-%%PORTDOCS%%share/doc/apache2/images/favicon.ico
-%%PORTDOCS%%share/doc/apache2/images/feather.gif
-%%PORTDOCS%%share/doc/apache2/images/home.gif
-%%PORTDOCS%%share/doc/apache2/images/index.gif
-%%PORTDOCS%%share/doc/apache2/images/left.gif
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif
-%%PORTDOCS%%share/doc/apache2/images/pixel.gif
-%%PORTDOCS%%share/doc/apache2/images/right.gif
-%%PORTDOCS%%share/doc/apache2/images/sub.gif
-%%PORTDOCS%%share/doc/apache2/images/up.gif
-%%PORTDOCS%%share/doc/apache2/index.html
-%%PORTDOCS%%share/doc/apache2/index.html.de
-%%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
-%%PORTDOCS%%share/doc/apache2/install.html.de
-%%PORTDOCS%%share/doc/apache2/install.html.en
-%%PORTDOCS%%share/doc/apache2/install.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr
-%%PORTDOCS%%share/doc/apache2/install.html.ru.koi8-r
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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/index.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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ru.koi8-r
-%%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
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ru.koi8-r
-%%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
-%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en
-%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml
-%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml.meta
-%%PORTDOCS%%share/doc/apache2/platform/index.html
-%%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
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/platform/windows.html.en
-%%PORTDOCS%%share/doc/apache2/platform/windows.xml
-%%PORTDOCS%%share/doc/apache2/platform/windows.xml.meta
-%%PORTDOCS%%share/doc/apache2/programs/ab.html
-%%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
-%%PORTDOCS%%share/doc/apache2/programs/apachectl.html.en
-%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml
-%%PORTDOCS%%share/doc/apache2/programs/apachectl.xml.meta
-%%PORTDOCS%%share/doc/apache2/programs/apxs.html
-%%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
-%%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
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/programs/index.html.en
-%%PORTDOCS%%share/doc/apache2/programs/index.xml
-%%PORTDOCS%%share/doc/apache2/programs/index.xml.meta
-%%PORTDOCS%%share/doc/apache2/programs/logresolve.html
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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
-%%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/sitemap.xml.ko
-%%PORTDOCS%%share/doc/apache2/sitemap.xml.meta
-%%PORTDOCS%%share/doc/apache2/ssl/index.html
-%%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
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml.meta
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html
-%%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
-%%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
-%%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/stopping.html
-%%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-zip-100pc.css
-%%PORTDOCS%%share/doc/apache2/style/css/manual-zip.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/latex/atbeginend.sty
-%%PORTDOCS%%share/doc/apache2/style/latex/common.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/directiveindex.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/faq.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/html.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/latex.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/manualpage.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/moduleindex.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/quickreference.xsl
-%%PORTDOCS%%share/doc/apache2/style/latex/synopsis.xsl
-%%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.fr.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
-%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-lat1.ent
-%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-special.ent
-%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml-symbol.ent
-%%PORTDOCS%%share/doc/apache2/style/w3c/xhtml1-strict.dtd
-%%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/typemap.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/style/zip/zip.en.xsl
-%%PORTDOCS%%share/doc/apache2/suexec.html
-%%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
-%%PORTDOCS%%share/doc/apache2/upgrading.html.de
-%%PORTDOCS%%share/doc/apache2/upgrading.html.en
-%%PORTDOCS%%share/doc/apache2/upgrading.html.fr
-%%PORTDOCS%%share/doc/apache2/upgrading.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/upgrading.html.ko.euc-kr
-%%PORTDOCS%%share/doc/apache2/upgrading.html.ru.koi8-r
-%%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
-%%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
-%%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
-%%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
-%%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/fd-limits.xml.ko
-%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.xml.meta
-%%PORTDOCS%%share/doc/apache2/vhosts/index.html
-%%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
-%%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
-%%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
-%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html.de
-%%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%%share/doc/apache2/vhosts/name-based.xml.de
-%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.ko
-%%PORTDOCS%%share/doc/apache2/vhosts/name-based.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/bind.html
+%%PORTDOCS%%%%DOCSDIR%%/bind.html.en
+%%PORTDOCS%%%%DOCSDIR%%/bind.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/bind.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/bind.xml
+%%PORTDOCS%%%%DOCSDIR%%/bind.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/bind.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/bind.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.html
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.html.en
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.xml
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/cgi_path.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/configuring.html
+%%PORTDOCS%%%%DOCSDIR%%/configuring.html.en
+%%PORTDOCS%%%%DOCSDIR%%/configuring.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/configuring.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/configuring.xml
+%%PORTDOCS%%%%DOCSDIR%%/configuring.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/configuring.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/configuring.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.en
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.xml
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/content-negotiation.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.html
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.en
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.xml
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/custom-error.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/API.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/API.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/API.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/API.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/debugging.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/debugging.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/debugging.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/debugging.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/documenting.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/documenting.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/documenting.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/documenting.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/filters.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/filters.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/filters.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/filters.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/hooks.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/hooks.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/hooks.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/hooks.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/index.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/modules.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/modules.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/modules.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/developer/modules.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/modules.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/request.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/request.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/request.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/request.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/developer/thread_safety.html
+%%PORTDOCS%%%%DOCSDIR%%/developer/thread_safety.html.en
+%%PORTDOCS%%%%DOCSDIR%%/developer/thread_safety.xml
+%%PORTDOCS%%%%DOCSDIR%%/developer/thread_safety.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.en
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.xml
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/dns-caveats.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/dso.html
+%%PORTDOCS%%%%DOCSDIR%%/dso.html.en
+%%PORTDOCS%%%%DOCSDIR%%/dso.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/dso.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/dso.xml
+%%PORTDOCS%%%%DOCSDIR%%/dso.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/dso.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/dso.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/env.html
+%%PORTDOCS%%%%DOCSDIR%%/env.html.en
+%%PORTDOCS%%%%DOCSDIR%%/env.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/env.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/env.xml
+%%PORTDOCS%%%%DOCSDIR%%/env.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/env.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/env.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/faq/all_in_one.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/all_in_one.html.en
+%%PORTDOCS%%%%DOCSDIR%%/faq/all_in_one.xml
+%%PORTDOCS%%%%DOCSDIR%%/faq/all_in_one.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/faq/categories.xml
+%%PORTDOCS%%%%DOCSDIR%%/faq/error.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/error.html.en
+%%PORTDOCS%%%%DOCSDIR%%/faq/error.xml
+%%PORTDOCS%%%%DOCSDIR%%/faq/error.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/faq/index.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/faq/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/faq/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/faq/support.html
+%%PORTDOCS%%%%DOCSDIR%%/faq/support.html.en
+%%PORTDOCS%%%%DOCSDIR%%/faq/support.xml
+%%PORTDOCS%%%%DOCSDIR%%/faq/support.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/filter.html
+%%PORTDOCS%%%%DOCSDIR%%/filter.html.en
+%%PORTDOCS%%%%DOCSDIR%%/filter.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/filter.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/filter.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/filter.xml
+%%PORTDOCS%%%%DOCSDIR%%/filter.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/filter.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/filter.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/filter.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/glossary.html
+%%PORTDOCS%%%%DOCSDIR%%/glossary.html.en
+%%PORTDOCS%%%%DOCSDIR%%/glossary.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/glossary.xml
+%%PORTDOCS%%%%DOCSDIR%%/glossary.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/glossary.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/handler.html
+%%PORTDOCS%%%%DOCSDIR%%/handler.html.en
+%%PORTDOCS%%%%DOCSDIR%%/handler.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/handler.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/handler.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/handler.xml
+%%PORTDOCS%%%%DOCSDIR%%/handler.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/handler.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/handler.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/handler.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/howto/auth.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/auth.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/auth.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/howto/auth.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/auth.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/howto/cgi.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/htaccess.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/howto/index.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/howto/public_html.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/public_html.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/public_html.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/public_html.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.en
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.xml
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/howto/ssi.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/images/apache_header.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/custom_errordocs.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/down.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/favicon.ico
+%%PORTDOCS%%%%DOCSDIR%%/images/feather.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/home.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/index.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/left.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig1.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/mod_rewrite_fig2.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/pixel.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/right.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/sub.gif
+%%PORTDOCS%%%%DOCSDIR%%/images/up.gif
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html.de
+%%PORTDOCS%%%%DOCSDIR%%/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/index.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/index.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/index.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/index.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/index.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/index.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/install.html
+%%PORTDOCS%%%%DOCSDIR%%/install.html.de
+%%PORTDOCS%%%%DOCSDIR%%/install.html.en
+%%PORTDOCS%%%%DOCSDIR%%/install.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/install.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/install.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/install.xml
+%%PORTDOCS%%%%DOCSDIR%%/install.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/install.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/install.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/install.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/install.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html.de
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html.en
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/invoking.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/invoking.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/license.html
+%%PORTDOCS%%%%DOCSDIR%%/license.html.en
+%%PORTDOCS%%%%DOCSDIR%%/license.xml
+%%PORTDOCS%%%%DOCSDIR%%/license.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/logs.html
+%%PORTDOCS%%%%DOCSDIR%%/logs.html.en
+%%PORTDOCS%%%%DOCSDIR%%/logs.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/logs.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/logs.xml
+%%PORTDOCS%%%%DOCSDIR%%/logs.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/logs.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/logs.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/custom_errordocs.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/descriptors.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/fin_wait_2.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/index.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/known_client_problems.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/perf-tuning.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/relevant_standards.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/relevant_standards.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/relevant_standards.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/relevant_standards.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/rewriteguide.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/security_tips.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.html
+%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.html.en
+%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.xml
+%%PORTDOCS%%%%DOCSDIR%%/misc/tutorials.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/allmodules.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/allmodules.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/allmodules.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/allmodules.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/allmodules.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/beos.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/core.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/directive-dict.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/directives.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/leader.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_access.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_actions.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_alias.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_asis.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_anon.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_dbm.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_digest.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_ldap.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_ldap.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_ldap.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_auth_ldap.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_autoindex.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cache.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cern_meta.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgi.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_cgid.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_charset_lite.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dav_fs.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_deflate.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_dir.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_disk_cache.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_echo.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_env.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_example.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_expires.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ext_filter.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ext_filter.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ext_filter.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ext_filter.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_file_cache.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_file_cache.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_file_cache.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_file_cache.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_headers.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_imap.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_include.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_info.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_isapi.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ldap.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ldap.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ldap.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ldap.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_log_config.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_logio.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_logio.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_logio.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_logio.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mem_cache.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mem_cache.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mem_cache.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mem_cache.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_mime_magic.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_negotiation.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_nw_ssl.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_nw_ssl.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_nw_ssl.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_nw_ssl.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_connect.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_connect.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_connect.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_connect.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_ftp.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_ftp.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_ftp.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_ftp.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_http.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_http.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_http.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_proxy_http.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_rewrite.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_setenvif.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_so.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_speling.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ssl.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ssl.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ssl.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_ssl.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_status.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_suexec.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_unique_id.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_userdir.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_usertrack.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mod_vhost_alias.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/module-dict.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_common.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_netware.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_netware.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_netware.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_netware.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpm_winnt.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpmt_os2.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpmt_os2.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpmt_os2.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/mpmt_os2.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/perchild.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/perchild.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/perchild.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/perchild.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/prefork.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/quickreference.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/mod/threadpool.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/threadpool.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/threadpool.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/threadpool.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.html
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.html.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.xml
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mod/worker.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mpm.html
+%%PORTDOCS%%%%DOCSDIR%%/mpm.html.en
+%%PORTDOCS%%%%DOCSDIR%%/mpm.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/mpm.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/mpm.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/mpm.xml
+%%PORTDOCS%%%%DOCSDIR%%/mpm.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/mpm.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/mpm.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/mpm.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.de
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.en
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.fr
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/new_features_2_0.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/platform/ebcdic.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/ebcdic.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/ebcdic.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/ebcdic.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/platform/index.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/platform/netware.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/netware.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/netware.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/netware.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/platform/perf-hp.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/perf-hp.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/perf-hp.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/perf-hp.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/platform/win_compiling.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/win_compiling.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/win_compiling.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/win_compiling.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/platform/windows.html
+%%PORTDOCS%%%%DOCSDIR%%/platform/windows.html.en
+%%PORTDOCS%%%%DOCSDIR%%/platform/windows.xml
+%%PORTDOCS%%%%DOCSDIR%%/platform/windows.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/ab.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/ab.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/ab.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/ab.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/apachectl.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/apxs.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/dbmmanage.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/htdigest.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/htpasswd.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/httpd.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/index.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/logresolve.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/other.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/other.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/other.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/other.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/rotatelogs.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html
+%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.html.en
+%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.xml
+%%PORTDOCS%%%%DOCSDIR%%/programs/suexec.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/search/manual-index.cgi
+%%PORTDOCS%%%%DOCSDIR%%/sections.html
+%%PORTDOCS%%%%DOCSDIR%%/sections.html.en
+%%PORTDOCS%%%%DOCSDIR%%/sections.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/sections.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/sections.xml
+%%PORTDOCS%%%%DOCSDIR%%/sections.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/sections.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/sections.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.html
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.en
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.xml
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/server-wide.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.html
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.html.de
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.html.en
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.xml
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/sitemap.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.html
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/ssl/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_compat.html
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_compat.html.en
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_compat.xml
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_compat.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_faq.html
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_faq.html.en
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_faq.xml
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_faq.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_howto.html
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_howto.html.en
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_howto.xml
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_howto.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro.html
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro.html.en
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro.xml
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro_fig1.gif
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro_fig2.gif
+%%PORTDOCS%%%%DOCSDIR%%/ssl/ssl_intro_fig3.gif
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html.de
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html.en
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/stopping.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/stopping.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/chm.de.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/chm.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/chm.ja.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/chm.ko.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/chm.zh-cn.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.de.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.ja.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.ko.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhc.zh-cn.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.de.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.ja.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.ko.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/chm/hhp.zh-cn.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/common.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual-chm.css
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual-loose-100pc.css
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual-print.css
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual-zip-100pc.css
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual-zip.css
+%%PORTDOCS%%%%DOCSDIR%%/style/css/manual.css
+%%PORTDOCS%%%%DOCSDIR%%/style/faq.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/de.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/en.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/ja.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/ko.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/ru.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/lang/sv.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/atbeginend.sty
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/common.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/directiveindex.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/faq.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/html.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/latex.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/manualpage.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/moduleindex.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/quickreference.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/latex/synopsis.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/man/man.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/man/manpage.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.de.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.fr.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.ja.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.ko.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.pt-br.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.ru.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.sv.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manual.zh-cn.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/manualpage.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/modulesynopsis.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/sitemap.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/w3c/xhtml-lat1.ent
+%%PORTDOCS%%%%DOCSDIR%%/style/w3c/xhtml-special.ent
+%%PORTDOCS%%%%DOCSDIR%%/style/w3c/xhtml-symbol.ent
+%%PORTDOCS%%%%DOCSDIR%%/style/w3c/xhtml1-strict.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/w3c/xhtml1-transitional.dtd
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/common.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/directiveindex.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/faq.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/indexpage.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/manualpage.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/moduleindex.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/quickreference.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/sitemap.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/synopsis.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/typemap.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/lf.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/li-end.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/li-start.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/modtrans.xsl
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/nbsp.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/tab.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/ul-end.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/xsl/util/ul-start.xml
+%%PORTDOCS%%%%DOCSDIR%%/style/zip/zip.en.xsl
+%%PORTDOCS%%%%DOCSDIR%%/suexec.html
+%%PORTDOCS%%%%DOCSDIR%%/suexec.html.en
+%%PORTDOCS%%%%DOCSDIR%%/suexec.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/suexec.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/suexec.xml
+%%PORTDOCS%%%%DOCSDIR%%/suexec.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/suexec.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/suexec.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.de
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.en
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.fr
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/upgrading.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html.en
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.xml
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/urlmapping.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/details.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/examples.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/fd-limits.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.de
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.html.ru.koi8-r
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/index.xml.ru
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.ja
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/ip-based.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/mass.xml.meta
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.de
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.en
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.ja.jis
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.html.ko.euc-kr
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.de
+%%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.ko
+%%PORTDOCS%%%%DOCSDIR%%/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
-www/cgi-bin-dist/printenv
-www/cgi-bin-dist/test-cgi
-@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi
-@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data
-www/data-dist/apache_pb.gif
-www/data-dist/apache_pb.png
-www/data-dist/apache_pb2.gif
-www/data-dist/apache_pb2.png
-www/data-dist/apache_pb2_ani.gif
-www/data-dist/index.html.ca
-www/data-dist/index.html.cz.iso8859-2
-www/data-dist/index.html.de
-www/data-dist/index.html.dk
-www/data-dist/index.html.ee
-www/data-dist/index.html.el
-www/data-dist/index.html.en
-www/data-dist/index.html.es
-www/data-dist/index.html.et
-www/data-dist/index.html.fr
-www/data-dist/index.html.he.iso8859-8
-www/data-dist/index.html.hr.iso8859-2
-www/data-dist/index.html.it
-www/data-dist/index.html.ja.iso2022-jp
-www/data-dist/index.html.ko.euc-kr
-www/data-dist/index.html.lb.utf8
-www/data-dist/index.html.nl
-www/data-dist/index.html.nn
-www/data-dist/index.html.no
-www/data-dist/index.html.po.iso8859-2
-www/data-dist/index.html.pt
-www/data-dist/index.html.pt-br
-www/data-dist/index.html.ru.cp-1251
-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-cn.gb2312
-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
-www/error-dist/HTTP_BAD_REQUEST.html.var
-www/error-dist/HTTP_FORBIDDEN.html.var
-www/error-dist/HTTP_GONE.html.var
-www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var
-www/error-dist/HTTP_LENGTH_REQUIRED.html.var
-www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var
-www/error-dist/HTTP_NOT_ACCEPTABLE.html.var
-www/error-dist/HTTP_NOT_FOUND.html.var
-www/error-dist/HTTP_NOT_IMPLEMENTED.html.var
-www/error-dist/HTTP_PRECONDITION_FAILED.html.var
-www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
-www/error-dist/HTTP_REQUEST_TIME_OUT.html.var
-www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var
-www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var
-www/error-dist/HTTP_UNAUTHORIZED.html.var
-www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
-www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var
-www/error-dist/README
-www/error-dist/contact.html.var
-www/error-dist/include/bottom.html
-www/error-dist/include/spacer.html
-www/error-dist/include/top.html
-@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi
-@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons
-www/icons-dist/README
-www/icons-dist/a.gif
-www/icons-dist/a.png
-www/icons-dist/alert.black.gif
-www/icons-dist/alert.black.png
-www/icons-dist/alert.red.gif
-www/icons-dist/alert.red.png
-www/icons-dist/apache_pb.gif
-www/icons-dist/apache_pb.png
-www/icons-dist/apache_pb2.gif
-www/icons-dist/apache_pb2.png
-www/icons-dist/apache_pb2_ani.gif
-www/icons-dist/back.gif
-www/icons-dist/back.png
-www/icons-dist/ball.gray.gif
-www/icons-dist/ball.gray.png
-www/icons-dist/ball.red.gif
-www/icons-dist/ball.red.png
-www/icons-dist/binary.gif
-www/icons-dist/binary.png
-www/icons-dist/binhex.gif
-www/icons-dist/binhex.png
-www/icons-dist/blank.gif
-www/icons-dist/blank.png
-www/icons-dist/bomb.gif
-www/icons-dist/bomb.png
-www/icons-dist/box1.gif
-www/icons-dist/box1.png
-www/icons-dist/box2.gif
-www/icons-dist/box2.png
-www/icons-dist/broken.gif
-www/icons-dist/broken.png
-www/icons-dist/burst.gif
-www/icons-dist/burst.png
-www/icons-dist/c.gif
-www/icons-dist/c.png
-www/icons-dist/comp.blue.gif
-www/icons-dist/comp.blue.png
-www/icons-dist/comp.gray.gif
-www/icons-dist/comp.gray.png
-www/icons-dist/compressed.gif
-www/icons-dist/compressed.png
-www/icons-dist/continued.gif
-www/icons-dist/continued.png
-www/icons-dist/dir.gif
-www/icons-dist/dir.png
-www/icons-dist/diskimg.gif
-www/icons-dist/diskimg.png
-www/icons-dist/down.gif
-www/icons-dist/down.png
-www/icons-dist/dvi.gif
-www/icons-dist/dvi.png
-www/icons-dist/f.gif
-www/icons-dist/f.png
-www/icons-dist/folder.gif
-www/icons-dist/folder.open.gif
-www/icons-dist/folder.open.png
-www/icons-dist/folder.png
-www/icons-dist/folder.sec.gif
-www/icons-dist/folder.sec.png
-www/icons-dist/forward.gif
-www/icons-dist/forward.png
-www/icons-dist/freebsd.gif
-www/icons-dist/generic.gif
-www/icons-dist/generic.png
-www/icons-dist/generic.red.gif
-www/icons-dist/generic.red.png
-www/icons-dist/generic.sec.gif
-www/icons-dist/generic.sec.png
-www/icons-dist/hand.right.gif
-www/icons-dist/hand.right.png
-www/icons-dist/hand.up.gif
-www/icons-dist/hand.up.png
-www/icons-dist/icon.sheet.gif
-www/icons-dist/icon.sheet.png
-www/icons-dist/image1.gif
-www/icons-dist/image1.png
-www/icons-dist/image2.gif
-www/icons-dist/image2.png
-www/icons-dist/image3.gif
-www/icons-dist/image3.png
-www/icons-dist/index.gif
-www/icons-dist/index.png
-www/icons-dist/layout.gif
-www/icons-dist/layout.png
-www/icons-dist/left.gif
-www/icons-dist/left.png
-www/icons-dist/link.gif
-www/icons-dist/link.png
-www/icons-dist/movie.gif
-www/icons-dist/movie.png
-www/icons-dist/p.gif
-www/icons-dist/p.png
-www/icons-dist/patch.gif
-www/icons-dist/patch.png
-www/icons-dist/pdf.gif
-www/icons-dist/pdf.png
-www/icons-dist/pie0.gif
-www/icons-dist/pie0.png
-www/icons-dist/pie1.gif
-www/icons-dist/pie1.png
-www/icons-dist/pie2.gif
-www/icons-dist/pie2.png
-www/icons-dist/pie3.gif
-www/icons-dist/pie3.png
-www/icons-dist/pie4.gif
-www/icons-dist/pie4.png
-www/icons-dist/pie5.gif
-www/icons-dist/pie5.png
-www/icons-dist/pie6.gif
-www/icons-dist/pie6.png
-www/icons-dist/pie7.gif
-www/icons-dist/pie7.png
-www/icons-dist/pie8.gif
-www/icons-dist/pie8.png
-www/icons-dist/portal.gif
-www/icons-dist/portal.png
-www/icons-dist/ps.gif
-www/icons-dist/ps.png
-www/icons-dist/quill.gif
-www/icons-dist/quill.png
-www/icons-dist/right.gif
-www/icons-dist/right.png
-www/icons-dist/screw1.gif
-www/icons-dist/screw1.png
-www/icons-dist/screw2.gif
-www/icons-dist/screw2.png
-www/icons-dist/script.gif
-www/icons-dist/script.png
-www/icons-dist/small/README.txt
-www/icons-dist/small/back.gif
-www/icons-dist/small/back.png
-www/icons-dist/small/binary.gif
-www/icons-dist/small/binary.png
-www/icons-dist/small/binhex.gif
-www/icons-dist/small/binhex.png
-www/icons-dist/small/blank.gif
-www/icons-dist/small/blank.png
-www/icons-dist/small/broken.gif
-www/icons-dist/small/broken.png
-www/icons-dist/small/burst.gif
-www/icons-dist/small/burst.png
-www/icons-dist/small/comp1.gif
-www/icons-dist/small/comp1.png
-www/icons-dist/small/comp2.gif
-www/icons-dist/small/comp2.png
-www/icons-dist/small/compressed.gif
-www/icons-dist/small/compressed.png
-www/icons-dist/small/continued.gif
-www/icons-dist/small/continued.png
-www/icons-dist/small/dir.gif
-www/icons-dist/small/dir.png
-www/icons-dist/small/dir2.gif
-www/icons-dist/small/dir2.png
-www/icons-dist/small/doc.gif
-www/icons-dist/small/doc.png
-www/icons-dist/small/forward.gif
-www/icons-dist/small/forward.png
-www/icons-dist/small/generic.gif
-www/icons-dist/small/generic.png
-www/icons-dist/small/generic2.gif
-www/icons-dist/small/generic2.png
-www/icons-dist/small/generic3.gif
-www/icons-dist/small/generic3.png
-www/icons-dist/small/image.gif
-www/icons-dist/small/image.png
-www/icons-dist/small/image2.gif
-www/icons-dist/small/image2.png
-www/icons-dist/small/index.gif
-www/icons-dist/small/index.png
-www/icons-dist/small/key.gif
-www/icons-dist/small/key.png
-www/icons-dist/small/movie.gif
-www/icons-dist/small/movie.png
-www/icons-dist/small/patch.gif
-www/icons-dist/small/patch.png
-www/icons-dist/small/ps.gif
-www/icons-dist/small/ps.png
-www/icons-dist/small/rainbow.gif
-www/icons-dist/small/rainbow.png
-www/icons-dist/small/sound.gif
-www/icons-dist/small/sound.png
-www/icons-dist/small/sound2.gif
-www/icons-dist/small/sound2.png
-www/icons-dist/small/tar.gif
-www/icons-dist/small/tar.png
-www/icons-dist/small/text.gif
-www/icons-dist/small/text.png
-www/icons-dist/small/transfer.gif
-www/icons-dist/small/transfer.png
-www/icons-dist/small/unknown.gif
-www/icons-dist/small/unknown.png
-www/icons-dist/small/uu.gif
-www/icons-dist/small/uu.png
-www/icons-dist/sound1.gif
-www/icons-dist/sound1.png
-www/icons-dist/sound2.gif
-www/icons-dist/sound2.png
-www/icons-dist/sphere1.gif
-www/icons-dist/sphere1.png
-www/icons-dist/sphere2.gif
-www/icons-dist/sphere2.png
-www/icons-dist/tar.gif
-www/icons-dist/tar.png
-www/icons-dist/tex.gif
-www/icons-dist/tex.png
-www/icons-dist/text.gif
-www/icons-dist/text.png
-www/icons-dist/transfer.gif
-www/icons-dist/transfer.png
-www/icons-dist/unknown.gif
-www/icons-dist/unknown.png
-www/icons-dist/up.gif
-www/icons-dist/up.png
-www/icons-dist/uu.gif
-www/icons-dist/uu.png
-www/icons-dist/uuencoded.gif
-www/icons-dist/uuencoded.png
-www/icons-dist/world1.gif
-www/icons-dist/world1.png
-www/icons-dist/world2.gif
-www/icons-dist/world2.png
-@dirrm www/icons-dist/small
-@dirrm www/icons-dist
-@dirrm www/error-dist/include
-@dirrm www/error-dist
-@dirrm www/data-dist
-@dirrm www/cgi-bin-dist
-@dirrm www
-%%PORTDOCS%%@dirrm share/doc/apache2/vhosts
-%%PORTDOCS%%@dirrm share/doc/apache2/style/zip
-%%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/latex
-%%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
-%%PORTDOCS%%@dirrm share/doc/apache2/programs
-%%PORTDOCS%%@dirrm share/doc/apache2/platform
-%%PORTDOCS%%@dirrm share/doc/apache2/mod
-%%PORTDOCS%%@dirrm share/doc/apache2/misc
-%%PORTDOCS%%@dirrm share/doc/apache2/images
-%%PORTDOCS%%@dirrm share/doc/apache2/howto
-%%PORTDOCS%%@dirrm share/doc/apache2/faq
-%%PORTDOCS%%@dirrm share/doc/apache2/developer
-%%PORTDOCS%%@dirrm share/doc/apache2
+%%CGI%%@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi
+%%CGI%%@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin
+%%CGI%%www/cgi-bin-dist/printenv
+%%CGI%%www/cgi-bin-dist/test-cgi
+%%WWWDATA%%@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi
+%%WWWDATA%%@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data
+%%WWWDATA%%www/data-dist/apache_pb.gif
+%%WWWDATA%%www/data-dist/apache_pb.png
+%%WWWDATA%%www/data-dist/apache_pb2.gif
+%%WWWDATA%%www/data-dist/apache_pb2.png
+%%WWWDATA%%www/data-dist/apache_pb2_ani.gif
+%%WWWDATA%%www/data-dist/index.html.ca
+%%WWWDATA%%www/data-dist/index.html.cz.iso8859-2
+%%WWWDATA%%www/data-dist/index.html.de
+%%WWWDATA%%www/data-dist/index.html.dk
+%%WWWDATA%%www/data-dist/index.html.ee
+%%WWWDATA%%www/data-dist/index.html.el
+%%WWWDATA%%www/data-dist/index.html.en
+%%WWWDATA%%www/data-dist/index.html.es
+%%WWWDATA%%www/data-dist/index.html.et
+%%WWWDATA%%www/data-dist/index.html.fr
+%%WWWDATA%%www/data-dist/index.html.he.iso8859-8
+%%WWWDATA%%www/data-dist/index.html.hr.iso8859-2
+%%WWWDATA%%www/data-dist/index.html.it
+%%WWWDATA%%www/data-dist/index.html.ja.iso2022-jp
+%%WWWDATA%%www/data-dist/index.html.ko.euc-kr
+%%WWWDATA%%www/data-dist/index.html.lb.utf8
+%%WWWDATA%%www/data-dist/index.html.nl
+%%WWWDATA%%www/data-dist/index.html.nn
+%%WWWDATA%%www/data-dist/index.html.no
+%%WWWDATA%%www/data-dist/index.html.po.iso8859-2
+%%WWWDATA%%www/data-dist/index.html.pt
+%%WWWDATA%%www/data-dist/index.html.pt-br
+%%WWWDATA%%www/data-dist/index.html.ru.cp-1251
+%%WWWDATA%%www/data-dist/index.html.ru.cp866
+%%WWWDATA%%www/data-dist/index.html.ru.iso-ru
+%%WWWDATA%%www/data-dist/index.html.ru.koi8-r
+%%WWWDATA%%www/data-dist/index.html.ru.utf8
+%%WWWDATA%%www/data-dist/index.html.sv
+%%WWWDATA%%www/data-dist/index.html.var
+%%WWWDATA%%www/data-dist/index.html.zh-cn.gb2312
+%%WWWDATA%%www/data-dist/index.html.zh-tw.big5
+%%ERROR%%@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi
+%%ERROR%%@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error
+%%ERROR%%www/error-dist/HTTP_BAD_GATEWAY.html.var
+%%ERROR%%www/error-dist/HTTP_BAD_REQUEST.html.var
+%%ERROR%%www/error-dist/HTTP_FORBIDDEN.html.var
+%%ERROR%%www/error-dist/HTTP_GONE.html.var
+%%ERROR%%www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var
+%%ERROR%%www/error-dist/HTTP_LENGTH_REQUIRED.html.var
+%%ERROR%%www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var
+%%ERROR%%www/error-dist/HTTP_NOT_ACCEPTABLE.html.var
+%%ERROR%%www/error-dist/HTTP_NOT_FOUND.html.var
+%%ERROR%%www/error-dist/HTTP_NOT_IMPLEMENTED.html.var
+%%ERROR%%www/error-dist/HTTP_PRECONDITION_FAILED.html.var
+%%ERROR%%www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
+%%ERROR%%www/error-dist/HTTP_REQUEST_TIME_OUT.html.var
+%%ERROR%%www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var
+%%ERROR%%www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var
+%%ERROR%%www/error-dist/HTTP_UNAUTHORIZED.html.var
+%%ERROR%%www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
+%%ERROR%%www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var
+%%ERROR%%www/error-dist/README
+%%ERROR%%www/error-dist/contact.html.var
+%%ERROR%%www/error-dist/include/bottom.html
+%%ERROR%%www/error-dist/include/spacer.html
+%%ERROR%%www/error-dist/include/top.html
+%%ICONS%%@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi
+%%ICONS%%@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons
+%%ICONS%%www/icons-dist/README
+%%ICONS%%www/icons-dist/a.gif
+%%ICONS%%www/icons-dist/a.png
+%%ICONS%%www/icons-dist/alert.black.gif
+%%ICONS%%www/icons-dist/alert.black.png
+%%ICONS%%www/icons-dist/alert.red.gif
+%%ICONS%%www/icons-dist/alert.red.png
+%%ICONS%%www/icons-dist/apache_pb.gif
+%%ICONS%%www/icons-dist/apache_pb.png
+%%ICONS%%www/icons-dist/apache_pb2.gif
+%%ICONS%%www/icons-dist/apache_pb2.png
+%%ICONS%%www/icons-dist/apache_pb2_ani.gif
+%%ICONS%%www/icons-dist/back.gif
+%%ICONS%%www/icons-dist/back.png
+%%ICONS%%www/icons-dist/ball.gray.gif
+%%ICONS%%www/icons-dist/ball.gray.png
+%%ICONS%%www/icons-dist/ball.red.gif
+%%ICONS%%www/icons-dist/ball.red.png
+%%ICONS%%www/icons-dist/binary.gif
+%%ICONS%%www/icons-dist/binary.png
+%%ICONS%%www/icons-dist/binhex.gif
+%%ICONS%%www/icons-dist/binhex.png
+%%ICONS%%www/icons-dist/blank.gif
+%%ICONS%%www/icons-dist/blank.png
+%%ICONS%%www/icons-dist/bomb.gif
+%%ICONS%%www/icons-dist/bomb.png
+%%ICONS%%www/icons-dist/box1.gif
+%%ICONS%%www/icons-dist/box1.png
+%%ICONS%%www/icons-dist/box2.gif
+%%ICONS%%www/icons-dist/box2.png
+%%ICONS%%www/icons-dist/broken.gif
+%%ICONS%%www/icons-dist/broken.png
+%%ICONS%%www/icons-dist/burst.gif
+%%ICONS%%www/icons-dist/burst.png
+%%ICONS%%www/icons-dist/c.gif
+%%ICONS%%www/icons-dist/c.png
+%%ICONS%%www/icons-dist/comp.blue.gif
+%%ICONS%%www/icons-dist/comp.blue.png
+%%ICONS%%www/icons-dist/comp.gray.gif
+%%ICONS%%www/icons-dist/comp.gray.png
+%%ICONS%%www/icons-dist/compressed.gif
+%%ICONS%%www/icons-dist/compressed.png
+%%ICONS%%www/icons-dist/continued.gif
+%%ICONS%%www/icons-dist/continued.png
+%%ICONS%%www/icons-dist/dir.gif
+%%ICONS%%www/icons-dist/dir.png
+%%ICONS%%www/icons-dist/diskimg.gif
+%%ICONS%%www/icons-dist/diskimg.png
+%%ICONS%%www/icons-dist/down.gif
+%%ICONS%%www/icons-dist/down.png
+%%ICONS%%www/icons-dist/dvi.gif
+%%ICONS%%www/icons-dist/dvi.png
+%%ICONS%%www/icons-dist/f.gif
+%%ICONS%%www/icons-dist/f.png
+%%ICONS%%www/icons-dist/folder.gif
+%%ICONS%%www/icons-dist/folder.open.gif
+%%ICONS%%www/icons-dist/folder.open.png
+%%ICONS%%www/icons-dist/folder.png
+%%ICONS%%www/icons-dist/folder.sec.gif
+%%ICONS%%www/icons-dist/folder.sec.png
+%%ICONS%%www/icons-dist/forward.gif
+%%ICONS%%www/icons-dist/forward.png
+%%ICONS%%www/icons-dist/freebsd.gif
+%%ICONS%%www/icons-dist/generic.gif
+%%ICONS%%www/icons-dist/generic.png
+%%ICONS%%www/icons-dist/generic.red.gif
+%%ICONS%%www/icons-dist/generic.red.png
+%%ICONS%%www/icons-dist/generic.sec.gif
+%%ICONS%%www/icons-dist/generic.sec.png
+%%ICONS%%www/icons-dist/hand.right.gif
+%%ICONS%%www/icons-dist/hand.right.png
+%%ICONS%%www/icons-dist/hand.up.gif
+%%ICONS%%www/icons-dist/hand.up.png
+%%ICONS%%www/icons-dist/icon.sheet.gif
+%%ICONS%%www/icons-dist/icon.sheet.png
+%%ICONS%%www/icons-dist/image1.gif
+%%ICONS%%www/icons-dist/image1.png
+%%ICONS%%www/icons-dist/image2.gif
+%%ICONS%%www/icons-dist/image2.png
+%%ICONS%%www/icons-dist/image3.gif
+%%ICONS%%www/icons-dist/image3.png
+%%ICONS%%www/icons-dist/index.gif
+%%ICONS%%www/icons-dist/index.png
+%%ICONS%%www/icons-dist/layout.gif
+%%ICONS%%www/icons-dist/layout.png
+%%ICONS%%www/icons-dist/left.gif
+%%ICONS%%www/icons-dist/left.png
+%%ICONS%%www/icons-dist/link.gif
+%%ICONS%%www/icons-dist/link.png
+%%ICONS%%www/icons-dist/movie.gif
+%%ICONS%%www/icons-dist/movie.png
+%%ICONS%%www/icons-dist/p.gif
+%%ICONS%%www/icons-dist/p.png
+%%ICONS%%www/icons-dist/patch.gif
+%%ICONS%%www/icons-dist/patch.png
+%%ICONS%%www/icons-dist/pdf.gif
+%%ICONS%%www/icons-dist/pdf.png
+%%ICONS%%www/icons-dist/pie0.gif
+%%ICONS%%www/icons-dist/pie0.png
+%%ICONS%%www/icons-dist/pie1.gif
+%%ICONS%%www/icons-dist/pie1.png
+%%ICONS%%www/icons-dist/pie2.gif
+%%ICONS%%www/icons-dist/pie2.png
+%%ICONS%%www/icons-dist/pie3.gif
+%%ICONS%%www/icons-dist/pie3.png
+%%ICONS%%www/icons-dist/pie4.gif
+%%ICONS%%www/icons-dist/pie4.png
+%%ICONS%%www/icons-dist/pie5.gif
+%%ICONS%%www/icons-dist/pie5.png
+%%ICONS%%www/icons-dist/pie6.gif
+%%ICONS%%www/icons-dist/pie6.png
+%%ICONS%%www/icons-dist/pie7.gif
+%%ICONS%%www/icons-dist/pie7.png
+%%ICONS%%www/icons-dist/pie8.gif
+%%ICONS%%www/icons-dist/pie8.png
+%%ICONS%%www/icons-dist/portal.gif
+%%ICONS%%www/icons-dist/portal.png
+%%ICONS%%www/icons-dist/ps.gif
+%%ICONS%%www/icons-dist/ps.png
+%%ICONS%%www/icons-dist/quill.gif
+%%ICONS%%www/icons-dist/quill.png
+%%ICONS%%www/icons-dist/right.gif
+%%ICONS%%www/icons-dist/right.png
+%%ICONS%%www/icons-dist/screw1.gif
+%%ICONS%%www/icons-dist/screw1.png
+%%ICONS%%www/icons-dist/screw2.gif
+%%ICONS%%www/icons-dist/screw2.png
+%%ICONS%%www/icons-dist/script.gif
+%%ICONS%%www/icons-dist/script.png
+%%ICONS%%www/icons-dist/small/README.txt
+%%ICONS%%www/icons-dist/small/back.gif
+%%ICONS%%www/icons-dist/small/back.png
+%%ICONS%%www/icons-dist/small/binary.gif
+%%ICONS%%www/icons-dist/small/binary.png
+%%ICONS%%www/icons-dist/small/binhex.gif
+%%ICONS%%www/icons-dist/small/binhex.png
+%%ICONS%%www/icons-dist/small/blank.gif
+%%ICONS%%www/icons-dist/small/blank.png
+%%ICONS%%www/icons-dist/small/broken.gif
+%%ICONS%%www/icons-dist/small/broken.png
+%%ICONS%%www/icons-dist/small/burst.gif
+%%ICONS%%www/icons-dist/small/burst.png
+%%ICONS%%www/icons-dist/small/comp1.gif
+%%ICONS%%www/icons-dist/small/comp1.png
+%%ICONS%%www/icons-dist/small/comp2.gif
+%%ICONS%%www/icons-dist/small/comp2.png
+%%ICONS%%www/icons-dist/small/compressed.gif
+%%ICONS%%www/icons-dist/small/compressed.png
+%%ICONS%%www/icons-dist/small/continued.gif
+%%ICONS%%www/icons-dist/small/continued.png
+%%ICONS%%www/icons-dist/small/dir.gif
+%%ICONS%%www/icons-dist/small/dir.png
+%%ICONS%%www/icons-dist/small/dir2.gif
+%%ICONS%%www/icons-dist/small/dir2.png
+%%ICONS%%www/icons-dist/small/doc.gif
+%%ICONS%%www/icons-dist/small/doc.png
+%%ICONS%%www/icons-dist/small/forward.gif
+%%ICONS%%www/icons-dist/small/forward.png
+%%ICONS%%www/icons-dist/small/generic.gif
+%%ICONS%%www/icons-dist/small/generic.png
+%%ICONS%%www/icons-dist/small/generic2.gif
+%%ICONS%%www/icons-dist/small/generic2.png
+%%ICONS%%www/icons-dist/small/generic3.gif
+%%ICONS%%www/icons-dist/small/generic3.png
+%%ICONS%%www/icons-dist/small/image.gif
+%%ICONS%%www/icons-dist/small/image.png
+%%ICONS%%www/icons-dist/small/image2.gif
+%%ICONS%%www/icons-dist/small/image2.png
+%%ICONS%%www/icons-dist/small/index.gif
+%%ICONS%%www/icons-dist/small/index.png
+%%ICONS%%www/icons-dist/small/key.gif
+%%ICONS%%www/icons-dist/small/key.png
+%%ICONS%%www/icons-dist/small/movie.gif
+%%ICONS%%www/icons-dist/small/movie.png
+%%ICONS%%www/icons-dist/small/patch.gif
+%%ICONS%%www/icons-dist/small/patch.png
+%%ICONS%%www/icons-dist/small/ps.gif
+%%ICONS%%www/icons-dist/small/ps.png
+%%ICONS%%www/icons-dist/small/rainbow.gif
+%%ICONS%%www/icons-dist/small/rainbow.png
+%%ICONS%%www/icons-dist/small/sound.gif
+%%ICONS%%www/icons-dist/small/sound.png
+%%ICONS%%www/icons-dist/small/sound2.gif
+%%ICONS%%www/icons-dist/small/sound2.png
+%%ICONS%%www/icons-dist/small/tar.gif
+%%ICONS%%www/icons-dist/small/tar.png
+%%ICONS%%www/icons-dist/small/text.gif
+%%ICONS%%www/icons-dist/small/text.png
+%%ICONS%%www/icons-dist/small/transfer.gif
+%%ICONS%%www/icons-dist/small/transfer.png
+%%ICONS%%www/icons-dist/small/unknown.gif
+%%ICONS%%www/icons-dist/small/unknown.png
+%%ICONS%%www/icons-dist/small/uu.gif
+%%ICONS%%www/icons-dist/small/uu.png
+%%ICONS%%www/icons-dist/sound1.gif
+%%ICONS%%www/icons-dist/sound1.png
+%%ICONS%%www/icons-dist/sound2.gif
+%%ICONS%%www/icons-dist/sound2.png
+%%ICONS%%www/icons-dist/sphere1.gif
+%%ICONS%%www/icons-dist/sphere1.png
+%%ICONS%%www/icons-dist/sphere2.gif
+%%ICONS%%www/icons-dist/sphere2.png
+%%ICONS%%www/icons-dist/tar.gif
+%%ICONS%%www/icons-dist/tar.png
+%%ICONS%%www/icons-dist/tex.gif
+%%ICONS%%www/icons-dist/tex.png
+%%ICONS%%www/icons-dist/text.gif
+%%ICONS%%www/icons-dist/text.png
+%%ICONS%%www/icons-dist/transfer.gif
+%%ICONS%%www/icons-dist/transfer.png
+%%ICONS%%www/icons-dist/unknown.gif
+%%ICONS%%www/icons-dist/unknown.png
+%%ICONS%%www/icons-dist/up.gif
+%%ICONS%%www/icons-dist/up.png
+%%ICONS%%www/icons-dist/uu.gif
+%%ICONS%%www/icons-dist/uu.png
+%%ICONS%%www/icons-dist/uuencoded.gif
+%%ICONS%%www/icons-dist/uuencoded.png
+%%ICONS%%www/icons-dist/world1.gif
+%%ICONS%%www/icons-dist/world1.png
+%%ICONS%%www/icons-dist/world2.gif
+%%ICONS%%www/icons-dist/world2.png
+%%ICONS%%@dirrm www/icons-dist/small
+%%ICONS%%@dirrm www/icons-dist
+%%ERROR%%@dirrm www/error-dist/include
+%%ERROR%%@dirrm www/error-dist
+%%WWWDATA%%@dirrm www/data-dist
+%%CGI%%@dirrm www/cgi-bin-dist
+@unexec rmdir %D/www 2> /dev/null || true
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/vhosts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/zip
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/xsl/util
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/xsl
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/w3c
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/man
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/latex
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/lang
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/css
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style/chm
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/style
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/ssl
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/search
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/programs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/platform
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/mod
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/developer
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/apache2/build
@dirrm share/apache2
@dirrm libexec/apache2