summaryrefslogtreecommitdiff
path: root/www/apache21/pkg-plist
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/apache21/pkg-plist
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 '')
-rw-r--r--www/apache21/pkg-plist2758
1 files changed, 1388 insertions, 1370 deletions
diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist
index 182e834b431d..6323eeb37395 100644
--- a/www/apache21/pkg-plist
+++ b/www/apache21/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