From: Roy T. Fielding Date: Fri, 31 Jan 1997 00:55:13 +0000 (+0000) Subject: Fixed typos, broken links. X-Git-Tag: APACHE_1_2b7~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf930bdabeaef50696a0e67fc220e59e765b5f35;p=apache Fixed typos, broken links. Submitted by: Ken "the rodent of unusual size" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77542 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index e3f328a63d..6e018ed8fc 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1019,7 +1019,7 @@ Access policy if both allow and require used. The parameter can be either


-

SendBufferSize

+

SendBufferSize directive

Syntax: SendBufferSize bytes
Context: server config, virtual host
diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 1181df1f5c..d49ba0fdf5 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -21,8 +21,8 @@
  • AddLanguage
  • AddModule
  • AddType -
  • Alias
  • AgentLog +
  • Alias
  • allow
  • AllowOverride
  • Anonymous @@ -30,15 +30,19 @@
  • Anonymous_VerifyEmail
  • Anonymous_NoUser
  • Anonymous_Authorative -
  • AuthDigestFile -
  • AuthDBGroupFile -
  • AuthDBUserFile +
  • AuthAuthoritative +
  • AuthDBAuthoritative +
  • AuthDBGroupFile +
  • AuthDBMAuthoritative
  • AuthDBMGroupFile +
  • AuthDBMGroupFile +
  • AuthDBUserFile
  • AuthDBMUserFile +
  • AuthDigestFile
  • AuthGroupFile -
  • AuthUserFile
  • AuthName
  • AuthType +
  • AuthUserFile
  • BindAdress
  • BrowserMatch
  • BrowserMatchNoCase @@ -50,10 +54,11 @@
  • CacheRoot
  • CacheSize
  • ClearModuleList +
  • CookieExpires
  • CookieLog (mod_cookies)
  • CookieLog (mod_log_config)
  • CookieTracking -
  • CookieExpires +
  • CustomLog
  • DefaultIcon
  • DefaultType
  • deny @@ -62,9 +67,9 @@
  • DocumentRoot
  • ErrorDocument
  • ErrorLog -
  • ExpiresActive -
  • ExpiresDefault -
  • ExpiresByType +
  • ExpiresActive +
  • ExpiresByType +
  • ExpiresDefault
  • FancyIndexing
  • <Files>
  • ForceType @@ -89,6 +94,7 @@
  • <Location>
  • LogFormat
  • MaxClients +
  • MaxKeepAliveRequests
  • MaxRequestsPerChild
  • MaxSpareServers
  • MetaDir @@ -100,22 +106,25 @@
  • PassEnv
  • PidFile
  • Port -
  • ProxyRequests -
  • ProxyRemote +
  • ProxyBlock
  • ProxyPass +
  • ProxyRemote +
  • ProxyRequests
  • ReadmeName +
  • Redirect +
  • RedirectPermanent +
  • RedirectTemp
  • RefererIgnore
  • RefererLog
  • require -
  • Redirect
  • ResourceConfig +
  • RewriteBase +
  • RewriteCond
  • RewriteEngine -
  • RewriteOptions
  • RewriteLog
  • RewriteLogLevel
  • RewriteMap -
  • RewriteBase -
  • RewriteCond +
  • RewriteOptions
  • RewriteRule
  • RLimitCPU
  • RLimitMEM @@ -124,8 +133,9 @@
  • Script
  • ScriptAlias
  • ScriptLog +
  • ScriptLogBuffer
  • ScriptLogLength -
  • ScriptLogBufffer +
  • SendBufferSize
  • ServerAdmin
  • ServerAlias
  • ServerName diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html index 7210717722..74b03748e4 100644 --- a/docs/manual/mod/mod_cern_meta.html +++ b/docs/manual/mod/mod_cern_meta.html @@ -50,7 +50,7 @@ subdirectory of the directory that contains the file being accessed. Set to "." to look in the same directory as the file. -

    MetaSuffix

    +

    MetaSuffix

    Syntax: MetaSuffix suffix
    Default: MetaSuffix .meta
    Context: server config
    diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 319c5478a7..f42b6ba11a 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -129,7 +129,7 @@ rather than changing the TypesConfig file.

    Note that, unlike the NCSA httpd, this directive cannot be used to set the type of particular files.


    -

    ForceType

    +

    ForceType

    Syntax: <ForceType media type>
    Context: directory, .htaccess
    diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index 631f77d0a0..a946db7f47 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -61,7 +61,7 @@ and seconds.

    If this directive is not used, cookies last only for the current browser session.

    -

    CookieTracking

    +

    CookieTracking

    Syntax: CookieTracking on | off
    Context: server config, virtual host, directory, .htaccess