From 177f4605f0904eff20e80df5e36e641242d63f14 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Mon, 3 May 2010 18:23:46 +0000 Subject: Update transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940557 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/quickreference.html.de | 59 ++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'docs/manual/mod/quickreference.html.de') diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index cea5c9592b..f4e7ff1fc6 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -504,45 +504,48 @@ entgegengenommenen Anfragen LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" +svBDescribes a format for use in a log file LogLevel Level warn svCSteuert die Ausführlichkeit des Fehlerprotokolls -LuaCodeCache stat|forever|neverX- -LuaHookAccessChecker /path/to/lua/script.lua hook_function_nameX- -LuaHookAuthChecker /path/to/lua/script.lua hook_function_nameX- -LuaHookAuthChecker /path/to/lua/script.lua hook_function_nameX- -LuaHookCheckUserID /path/to/lua/script.lua hook_function_nameX- -LuaHookInsertFilter /path/to/lua/script.lua hook_function_nameX- -LuaHookMapToStorage /path/to/lua/script.lua hook_function_nameX- -LuaHookTranslateName /path/to/lua/script.lua hook_function_nameX- -LuaHookTypeChecker /path/to/lua/script.lua hook_function_nameX- -LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]X- -LuaPackageCPath /path/to/include/?.soaX- -LuaPackagePath /path/to/include/?.luaX- -LuaRoot /path/to/a/directoryXSpecify the base path -LuaScope once|request|conn|server [max|min max]X- -MaxClients AnzahlsMMaximale Anzahl der Kindprozesse, die zur Bedienung von Anfragen +LuaCodeCache stat|forever|never stat svdhXConfigure the compiled code cache. +LuaHookAccessChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the access_checker phase of request processing +LuaHookAuthChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the auth_checker phase of request processing +LuaHookCheckUserID /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the check_user_id phase of request processing +LuaHookFixups /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the fixups phase of request +processing +LuaHookInsertFilter /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the insert_filter phase of request processing +LuaHookMapToStorage /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the map_to_storage phase of request processing +LuaHookTranslateName /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the translate name phase of request processing +LuaHookTypeChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the type_checker phase of request processing +LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]svdhXMap a path to a lua handler +LuaPackageCPath /path/to/include/?.soasvdhXAdd a directory to lua's package.cpath +LuaPackagePath /path/to/include/?.luasvdhXAdd a directory to lua's package.path +svdhXProvide a hook for the quick handler of request processing +LuaRoot /path/to/a/directorysvdhXSpecify the base path for resolving relative paths for mod_lua directives +LuaScope once|request|conn|server [max|min max] once svdhXOne of once, request, conn, server -- default is once +MaxClients AnzahlsMMaximale Anzahl der Kindprozesse, die zur Bedienung von Anfragen gestartet wird -MaxKeepAliveRequests Anzahl 100 svCAnzahl der Anfragen, die bei einer persistenten Verbindung +MaxKeepAliveRequests Anzahl 100 svCAnzahl der Anfragen, die bei einer persistenten Verbindung zulässig sind -MaxMemFree KBytes 0 sMMaximale Menge des Arbeitsspeichers, den die +MaxMemFree KBytes 0 sMMaximale Menge des Arbeitsspeichers, den die Haupt-Zuteilungsroutine verwalten darf, ohne free() aufzurufen -MaxRequestsPerChild number 10000 sMObergrenze für die Anzahl von Anfragen, die ein einzelner +MaxRequestsPerChild number 10000 sMObergrenze für die Anzahl von Anfragen, die ein einzelner Kindprozess während seines Lebens bearbeitet -MaxSpareServers Anzahl 10 sMMaximale Anzahl der unbeschäftigten Kindprozesse des +MaxSpareServers Anzahl 10 sMMaximale Anzahl der unbeschäftigten Kindprozesse des Servers -MaxSpareThreads AnzahlsMMaximale Anzahl unbeschäftigter Threads -MaxThreads number 2048 sMSet the maximum number of worker threads -MetaDir directory .web svdhEName of the directory to find CERN-style meta information +MaxSpareThreads AnzahlsMMaximale Anzahl unbeschäftigter Threads +MaxThreads number 2048 sMSet the maximum number of worker threads +MetaDir directory .web svdhEName of the directory to find CERN-style meta information files -MetaFiles on|off off svdhEActivates CERN meta-file processing -MetaSuffix suffix .meta svdhEFile name suffix for the file containg CERN-style +MetaFiles on|off off svdhEActivates CERN meta-file processing +MetaSuffix suffix .meta svdhEFile name suffix for the file containg CERN-style meta information -MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents +MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents using the specified magic file -MinSpareServers Anzahl 5 sMMinimale Anzahl der unbeschäftigten Kindprozesse des +MinSpareServers Anzahl 5 sMMinimale Anzahl der unbeschäftigten Kindprozesse des Servers -MinSpareThreads AnzahlsMMinimale Anzahl unbeschäftigter Threads, die zur +MinSpareThreads AnzahlsMMinimale Anzahl unbeschäftigter Threads, die zur Bedienung von Anfragespitzen zur Verfügung stehen -MMapFile file-path [file-path] ...sXMap a list of files into memory at startup time +MMapFile file-path [file-path] ...sXMap a list of files into memory at startup time +ModemStandard V.21|V.26bis|V.32|V.92EModem standard to simulate ModMimeUsePathInfo On|Off Off dBTells mod_mime to treat path_info components as part of the filename MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers -- cgit v1.2.3