From 08a1c36c035b6045793d8fa03501655b8b191c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 8 Oct 2002 02:48:22 +0000 Subject: [PATCH] fix context abbreviation code it didn't work properly if there's a newline inside of a context (instead of a single space), so some virtual host were lost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97141 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/quickreference.html.en | 12 ++++++------ docs/manual/style/xsl/quickreference.xsl | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index ac6a9e8a74..f0b22a44af 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -74,7 +74,7 @@ content-type AddLanguage MIME-lang extension [extension] ...svdhBMaps the given filename extension to the specified content language -AddModuleInfo module-name stringsEAdds additional information to the module +AddModuleInfo module-name stringsvEAdds additional information to the module information displayed by the server-info handler AddOutputFilter filter[;filter...] extension @@ -191,7 +191,7 @@ module headers CookieDomain domainsvdhEThe domain to which the tracking cookie applies CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieLog filenamesBSets filename for the logging of cookies +CookieLog filenamesvBSets filename for the logging of cookies CookieName token Apache svdhEName of the tracking cookie CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field @@ -200,7 +200,7 @@ headers switch before dumping core CustomLog file|pipe format|nickname - [env=[!]environment-variable]sBSets filename and format of log file + [env=[!]environment-variable]svBSets filename and format of log file Dav on|off off dEEnable WebDAV HTTP methods DavDepthInfinity on|off off dEAllow PROPFIND, Depth: Infinity requests DavLockDB file-pathsvELocation of the DAV lock database @@ -340,7 +340,7 @@ URLs matching URLs LockFile filename logs/accept.lock sMLocation of the accept serialization lock file LogFormat - format|nickname [nickname] "%h %l %u %t \"%r\" +sBDescribes a format for use in a log file + format|nickname [nickname] "%h %l %u %t \"%r\" +svBDescribes a format for use in a log file LogLevel level warn svCControls the verbosity of the ErrorLog MaxClients numbersMMaximum number of child processes that will be created to serve requests @@ -585,14 +585,14 @@ per child process ThreadStackSize number 65536 sM- TimeOut number 300 sCAmount of time the server will wait for certain events before failing a request -TransferLog file|pipesBSpecifly location of a log file +TransferLog file|pipesvBSpecifly location of a log file TypesConfig file-path conf/mime.types sBThe location of the mime.types file UnsetEnv env-variable [env-variable] ...svdhBRemoves variables from the environment UseCanonicalName on|off|dns on svdCConfigures how the server determines its own name and port User unix-userid #-1 svMThe userid under which the server will answer requests -UserDir directory-filename public_html sBLocation of the user-specific directories +UserDir directory-filename public_html svBLocation of the user-specific directories VirtualDocumentRoot interpolated-directory|none none svEDynamically configure the location of the document root for a given virtual host VirtualDocumentRootIP interpolated-directory|none none svEDynamically configure the location of the document root diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl index 3949c8baaa..e56c965b95 100644 --- a/docs/manual/style/xsl/quickreference.xsl +++ b/docs/manual/style/xsl/quickreference.xsl @@ -117,10 +117,10 @@ - s - v - d - h + s + v + d + h -- 2.50.1