diff options
author | André Malo <nd@apache.org> | 2003-06-08 01:37:23 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-06-08 01:37:23 +0200 |
commit | 8d00650919fb524e652f629a2b83143019d05886 (patch) | |
tree | 35d4d054f124519762ea52ded760c6a0283613f5 | |
parent | add typemap generator (diff) | |
download | apache2-8d00650919fb524e652f629a2b83143019d05886.tar.xz apache2-8d00650919fb524e652f629a2b83143019d05886.zip |
`build typemaps`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100196 13f79535-47bb-0310-9956-ffa450edef68
156 files changed, 1016 insertions, 0 deletions
diff --git a/docs/manual/bind.html b/docs/manual/bind.html new file mode 100644 index 0000000000..54aef0d47d --- /dev/null +++ b/docs/manual/bind.html @@ -0,0 +1,11 @@ +URI: bind.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: bind.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: bind.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/cgi_path.html b/docs/manual/cgi_path.html new file mode 100644 index 0000000000..5bed93b7c9 --- /dev/null +++ b/docs/manual/cgi_path.html @@ -0,0 +1,11 @@ +URI: cgi_path.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: cgi_path.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: cgi_path.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/configuring.html b/docs/manual/configuring.html new file mode 100644 index 0000000000..e1bd12086a --- /dev/null +++ b/docs/manual/configuring.html @@ -0,0 +1,11 @@ +URI: configuring.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: configuring.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: configuring.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html new file mode 100644 index 0000000000..a0876299c1 --- /dev/null +++ b/docs/manual/content-negotiation.html @@ -0,0 +1,11 @@ +URI: content-negotiation.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: content-negotiation.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: content-negotiation.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/custom-error.html b/docs/manual/custom-error.html new file mode 100644 index 0000000000..5946352cc0 --- /dev/null +++ b/docs/manual/custom-error.html @@ -0,0 +1,11 @@ +URI: custom-error.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: custom-error.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: custom-error.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html new file mode 100644 index 0000000000..a8a3c492a4 --- /dev/null +++ b/docs/manual/developer/API.html @@ -0,0 +1,3 @@ +URI: API.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/debugging.html b/docs/manual/developer/debugging.html new file mode 100644 index 0000000000..f7977f5ec6 --- /dev/null +++ b/docs/manual/developer/debugging.html @@ -0,0 +1,3 @@ +URI: debugging.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/documenting.html b/docs/manual/developer/documenting.html new file mode 100644 index 0000000000..0731e2d359 --- /dev/null +++ b/docs/manual/developer/documenting.html @@ -0,0 +1,3 @@ +URI: documenting.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/filters.html b/docs/manual/developer/filters.html new file mode 100644 index 0000000000..c65dc946ac --- /dev/null +++ b/docs/manual/developer/filters.html @@ -0,0 +1,3 @@ +URI: filters.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/hooks.html b/docs/manual/developer/hooks.html new file mode 100644 index 0000000000..49fe68e8dd --- /dev/null +++ b/docs/manual/developer/hooks.html @@ -0,0 +1,3 @@ +URI: hooks.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/index.html b/docs/manual/developer/index.html new file mode 100644 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/developer/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/modules.html b/docs/manual/developer/modules.html new file mode 100644 index 0000000000..f6a8b6f57f --- /dev/null +++ b/docs/manual/developer/modules.html @@ -0,0 +1,7 @@ +URI: modules.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: modules.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/developer/request.html b/docs/manual/developer/request.html new file mode 100644 index 0000000000..547707246a --- /dev/null +++ b/docs/manual/developer/request.html @@ -0,0 +1,3 @@ +URI: request.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html new file mode 100644 index 0000000000..02f067e7c3 --- /dev/null +++ b/docs/manual/developer/thread_safety.html @@ -0,0 +1,3 @@ +URI: thread_safety.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/dns-caveats.html b/docs/manual/dns-caveats.html new file mode 100644 index 0000000000..e11c5b34a7 --- /dev/null +++ b/docs/manual/dns-caveats.html @@ -0,0 +1,11 @@ +URI: dns-caveats.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: dns-caveats.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: dns-caveats.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/dso.html b/docs/manual/dso.html new file mode 100644 index 0000000000..d4bd121473 --- /dev/null +++ b/docs/manual/dso.html @@ -0,0 +1,11 @@ +URI: dso.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: dso.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: dso.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/env.html b/docs/manual/env.html new file mode 100644 index 0000000000..d054d4c577 --- /dev/null +++ b/docs/manual/env.html @@ -0,0 +1,11 @@ +URI: env.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: env.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: env.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/faq/all_in_one.html b/docs/manual/faq/all_in_one.html new file mode 100644 index 0000000000..7c4e66f2e8 --- /dev/null +++ b/docs/manual/faq/all_in_one.html @@ -0,0 +1,3 @@ +URI: all_in_one.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/faq/error.html b/docs/manual/faq/error.html new file mode 100644 index 0000000000..100912b0c9 --- /dev/null +++ b/docs/manual/faq/error.html @@ -0,0 +1,3 @@ +URI: error.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/faq/index.html b/docs/manual/faq/index.html new file mode 100644 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/faq/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/faq/support.html b/docs/manual/faq/support.html new file mode 100644 index 0000000000..c1e7ffdb57 --- /dev/null +++ b/docs/manual/faq/support.html @@ -0,0 +1,3 @@ +URI: support.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/filter.html b/docs/manual/filter.html new file mode 100644 index 0000000000..d232b9483f --- /dev/null +++ b/docs/manual/filter.html @@ -0,0 +1,11 @@ +URI: filter.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: filter.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: filter.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/glossary.html b/docs/manual/glossary.html new file mode 100644 index 0000000000..d3242a823c --- /dev/null +++ b/docs/manual/glossary.html @@ -0,0 +1,7 @@ +URI: glossary.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: glossary.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/handler.html b/docs/manual/handler.html new file mode 100644 index 0000000000..ed8c246c08 --- /dev/null +++ b/docs/manual/handler.html @@ -0,0 +1,11 @@ +URI: handler.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: handler.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: handler.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/howto/auth.html b/docs/manual/howto/auth.html new file mode 100644 index 0000000000..01390fb9e8 --- /dev/null +++ b/docs/manual/howto/auth.html @@ -0,0 +1,7 @@ +URI: auth.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: auth.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/howto/cgi.html b/docs/manual/howto/cgi.html new file mode 100644 index 0000000000..6714970c80 --- /dev/null +++ b/docs/manual/howto/cgi.html @@ -0,0 +1,7 @@ +URI: cgi.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: cgi.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/howto/htaccess.html b/docs/manual/howto/htaccess.html new file mode 100755 index 0000000000..3dde307056 --- /dev/null +++ b/docs/manual/howto/htaccess.html @@ -0,0 +1,3 @@ +URI: htaccess.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/howto/index.html b/docs/manual/howto/index.html new file mode 100644 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/howto/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/howto/public_html.html b/docs/manual/howto/public_html.html new file mode 100644 index 0000000000..947ba0ecb4 --- /dev/null +++ b/docs/manual/howto/public_html.html @@ -0,0 +1,3 @@ +URI: public_html.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/howto/ssi.html b/docs/manual/howto/ssi.html new file mode 100644 index 0000000000..d74be2de88 --- /dev/null +++ b/docs/manual/howto/ssi.html @@ -0,0 +1,7 @@ +URI: ssi.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: ssi.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/index.html b/docs/manual/index.html new file mode 100644 index 0000000000..79eeacd018 --- /dev/null +++ b/docs/manual/index.html @@ -0,0 +1,19 @@ +URI: index.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.fr +Content-Language: fr +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: index.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/install.html b/docs/manual/install.html new file mode 100644 index 0000000000..8837d75224 --- /dev/null +++ b/docs/manual/install.html @@ -0,0 +1,15 @@ +URI: install.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: install.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: install.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: install.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html new file mode 100644 index 0000000000..089a6f54e0 --- /dev/null +++ b/docs/manual/invoking.html @@ -0,0 +1,15 @@ +URI: invoking.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: invoking.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: invoking.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: invoking.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/license.html b/docs/manual/license.html new file mode 100644 index 0000000000..11472e452b --- /dev/null +++ b/docs/manual/license.html @@ -0,0 +1,3 @@ +URI: license.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/logs.html b/docs/manual/logs.html new file mode 100644 index 0000000000..632f00215a --- /dev/null +++ b/docs/manual/logs.html @@ -0,0 +1,11 @@ +URI: logs.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: logs.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: logs.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/misc/index.html b/docs/manual/misc/index.html new file mode 100644 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/misc/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html new file mode 100644 index 0000000000..1078a1bed4 --- /dev/null +++ b/docs/manual/misc/perf-tuning.html @@ -0,0 +1,3 @@ +URI: perf-tuning.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/misc/rewriteguide.html b/docs/manual/misc/rewriteguide.html new file mode 100644 index 0000000000..5e9a8c3795 --- /dev/null +++ b/docs/manual/misc/rewriteguide.html @@ -0,0 +1,3 @@ +URI: rewriteguide.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html new file mode 100644 index 0000000000..25587f30b8 --- /dev/null +++ b/docs/manual/misc/security_tips.html @@ -0,0 +1,3 @@ +URI: security_tips.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/beos.html b/docs/manual/mod/beos.html new file mode 100644 index 0000000000..7813554191 --- /dev/null +++ b/docs/manual/mod/beos.html @@ -0,0 +1,7 @@ +URI: beos.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: beos.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html new file mode 100644 index 0000000000..461c0ae970 --- /dev/null +++ b/docs/manual/mod/core.html @@ -0,0 +1,7 @@ +URI: core.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: core.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/directive-dict.html b/docs/manual/mod/directive-dict.html new file mode 100644 index 0000000000..8b1fc15078 --- /dev/null +++ b/docs/manual/mod/directive-dict.html @@ -0,0 +1,11 @@ +URI: directive-dict.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: directive-dict.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: directive-dict.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html new file mode 100644 index 0000000000..7b79cb3054 --- /dev/null +++ b/docs/manual/mod/directives.html @@ -0,0 +1,15 @@ +URI: directives.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: directives.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: directives.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: directives.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html new file mode 100644 index 0000000000..92a3139558 --- /dev/null +++ b/docs/manual/mod/index.html @@ -0,0 +1,15 @@ +URI: index.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: index.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/leader.html b/docs/manual/mod/leader.html new file mode 100644 index 0000000000..bcb0e6c192 --- /dev/null +++ b/docs/manual/mod/leader.html @@ -0,0 +1,7 @@ +URI: leader.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: leader.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html new file mode 100644 index 0000000000..bd879b81f5 --- /dev/null +++ b/docs/manual/mod/mod_actions.html @@ -0,0 +1,11 @@ +URI: mod_actions.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_actions.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_actions.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html new file mode 100644 index 0000000000..d8c9ba213a --- /dev/null +++ b/docs/manual/mod/mod_alias.html @@ -0,0 +1,7 @@ +URI: mod_alias.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_alias.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html new file mode 100644 index 0000000000..a728c92831 --- /dev/null +++ b/docs/manual/mod/mod_asis.html @@ -0,0 +1,11 @@ +URI: mod_asis.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_asis.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_asis.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_auth_basic.html b/docs/manual/mod/mod_auth_basic.html new file mode 100644 index 0000000000..562d665d99 --- /dev/null +++ b/docs/manual/mod/mod_auth_basic.html @@ -0,0 +1,7 @@ +URI: mod_auth_basic.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_auth_basic.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_auth_digest.html b/docs/manual/mod/mod_auth_digest.html new file mode 100644 index 0000000000..2b9b154227 --- /dev/null +++ b/docs/manual/mod/mod_auth_digest.html @@ -0,0 +1,3 @@ +URI: mod_auth_digest.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_auth_ldap.html b/docs/manual/mod/mod_auth_ldap.html new file mode 100644 index 0000000000..fc763b6940 --- /dev/null +++ b/docs/manual/mod/mod_auth_ldap.html @@ -0,0 +1,3 @@ +URI: mod_auth_ldap.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authn_anon.html b/docs/manual/mod/mod_authn_anon.html new file mode 100644 index 0000000000..4285102be9 --- /dev/null +++ b/docs/manual/mod/mod_authn_anon.html @@ -0,0 +1,3 @@ +URI: mod_authn_anon.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authn_dbm.html b/docs/manual/mod/mod_authn_dbm.html new file mode 100644 index 0000000000..9fbd6a66d4 --- /dev/null +++ b/docs/manual/mod/mod_authn_dbm.html @@ -0,0 +1,3 @@ +URI: mod_authn_dbm.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authn_default.html b/docs/manual/mod/mod_authn_default.html new file mode 100644 index 0000000000..297cc3f33e --- /dev/null +++ b/docs/manual/mod/mod_authn_default.html @@ -0,0 +1,3 @@ +URI: mod_authn_default.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authn_file.html b/docs/manual/mod/mod_authn_file.html new file mode 100644 index 0000000000..dff290e3d5 --- /dev/null +++ b/docs/manual/mod/mod_authn_file.html @@ -0,0 +1,7 @@ +URI: mod_authn_file.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_authn_file.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_authz_dbm.html b/docs/manual/mod/mod_authz_dbm.html new file mode 100644 index 0000000000..af5823356e --- /dev/null +++ b/docs/manual/mod/mod_authz_dbm.html @@ -0,0 +1,3 @@ +URI: mod_authz_dbm.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authz_default.html b/docs/manual/mod/mod_authz_default.html new file mode 100644 index 0000000000..049db88568 --- /dev/null +++ b/docs/manual/mod/mod_authz_default.html @@ -0,0 +1,3 @@ +URI: mod_authz_default.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authz_groupfile.html b/docs/manual/mod/mod_authz_groupfile.html new file mode 100644 index 0000000000..bf35153550 --- /dev/null +++ b/docs/manual/mod/mod_authz_groupfile.html @@ -0,0 +1,3 @@ +URI: mod_authz_groupfile.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authz_host.html b/docs/manual/mod/mod_authz_host.html new file mode 100644 index 0000000000..8f1ae3d1fe --- /dev/null +++ b/docs/manual/mod/mod_authz_host.html @@ -0,0 +1,7 @@ +URI: mod_authz_host.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_authz_host.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_authz_owner.html b/docs/manual/mod/mod_authz_owner.html new file mode 100644 index 0000000000..f6e66b0171 --- /dev/null +++ b/docs/manual/mod/mod_authz_owner.html @@ -0,0 +1,3 @@ +URI: mod_authz_owner.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_authz_user.html b/docs/manual/mod/mod_authz_user.html new file mode 100644 index 0000000000..18fe65febb --- /dev/null +++ b/docs/manual/mod/mod_authz_user.html @@ -0,0 +1,3 @@ +URI: mod_authz_user.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html new file mode 100644 index 0000000000..75fa35baa5 --- /dev/null +++ b/docs/manual/mod/mod_autoindex.html @@ -0,0 +1,11 @@ +URI: mod_autoindex.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_autoindex.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_autoindex.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_cache.html b/docs/manual/mod/mod_cache.html new file mode 100644 index 0000000000..291a87a580 --- /dev/null +++ b/docs/manual/mod/mod_cache.html @@ -0,0 +1,7 @@ +URI: mod_cache.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_cache.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html new file mode 100644 index 0000000000..a0a4d49c4b --- /dev/null +++ b/docs/manual/mod/mod_cern_meta.html @@ -0,0 +1,7 @@ +URI: mod_cern_meta.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_cern_meta.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html new file mode 100644 index 0000000000..22c15bbb6b --- /dev/null +++ b/docs/manual/mod/mod_cgi.html @@ -0,0 +1,11 @@ +URI: mod_cgi.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_cgi.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_cgi.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_cgid.html b/docs/manual/mod/mod_cgid.html new file mode 100644 index 0000000000..d71ed147e9 --- /dev/null +++ b/docs/manual/mod/mod_cgid.html @@ -0,0 +1,7 @@ +URI: mod_cgid.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_cgid.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_charset_lite.html b/docs/manual/mod/mod_charset_lite.html new file mode 100644 index 0000000000..1592ea0133 --- /dev/null +++ b/docs/manual/mod/mod_charset_lite.html @@ -0,0 +1,7 @@ +URI: mod_charset_lite.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_charset_lite.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_dav.html b/docs/manual/mod/mod_dav.html new file mode 100644 index 0000000000..950da147f1 --- /dev/null +++ b/docs/manual/mod/mod_dav.html @@ -0,0 +1,11 @@ +URI: mod_dav.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_dav.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_dav.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_dav_fs.html b/docs/manual/mod/mod_dav_fs.html new file mode 100644 index 0000000000..7278342d28 --- /dev/null +++ b/docs/manual/mod/mod_dav_fs.html @@ -0,0 +1,11 @@ +URI: mod_dav_fs.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_dav_fs.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_dav_fs.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_deflate.html b/docs/manual/mod/mod_deflate.html new file mode 100755 index 0000000000..a391ff9288 --- /dev/null +++ b/docs/manual/mod/mod_deflate.html @@ -0,0 +1,11 @@ +URI: mod_deflate.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_deflate.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_deflate.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html new file mode 100644 index 0000000000..e36167b145 --- /dev/null +++ b/docs/manual/mod/mod_dir.html @@ -0,0 +1,11 @@ +URI: mod_dir.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_dir.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_dir.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_disk_cache.html b/docs/manual/mod/mod_disk_cache.html new file mode 100644 index 0000000000..85d77ec77b --- /dev/null +++ b/docs/manual/mod/mod_disk_cache.html @@ -0,0 +1,7 @@ +URI: mod_disk_cache.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_disk_cache.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_echo.html b/docs/manual/mod/mod_echo.html new file mode 100644 index 0000000000..b008d8e349 --- /dev/null +++ b/docs/manual/mod/mod_echo.html @@ -0,0 +1,11 @@ +URI: mod_echo.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_echo.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_echo.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html new file mode 100644 index 0000000000..a79da57ad3 --- /dev/null +++ b/docs/manual/mod/mod_env.html @@ -0,0 +1,11 @@ +URI: mod_env.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_env.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mod_env.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_example.html b/docs/manual/mod/mod_example.html new file mode 100644 index 0000000000..7a2e2a25cf --- /dev/null +++ b/docs/manual/mod/mod_example.html @@ -0,0 +1,3 @@ +URI: mod_example.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_expires.html b/docs/manual/mod/mod_expires.html new file mode 100644 index 0000000000..10417a50c9 --- /dev/null +++ b/docs/manual/mod/mod_expires.html @@ -0,0 +1,3 @@ +URI: mod_expires.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_ext_filter.html b/docs/manual/mod/mod_ext_filter.html new file mode 100644 index 0000000000..84f9827742 --- /dev/null +++ b/docs/manual/mod/mod_ext_filter.html @@ -0,0 +1,3 @@ +URI: mod_ext_filter.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_file_cache.html b/docs/manual/mod/mod_file_cache.html new file mode 100644 index 0000000000..a15fd1c563 --- /dev/null +++ b/docs/manual/mod/mod_file_cache.html @@ -0,0 +1,3 @@ +URI: mod_file_cache.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html new file mode 100644 index 0000000000..278d30c972 --- /dev/null +++ b/docs/manual/mod/mod_headers.html @@ -0,0 +1,3 @@ +URI: mod_headers.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_ident.html b/docs/manual/mod/mod_ident.html new file mode 100644 index 0000000000..44eb0d713b --- /dev/null +++ b/docs/manual/mod/mod_ident.html @@ -0,0 +1,3 @@ +URI: mod_ident.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html new file mode 100644 index 0000000000..4469b63900 --- /dev/null +++ b/docs/manual/mod/mod_imap.html @@ -0,0 +1,3 @@ +URI: mod_imap.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html new file mode 100644 index 0000000000..d7fe399555 --- /dev/null +++ b/docs/manual/mod/mod_include.html @@ -0,0 +1,7 @@ +URI: mod_include.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_include.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_info.html b/docs/manual/mod/mod_info.html new file mode 100644 index 0000000000..bb7308c704 --- /dev/null +++ b/docs/manual/mod/mod_info.html @@ -0,0 +1,7 @@ +URI: mod_info.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_info.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html new file mode 100644 index 0000000000..2aab8b9992 --- /dev/null +++ b/docs/manual/mod/mod_isapi.html @@ -0,0 +1,3 @@ +URI: mod_isapi.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_ldap.html b/docs/manual/mod/mod_ldap.html new file mode 100644 index 0000000000..059ee1a961 --- /dev/null +++ b/docs/manual/mod/mod_ldap.html @@ -0,0 +1,3 @@ +URI: mod_ldap.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html new file mode 100644 index 0000000000..703f547fbe --- /dev/null +++ b/docs/manual/mod/mod_log_config.html @@ -0,0 +1,3 @@ +URI: mod_log_config.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_logio.html b/docs/manual/mod/mod_logio.html new file mode 100644 index 0000000000..a01b3eefa9 --- /dev/null +++ b/docs/manual/mod/mod_logio.html @@ -0,0 +1,3 @@ +URI: mod_logio.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_mem_cache.html b/docs/manual/mod/mod_mem_cache.html new file mode 100644 index 0000000000..7e41a01227 --- /dev/null +++ b/docs/manual/mod/mod_mem_cache.html @@ -0,0 +1,3 @@ +URI: mod_mem_cache.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html new file mode 100644 index 0000000000..cf6da39c10 --- /dev/null +++ b/docs/manual/mod/mod_mime.html @@ -0,0 +1,7 @@ +URI: mod_mime.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_mime.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_mime_magic.html b/docs/manual/mod/mod_mime_magic.html new file mode 100644 index 0000000000..f413ffe981 --- /dev/null +++ b/docs/manual/mod/mod_mime_magic.html @@ -0,0 +1,3 @@ +URI: mod_mime_magic.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html new file mode 100644 index 0000000000..00009ac1b0 --- /dev/null +++ b/docs/manual/mod/mod_negotiation.html @@ -0,0 +1,7 @@ +URI: mod_negotiation.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_negotiation.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_nw_ssl.html b/docs/manual/mod/mod_nw_ssl.html new file mode 100644 index 0000000000..24adb0f8f0 --- /dev/null +++ b/docs/manual/mod/mod_nw_ssl.html @@ -0,0 +1,3 @@ +URI: mod_nw_ssl.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html new file mode 100644 index 0000000000..c611e80c85 --- /dev/null +++ b/docs/manual/mod/mod_proxy.html @@ -0,0 +1,3 @@ +URI: mod_proxy.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_connect.html b/docs/manual/mod/mod_proxy_connect.html new file mode 100644 index 0000000000..315f683c7f --- /dev/null +++ b/docs/manual/mod/mod_proxy_connect.html @@ -0,0 +1,3 @@ +URI: mod_proxy_connect.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_ftp.html b/docs/manual/mod/mod_proxy_ftp.html new file mode 100644 index 0000000000..a0f912a252 --- /dev/null +++ b/docs/manual/mod/mod_proxy_ftp.html @@ -0,0 +1,3 @@ +URI: mod_proxy_ftp.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_http.html b/docs/manual/mod/mod_proxy_http.html new file mode 100644 index 0000000000..5be291027e --- /dev/null +++ b/docs/manual/mod/mod_proxy_http.html @@ -0,0 +1,3 @@ +URI: mod_proxy_http.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html new file mode 100644 index 0000000000..5b651b93ab --- /dev/null +++ b/docs/manual/mod/mod_rewrite.html @@ -0,0 +1,3 @@ +URI: mod_rewrite.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html new file mode 100644 index 0000000000..1ca3478e7a --- /dev/null +++ b/docs/manual/mod/mod_setenvif.html @@ -0,0 +1,7 @@ +URI: mod_setenvif.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_setenvif.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_so.html b/docs/manual/mod/mod_so.html new file mode 100644 index 0000000000..9c7d63ee2f --- /dev/null +++ b/docs/manual/mod/mod_so.html @@ -0,0 +1,7 @@ +URI: mod_so.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_so.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html new file mode 100644 index 0000000000..a70b98c7cb --- /dev/null +++ b/docs/manual/mod/mod_speling.html @@ -0,0 +1,7 @@ +URI: mod_speling.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_speling.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_ssl.html b/docs/manual/mod/mod_ssl.html new file mode 100644 index 0000000000..1b692ba64e --- /dev/null +++ b/docs/manual/mod/mod_ssl.html @@ -0,0 +1,3 @@ +URI: mod_ssl.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html new file mode 100644 index 0000000000..b3c89435d9 --- /dev/null +++ b/docs/manual/mod/mod_status.html @@ -0,0 +1,3 @@ +URI: mod_status.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_suexec.html b/docs/manual/mod/mod_suexec.html new file mode 100644 index 0000000000..ee14db07a0 --- /dev/null +++ b/docs/manual/mod/mod_suexec.html @@ -0,0 +1,7 @@ +URI: mod_suexec.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_suexec.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_unique_id.html b/docs/manual/mod/mod_unique_id.html new file mode 100644 index 0000000000..39e772c3fd --- /dev/null +++ b/docs/manual/mod/mod_unique_id.html @@ -0,0 +1,7 @@ +URI: mod_unique_id.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_unique_id.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html new file mode 100644 index 0000000000..7f88ae9b77 --- /dev/null +++ b/docs/manual/mod/mod_userdir.html @@ -0,0 +1,7 @@ +URI: mod_userdir.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mod_userdir.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html new file mode 100644 index 0000000000..0d24c8e0df --- /dev/null +++ b/docs/manual/mod/mod_usertrack.html @@ -0,0 +1,3 @@ +URI: mod_usertrack.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_vhost_alias.html b/docs/manual/mod/mod_vhost_alias.html new file mode 100644 index 0000000000..75b549250c --- /dev/null +++ b/docs/manual/mod/mod_vhost_alias.html @@ -0,0 +1,3 @@ +URI: mod_vhost_alias.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/module-dict.html b/docs/manual/mod/module-dict.html new file mode 100644 index 0000000000..23a8ec2496 --- /dev/null +++ b/docs/manual/mod/module-dict.html @@ -0,0 +1,7 @@ +URI: module-dict.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: module-dict.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html new file mode 100644 index 0000000000..aef71d0a98 --- /dev/null +++ b/docs/manual/mod/mpm_common.html @@ -0,0 +1,11 @@ +URI: mpm_common.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: mpm_common.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mpm_common.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mpm_netware.html b/docs/manual/mod/mpm_netware.html new file mode 100644 index 0000000000..03b1ca93bb --- /dev/null +++ b/docs/manual/mod/mpm_netware.html @@ -0,0 +1,3 @@ +URI: mpm_netware.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mpm_winnt.html b/docs/manual/mod/mpm_winnt.html new file mode 100644 index 0000000000..b920097eec --- /dev/null +++ b/docs/manual/mod/mpm_winnt.html @@ -0,0 +1,11 @@ +URI: mpm_winnt.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: mpm_winnt.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mpm_winnt.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mpmt_os2.html b/docs/manual/mod/mpmt_os2.html new file mode 100644 index 0000000000..df2b37dfd3 --- /dev/null +++ b/docs/manual/mod/mpmt_os2.html @@ -0,0 +1,3 @@ +URI: mpmt_os2.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/perchild.html b/docs/manual/mod/perchild.html new file mode 100644 index 0000000000..6659fb364e --- /dev/null +++ b/docs/manual/mod/perchild.html @@ -0,0 +1,3 @@ +URI: perchild.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/prefork.html b/docs/manual/mod/prefork.html new file mode 100644 index 0000000000..b8c4bb1ec6 --- /dev/null +++ b/docs/manual/mod/prefork.html @@ -0,0 +1,11 @@ +URI: prefork.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: prefork.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: prefork.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/quickreference.html b/docs/manual/mod/quickreference.html new file mode 100644 index 0000000000..1f05150af4 --- /dev/null +++ b/docs/manual/mod/quickreference.html @@ -0,0 +1,11 @@ +URI: quickreference.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: quickreference.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: quickreference.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/threadpool.html b/docs/manual/mod/threadpool.html new file mode 100644 index 0000000000..1e9bcdac9f --- /dev/null +++ b/docs/manual/mod/threadpool.html @@ -0,0 +1,3 @@ +URI: threadpool.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/worker.html b/docs/manual/mod/worker.html new file mode 100644 index 0000000000..e375c8b605 --- /dev/null +++ b/docs/manual/mod/worker.html @@ -0,0 +1,11 @@ +URI: worker.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: worker.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: worker.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html new file mode 100644 index 0000000000..17f2ce8697 --- /dev/null +++ b/docs/manual/mpm.html @@ -0,0 +1,11 @@ +URI: mpm.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mpm.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: mpm.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html new file mode 100644 index 0000000000..74c1831ba8 --- /dev/null +++ b/docs/manual/new_features_2_0.html @@ -0,0 +1,23 @@ +URI: new_features_2_0.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: new_features_2_0.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: new_features_2_0.html.fr +Content-Language: fr +Content-type: text/html; charset=ISO-8859-1 + +URI: new_features_2_0.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: new_features_2_0.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: new_features_2_0.html.ru.koi8-r +Content-Language: ru +Content-type: text/html; charset=KOI8-r diff --git a/docs/manual/platform/ebcdic.html b/docs/manual/platform/ebcdic.html new file mode 100644 index 0000000000..a5844a833a --- /dev/null +++ b/docs/manual/platform/ebcdic.html @@ -0,0 +1,3 @@ +URI: ebcdic.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/platform/index.html b/docs/manual/platform/index.html new file mode 100644 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/platform/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/platform/netware.html b/docs/manual/platform/netware.html new file mode 100644 index 0000000000..0ace05acb8 --- /dev/null +++ b/docs/manual/platform/netware.html @@ -0,0 +1,3 @@ +URI: netware.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/platform/perf-hp.html b/docs/manual/platform/perf-hp.html new file mode 100644 index 0000000000..2718990d81 --- /dev/null +++ b/docs/manual/platform/perf-hp.html @@ -0,0 +1,3 @@ +URI: perf-hp.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/platform/win_compiling.html b/docs/manual/platform/win_compiling.html new file mode 100644 index 0000000000..62a114ce8d --- /dev/null +++ b/docs/manual/platform/win_compiling.html @@ -0,0 +1,3 @@ +URI: win_compiling.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html new file mode 100644 index 0000000000..dcb6e2e88f --- /dev/null +++ b/docs/manual/platform/windows.html @@ -0,0 +1,3 @@ +URI: windows.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/ab.html b/docs/manual/programs/ab.html new file mode 100644 index 0000000000..dd6e8918ef --- /dev/null +++ b/docs/manual/programs/ab.html @@ -0,0 +1,3 @@ +URI: ab.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/apachectl.html b/docs/manual/programs/apachectl.html new file mode 100644 index 0000000000..e1fef8d81b --- /dev/null +++ b/docs/manual/programs/apachectl.html @@ -0,0 +1,3 @@ +URI: apachectl.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/apxs.html b/docs/manual/programs/apxs.html new file mode 100644 index 0000000000..622d760d35 --- /dev/null +++ b/docs/manual/programs/apxs.html @@ -0,0 +1,3 @@ +URI: apxs.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/dbmmanage.html b/docs/manual/programs/dbmmanage.html new file mode 100644 index 0000000000..ff1060356a --- /dev/null +++ b/docs/manual/programs/dbmmanage.html @@ -0,0 +1,3 @@ +URI: dbmmanage.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/htdigest.html b/docs/manual/programs/htdigest.html new file mode 100644 index 0000000000..2e37e61671 --- /dev/null +++ b/docs/manual/programs/htdigest.html @@ -0,0 +1,3 @@ +URI: htdigest.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/htpasswd.html b/docs/manual/programs/htpasswd.html new file mode 100644 index 0000000000..14b7e9d6dc --- /dev/null +++ b/docs/manual/programs/htpasswd.html @@ -0,0 +1,3 @@ +URI: htpasswd.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/httpd.html b/docs/manual/programs/httpd.html new file mode 100644 index 0000000000..9f0e1a2baa --- /dev/null +++ b/docs/manual/programs/httpd.html @@ -0,0 +1,3 @@ +URI: httpd.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/index.html b/docs/manual/programs/index.html new file mode 100755 index 0000000000..5f97bff8c6 --- /dev/null +++ b/docs/manual/programs/index.html @@ -0,0 +1,3 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/logresolve.html b/docs/manual/programs/logresolve.html new file mode 100644 index 0000000000..ff7d3e30da --- /dev/null +++ b/docs/manual/programs/logresolve.html @@ -0,0 +1,3 @@ +URI: logresolve.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/other.html b/docs/manual/programs/other.html new file mode 100755 index 0000000000..d286081dc4 --- /dev/null +++ b/docs/manual/programs/other.html @@ -0,0 +1,3 @@ +URI: other.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/rotatelogs.html b/docs/manual/programs/rotatelogs.html new file mode 100644 index 0000000000..a1e1d00e43 --- /dev/null +++ b/docs/manual/programs/rotatelogs.html @@ -0,0 +1,3 @@ +URI: rotatelogs.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/suexec.html b/docs/manual/programs/suexec.html new file mode 100644 index 0000000000..9de3f29ff0 --- /dev/null +++ b/docs/manual/programs/suexec.html @@ -0,0 +1,3 @@ +URI: suexec.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/sections.html b/docs/manual/sections.html new file mode 100644 index 0000000000..78f2a51e78 --- /dev/null +++ b/docs/manual/sections.html @@ -0,0 +1,11 @@ +URI: sections.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: sections.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: sections.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/server-wide.html b/docs/manual/server-wide.html new file mode 100644 index 0000000000..2c28bf1bce --- /dev/null +++ b/docs/manual/server-wide.html @@ -0,0 +1,11 @@ +URI: server-wide.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: server-wide.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: server-wide.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/sitemap.html b/docs/manual/sitemap.html new file mode 100644 index 0000000000..864492ffa6 --- /dev/null +++ b/docs/manual/sitemap.html @@ -0,0 +1,15 @@ +URI: sitemap.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: sitemap.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: sitemap.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: sitemap.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/ssl/index.html b/docs/manual/ssl/index.html new file mode 100644 index 0000000000..f1c25a51ec --- /dev/null +++ b/docs/manual/ssl/index.html @@ -0,0 +1,7 @@ +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/ssl/ssl_compat.html b/docs/manual/ssl/ssl_compat.html new file mode 100644 index 0000000000..3a8ed1be8b --- /dev/null +++ b/docs/manual/ssl/ssl_compat.html @@ -0,0 +1,3 @@ +URI: ssl_compat.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/ssl/ssl_faq.html b/docs/manual/ssl/ssl_faq.html new file mode 100644 index 0000000000..c6d2ea13b9 --- /dev/null +++ b/docs/manual/ssl/ssl_faq.html @@ -0,0 +1,3 @@ +URI: ssl_faq.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/ssl/ssl_howto.html b/docs/manual/ssl/ssl_howto.html new file mode 100644 index 0000000000..ca42f094cf --- /dev/null +++ b/docs/manual/ssl/ssl_howto.html @@ -0,0 +1,3 @@ +URI: ssl_howto.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/ssl/ssl_intro.html b/docs/manual/ssl/ssl_intro.html new file mode 100644 index 0000000000..9b200a7816 --- /dev/null +++ b/docs/manual/ssl/ssl_intro.html @@ -0,0 +1,3 @@ +URI: ssl_intro.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/stopping.html b/docs/manual/stopping.html new file mode 100644 index 0000000000..5ae1f7c496 --- /dev/null +++ b/docs/manual/stopping.html @@ -0,0 +1,15 @@ +URI: stopping.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: stopping.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: stopping.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: stopping.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html new file mode 100644 index 0000000000..3b7eda671c --- /dev/null +++ b/docs/manual/suexec.html @@ -0,0 +1,11 @@ +URI: suexec.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: suexec.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: suexec.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/upgrading.html b/docs/manual/upgrading.html new file mode 100644 index 0000000000..093173f4be --- /dev/null +++ b/docs/manual/upgrading.html @@ -0,0 +1,23 @@ +URI: upgrading.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: upgrading.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: upgrading.html.fr +Content-Language: fr +Content-type: text/html; charset=ISO-8859-1 + +URI: upgrading.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: upgrading.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR + +URI: upgrading.html.ru.koi8-r +Content-Language: ru +Content-type: text/html; charset=KOI8-r diff --git a/docs/manual/urlmapping.html b/docs/manual/urlmapping.html new file mode 100755 index 0000000000..2343f26e73 --- /dev/null +++ b/docs/manual/urlmapping.html @@ -0,0 +1,11 @@ +URI: urlmapping.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: urlmapping.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: urlmapping.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html new file mode 100644 index 0000000000..caead8e1a2 --- /dev/null +++ b/docs/manual/vhosts/details.html @@ -0,0 +1,7 @@ +URI: details.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: details.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/examples.html b/docs/manual/vhosts/examples.html new file mode 100644 index 0000000000..705a111734 --- /dev/null +++ b/docs/manual/vhosts/examples.html @@ -0,0 +1,7 @@ +URI: examples.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: examples.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/fd-limits.html b/docs/manual/vhosts/fd-limits.html new file mode 100644 index 0000000000..4ff87ef4f1 --- /dev/null +++ b/docs/manual/vhosts/fd-limits.html @@ -0,0 +1,11 @@ +URI: fd-limits.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: fd-limits.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: fd-limits.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/index.html b/docs/manual/vhosts/index.html new file mode 100644 index 0000000000..92a3139558 --- /dev/null +++ b/docs/manual/vhosts/index.html @@ -0,0 +1,15 @@ +URI: index.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: index.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: index.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/ip-based.html b/docs/manual/vhosts/ip-based.html new file mode 100644 index 0000000000..8313481481 --- /dev/null +++ b/docs/manual/vhosts/ip-based.html @@ -0,0 +1,7 @@ +URI: ip-based.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: ip-based.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/mass.html b/docs/manual/vhosts/mass.html new file mode 100644 index 0000000000..6c05d28e88 --- /dev/null +++ b/docs/manual/vhosts/mass.html @@ -0,0 +1,7 @@ +URI: mass.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: mass.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/vhosts/name-based.html b/docs/manual/vhosts/name-based.html new file mode 100644 index 0000000000..7b8d429661 --- /dev/null +++ b/docs/manual/vhosts/name-based.html @@ -0,0 +1,15 @@ +URI: name-based.html.de +Content-Language: de +Content-type: text/html; charset=ISO-8859-1 + +URI: name-based.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 + +URI: name-based.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + +URI: name-based.html.ko.euc-kr +Content-Language: ko +Content-type: text/html; charset=EUC-KR |