From: Rich Bowen Date: Sat, 10 Nov 2001 03:37:15 +0000 (+0000) Subject: Remove LaTeX directives from core.html X-Git-Tag: 2.0.29~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51861cf8127fb88c333e336af1e2c14c1ea4d9e2;p=apache Remove LaTeX directives from core.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91828 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 7c666233b2..a40ca645ea 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -143,7 +143,7 @@

AccessFileName directive

- + Syntax: AccessFileName filename [filename] ...
@@ -212,7 +212,7 @@

AddModule directive

- + Syntax: AddModule module [module] ...
@@ -233,7 +233,7 @@

AllowOverride directive

- + Syntax: AllowOverride All|None|directive-type [directive-type] @@ -268,7 +268,7 @@
AuthConfig
- + Allow use of the authorization directives (AuthDBMGroupFile, FileInfo -
+
Allow use of the directives controlling document types (DefaultType, ErrorDocument, Indexes -
+
Allow use of the directives controlling directory indexing (AddDescription, @@ -313,13 +313,13 @@
Limit
-
+
Allow use of the directives controlling host access (Allow, Deny and Order).
Options
-
+
Allow use of the directives controlling specific directory features (Options and XBitHack).
@@ -331,7 +331,7 @@

AuthName directive

- + Syntax: AuthName auth-domain
@@ -357,7 +357,7 @@

AuthType directive

- + Syntax: AuthType Basic|Digest
@@ -372,7 +372,7 @@

This directive selects the type of user authentication for a directory. Only Basic and Digest are currently implemented. - + It must be accompanied by AuthName and Require directives, and directives such as AuthUserFile and ClearModuleList directive - + Syntax: ClearModuleList
ContentDigest directive - + Syntax: ContentDigest on|off
@@ -448,7 +448,7 @@

DefaultType directive

- + Syntax: DefaultType MIME-type
@@ -485,7 +485,7 @@

<Directory> directive

- + Syntax: <Directory directory-path> ... </Directory>
@@ -646,7 +646,7 @@

DocumentRoot directive

- + Syntax: DocumentRoot directory-path
@@ -678,7 +678,7 @@

ErrorDocument directive

- + Syntax: ErrorDocument error-code document
@@ -753,7 +753,7 @@

ErrorLog directive

- + Syntax: ErrorLog file-path|syslog[:facility]
@@ -912,7 +912,7 @@

HostNameLookups directive

- + Syntax: HostNameLookups on|off|double
@@ -969,7 +969,7 @@

IdentityCheck directive

- + Syntax: IdentityCheck on|off
@@ -1182,7 +1182,7 @@

<Limit> directive

- + Syntax: <Limit method [method] ... > ... @@ -1220,7 +1220,7 @@

<LimitExcept> directive

- + Syntax: <LimitExcept method [method] ... > ... @@ -1245,7 +1245,7 @@

LimitRequestBody directive

- + Syntax: LimitRequestBody bytes
@@ -1288,7 +1288,7 @@

LimitRequestFields directive

- + Syntax: LimitRequestFields number
@@ -1331,7 +1331,7 @@

LimitRequestFieldsize directive

- + Syntax: LimitRequestFieldsize bytes
@@ -1372,7 +1372,7 @@

LimitRequestLine directive

- + Syntax: LimitRequestLine bytes
@@ -1733,7 +1733,7 @@

NameVirtualHost directive

- + Syntax: NameVirtualHost addr[:port]
@@ -1783,7 +1783,7 @@

Options directive

- + Syntax: Options [+|-]option [[+|-]option] ...
@@ -1810,13 +1810,13 @@
ExecCGI
-
+
Execution of CGI scripts is permitted.
FollowSymLinks
- + The server will follow symbolic links in this directory.
Note: even though the server follows the @@ -1827,20 +1827,20 @@
Includes
-
+
Server-side includes are permitted.
IncludesNOEXEC
- + Server-side includes are permitted, but the #exec command and #exec CGI are disabled. It is still possible to #include virtual CGI scripts from ScriptAliase'd directories.
Indexes
-
+
If a URL which maps to a directory is requested, and the there is no DirectoryIndex (e.g., index.html) in that directory, then the server will return a formatted @@ -1848,14 +1848,14 @@
MultiViews
-
+
Content negotiated MultiViews are allowed.
SymLinksIfOwnerMatch
- + The server will only follow symbolic links for which the target file or directory is owned by the same user id as the link.
@@ -1906,7 +1906,7 @@

Require directive

- + Syntax: Require entity-name [entity-name] ...
@@ -1971,7 +1971,7 @@

RLimitCPU directive

- + Syntax: RLimitCPU number|max [number|max]
@@ -2012,7 +2012,7 @@

RLimitMEM directive

- + Syntax: RLimitMEM number|max [number|max]
@@ -2053,7 +2053,7 @@

RLimitNPROC directive

- + Syntax: RLimitNPROC number|max [number|max]
@@ -2099,7 +2099,7 @@

Satisfy directive

- + Syntax: Satisfy any|all
ScriptInterpreterSource directive - + Syntax: ScriptInterpreterSource registry|script
@@ -2156,7 +2156,7 @@

ServerAdmin directive

- + Syntax: ServerAdmin email-address
@@ -2203,7 +2203,7 @@

ServerName directive

- + Syntax: ServerName fully-qualified-domain-name[:port]
@@ -2280,7 +2280,7 @@

ServerRoot directive

- + Syntax: ServerRoot directory-path
@@ -2308,7 +2308,7 @@

ServerSignature directive

- + Syntax: ServerSignature On|Off|EMail
@@ -2344,7 +2344,7 @@

ServerTokens directive

- + Syntax: ServerTokens Minimal|ProductOnly|OS|Full
@@ -2502,7 +2502,7 @@

TimeOut directive

- + Syntax: TimeOut number
@@ -2537,7 +2537,7 @@

UseCanonicalName directive

- + Syntax: UseCanonicalName on|off|dns
@@ -2607,7 +2607,7 @@

<VirtualHost> directive

- + Syntax: <VirtualHost addr[:port] [addr[:port]]