From 56a5094cbc3bafa34337fe7141cce3210a775f4d Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sat, 1 Mar 2003 19:57:30 +0000 Subject: [PATCH] update transformations of recent changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98865 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/index.html.de | 4 +++- docs/manual/mod/mod_rewrite.html.en | 31 +++++++++++++++++--------- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index cd77db313c..de402455c1 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -80,6 +80,7 @@ for HTTP Basic authentication.
mod_authz_groupfile
Group authorization using plaintext files
mod_authz_host
Group authorizations based on host (name or IP address)
+
mod_authz_owner
Authorization based on file ownership
mod_authz_user
User Authorization
mod_autoindex
Generates directory indexes, automatically, similar to the Unix ls command or the @@ -110,7 +111,8 @@ delivery to the client
mod_file_cache
Caches a static list of files in memory
mod_headers
Customization of HTTP request and response headers
-
mod_imap
Server-side imagemap processing
+
mod_ident
RFC 1413 ident lookups
+
mod_imap
Server-side imagemap processing
mod_include
Server-parsed html documents (Server Side Includes)
mod_info
Provides a comprehensive overview of the server configuration
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index bf6a3f3585..437eea988e 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1153,11 +1153,14 @@ once!

RewriteOptions Directive

- + + +
Description:Sets some special options for the rewrite engine
Syntax:RewriteOptions Options
Syntax:RewriteOptions Options
Default:RewriteOptions MaxRedirects=10
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
Module:mod_rewrite
Compatibility:MaxRedirects is available in Apache 2.1 and +later

The RewriteOptions directive sets some @@ -1165,15 +1168,23 @@ once! configuration. The Option strings can be one of the following:

- +
+
inherit
+
This forces the current configuration to inherit the + configuration of the parent. In per-virtual-server context + this means that the maps, conditions and rules of the main + server are inherited. In per-directory context this means + that conditions and rules of the parent directory's + .htaccess configuration are inherited.
+ +
MaxRedirects=number
+
In order to prevent endless loops of internal redirects + issued by per-directory RewriteRules, mod_rewrite aborts + the request after reaching a maximum number of such redirects and + responds with an 500 Internal Server Error. If you really need + more internal redirects than 10 per request, you may increase + the default to the desired value.
+
top
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 3e0cb2a6e3..aa3076403d 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -544,7 +544,7 @@ processing engine RewriteMap MapName MapType:MapSource svEDefines a mapping function for key-lookup -RewriteOptions OptionssvdhESets some special options for the rewrite engine +RewriteOptions Options MaxRedirects=10 svdhESets some special options for the rewrite engine RewriteRule Pattern SubstitutionsvdhEDefines rules for the rewriting engine RLimitCPU Sekunden|max [Sekunden|max]svdhCBegrenzt den CPU-Verbrauch von Prozessen, die von diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 410917bcd6..dddb13cf53 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -533,7 +533,7 @@ processing engine RewriteMap MapName MapType:MapSource svEDefines a mapping function for key-lookup -RewriteOptions OptionssvdhESets some special options for the rewrite engine +RewriteOptions Options MaxRedirects=10 svdhESets some special options for the rewrite engine RewriteRule Pattern SubstitutionsvdhEDefines rules for the rewriting engine RLimitCPU seconds|max [seconds|max]svdhCLimits the CPU consumption of processes launched -- 2.40.0