From: brian Date: Thu, 21 Nov 1996 10:30:54 +0000 (+0000) Subject: Added headers/footers for these files. Fixed some typos. Started removing X-Git-Tag: APACHE_1_2b1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3af317e82e23834745ba52cb055fa4812fe6dc2d;p=apache Added headers/footers for these files. Fixed some typos. Started removing old latex stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c7225d732b..4215eea143 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1,4 +1,3 @@ - @@ -6,14 +5,14 @@ - - + +

Apache Core Features

These configuration parameters control the core Apache features, and are always available. - +
- +

AccessConfig directive

@@ -927,20 +926,15 @@ then this can be accomplished with the ifconfig alias command (if your OS supports it), or with kernel patches like VIF (for SunOS(TM) 4.1.x).

- +

See also: Information on Virtual Hosts. (multihome)
See also: Non-IP address-based Virtual Hosts -

- -
- - -Home -Index +

+ - + diff --git a/docs/manual/mod/footer.html b/docs/manual/mod/footer.html index 85ffeb1e9b..2c2b410378 100644 --- a/docs/manual/mod/footer.html +++ b/docs/manual/mod/footer.html @@ -1,2 +1,4 @@ +
+ Index Home diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 6a4fcfd1a5..fa1964842a 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -5,7 +5,7 @@ - +

Apache modules

diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index b93c6e30a8..42fb2da710 100644 --- a/docs/manual/mod/mod_access.html +++ b/docs/manual/mod/mod_access.html @@ -1,4 +1,3 @@ - @@ -6,22 +5,22 @@ - - + +

Module mod_access

This module is contained in the mod_access.c file, and is compiled in by default. It provides access control based on client hostname or IP address. - +
  • allow
  • deny
  • order

  • - +

    allow

    @@ -114,12 +113,7 @@ allow from .ncsa.uiuc.edu Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are denied access. - -
    - -Home -Index - + - + diff --git a/docs/manual/mod/mod_actions.html b/docs/manual/mod/mod_actions.html index 297df17ba8..a2fcf9c502 100644 --- a/docs/manual/mod/mod_actions.html +++ b/docs/manual/mod/mod_actions.html @@ -1,12 +1,12 @@ -Apache module mod_actions +Module mod_actions - -

    Apache module mod_actions

    + +

    Module mod_actions

    This module is contained in the mod_actions.c file, and is compiled in by default. It provides for @@ -69,13 +69,10 @@ will proceed normally.
         Script GET /cgi-bin/search     #e.g. for <ISINDEX>-style searching
         Script PUT /~bob/put.cgi
    -
    - -


    -Home -Index + + diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index f217051c95..9a57e8da80 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -1,4 +1,3 @@ - @@ -6,22 +5,22 @@ - - + +

    Module mod_alias

    This module is contained in the mod_alias.c file, and is compiled in by default. It provides for mapping different parts of the host filesystem in the the document tree, and for URL redirection. - +
  • Alias
  • Redirect
  • ScriptAlias

  • - +

    Alias

    @@ -82,12 +81,7 @@ Example: A request for http://myserver/cgi-bin/foo would cause the server to run the script /web/cgi-bin/foo.

    - -


    - -Home -Index - + - + diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html index 3597e1618f..17f6934351 100644 --- a/docs/manual/mod/mod_asis.html +++ b/docs/manual/mod/mod_asis.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,8 @@ - - + +

    Module mod_asis

    This module is contained in the mod_asis.c file, and @@ -57,11 +56,6 @@ to the client, so these should not be included in the file. The server does not add a Last-Modified header; it probably should.

    - -


    - -Home -Index + - diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html index ac522f549a..edf7ba1161 100644 --- a/docs/manual/mod/mod_auth.html +++ b/docs/manual/mod/mod_auth.html @@ -1,4 +1,3 @@ - @@ -6,21 +5,21 @@ - - + +

    Module mod_auth

    This module is contained in the mod_auth.c file, and is compiled in by default. It provides for user authentication using textual files. - +
  • AuthGroupFile
  • AuthUserFile

  • - +

    AuthGroupFile

    @@ -74,11 +73,7 @@ See also AuthName, AuthType and AuthGroupFile.

    - -


    -Home -Index - + - + diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index 2a299a1d7e..0518cfc68d 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -1,9 +1,10 @@ -4.1a Module mod_auth_anon.c +Module mod_auth_anon.c -

    4.1a Module mod_auth_anon.

    + +

    Module mod_auth_anon

    This module is contained in the mod_auth_anon.c file and is compiled in by default. It is only available in Apache 1.1 and @@ -187,6 +188,7 @@ http://me-www.jrc.it/~dirkx/mod_auth_anon.c. Please make sure that you always quote the version you use when filing a bug report.

    + diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html index 8c4faffd65..f9d45c5212 100644 --- a/docs/manual/mod/mod_auth_db.html +++ b/docs/manual/mod/mod_auth_db.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_auth_db

    This module is contained in the mod_auth_db.c file, and @@ -16,13 +14,13 @@ Berkeley DB files. It is an alternative to DBM files for those systems which support DB and not DBM. It is only available in Apache 1.1 and later. - +
  • AuthDBGroupFile
  • AuthDBUserFile

  • - +

    AuthDBGroupFile

    @@ -106,11 +104,7 @@ See also AuthName, AuthType and AuthDBGroupFile.

    - -


    -Home -Index - + - + diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html index e36fc12485..7a58c7fec1 100644 --- a/docs/manual/mod/mod_auth_dbm.html +++ b/docs/manual/mod/mod_auth_dbm.html @@ -1,4 +1,3 @@ - @@ -6,21 +5,21 @@ - - + +

    Module mod_auth_dbm

    This module is contained in the mod_auth_dbm.c file, and is not compiled in by default. It provides for user authentication using DBM files. See the DBM user documentation. - +
  • AuthDBMGroupFile
  • AuthDBMUserFile

  • - +

    AuthDbmGroupFile

    @@ -105,11 +104,7 @@ See also AuthName, AuthType and AuthDBMGroupFile.

    - -


    -Home -Index - + - + diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 960c89ca13..d28724c3ac 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -1,4 +1,3 @@ - @@ -6,9 +5,8 @@ - - -

    Module mod_dir

    + +

    Module mod_dir

    This module is contained in the mod_dir.c file, and is compiled in by default. It provides for directory indexing. @@ -28,7 +26,7 @@ icons to display for various file types; for each file listed, the first icon listed that matches the file is displayed. - +

    Directives

    @@ -45,7 +43,7 @@ first icon listed that matches the file is displayed.
  • ReadmeName

  • - +

    AddDescription

    @@ -299,11 +297,8 @@ it will include the plain text file /web/README, if it exists.

    See also HeaderName.

    - -


    -Home -Index + - + diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html index b48dfffe2b..25c030e4ad 100644 --- a/docs/manual/mod/mod_cern_meta.html +++ b/docs/manual/mod/mod_cern_meta.html @@ -1,11 +1,11 @@ -Apache module mod_cern_meta +Module mod_cern_meta - +

    Apache module mod_cern_meta

    This module is contained in the mod_cern_meta.c file, and @@ -66,11 +66,9 @@ DOCUMENT_ROOT/somedir/index.html to look in DOCUMENT_ROOT/somedir/.web/index.html.meta and will use its contents to generate additional MIME header information. -


    - -Home -Index +

    + diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 5bf6ea78c9..de47a80985 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -1,4 +1,4 @@ - + @@ -6,8 +6,8 @@ - - + +

    Module mod_cgi

    This module is contained in the mod_cgi.c file, and @@ -44,10 +44,8 @@ specification, with the following provisos:
    This will only be set if the CGI script is subject to authentication.

    - -


    -Home -Index + + - + diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html index 960c89ca13..d28724c3ac 100644 --- a/docs/manual/mod/mod_dir.html +++ b/docs/manual/mod/mod_dir.html @@ -1,4 +1,3 @@ - @@ -6,9 +5,8 @@ - - -

    Module mod_dir

    + +

    Module mod_dir

    This module is contained in the mod_dir.c file, and is compiled in by default. It provides for directory indexing. @@ -28,7 +26,7 @@ icons to display for various file types; for each file listed, the first icon listed that matches the file is displayed. - +

    Directives

    @@ -45,7 +43,7 @@ first icon listed that matches the file is displayed.
  • ReadmeName

  • - +

    AddDescription

    @@ -299,11 +297,8 @@ it will include the plain text file /web/README, if it exists.

    See also HeaderName.

    - -


    -Home -Index + - + diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 3e32d26080..7d779af73c 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -5,7 +5,7 @@ - +

    Apache module mod_env

    This module is contained in the mod_env.c file, and @@ -58,11 +58,9 @@ scripts. Example: SetEnv SPECIAL_PATH /foo/bin -


    - -Home -Index +

    + diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html index 195ae374b4..02b346e36f 100644 --- a/docs/manual/mod/mod_imap.html +++ b/docs/manual/mod/mod_imap.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_imap

    This module is contained in the mod_imap.c file, and @@ -274,11 +272,9 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?"
    <IMG ISMAP SRC="/images/imagemap1.gif">
    </A>

    - -


    -Home -Index + + - + diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 770a8e2521..b01b8985da 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_include

    This module is contained in the mod_include.c file, and @@ -166,14 +164,14 @@ current document.

    - +


    Directives


    - +

    XBitHack

    @@ -200,12 +198,8 @@ is sent. Setting this bit allows clients and proxies to cache the result of the request.

    - -


    - -Home -Index + - + diff --git a/docs/manual/mod/mod_info.html b/docs/manual/mod/mod_info.html index 6261f5f32b..fa98629087 100644 --- a/docs/manual/mod/mod_info.html +++ b/docs/manual/mod/mod_info.html @@ -5,7 +5,7 @@ - +

    Module mod_info

    This module is contained in the mod_info.c file. It @@ -34,11 +34,7 @@ access to your server configuration information.

    Once configured, the server information is obtained by accessing http://your.host.dom/server-info

    - -


    -Home -Index - + - + diff --git a/docs/manual/mod/mod_log_agent.html b/docs/manual/mod/mod_log_agent.html index 47de105b5a..5eb790c804 100644 --- a/docs/manual/mod/mod_log_agent.html +++ b/docs/manual/mod/mod_log_agent.html @@ -1,24 +1,22 @@ - -Apache module mod_log_agent +Module mod_log_agent - - +

    Module mod_log_agent

    This module is contained in the mod_log_agent.c file, and is not compiled in by default. It provides for logging of the client user agents. - +
    - +

    AgentLog

    @@ -43,12 +41,8 @@ run under the user who started httpd. This will be root if the server was started by root; be sure that the program is secure.

    This directive is provided for compatibility with NCSA 1.4.

    - -


    - -Home -Index + - + diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 6855ec5c61..a9d2e3d01c 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_log_config

    This module is contained in the mod_log_config.c file, and is not @@ -89,7 +87,7 @@ directive may well be a better way to handle this. Look for more changes to come to this format.

    - +

    Directives

    @@ -98,7 +96,7 @@ changes to come to this format.

  • TransferLog
    - +

    LogFormat

    @@ -134,11 +132,8 @@ the TransferLog from the main server. run under the user who started httpd. This will be root if the server was started by root; be sure that the program is secure.

    - -


    -Home -Index - + - + + diff --git a/docs/manual/mod/mod_log_referer.html b/docs/manual/mod/mod_log_referer.html index c16e60a0a6..a7a96ffe18 100644 --- a/docs/manual/mod/mod_log_referer.html +++ b/docs/manual/mod/mod_log_referer.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_log_referer

    This module is contained in the mod_log_referer.c file, and is not @@ -22,14 +20,14 @@ where uri is the (%-escaped) URI for the document that references the one requested by the client, and document is the (%-decoded) local URL to the document being referred to. - +

    Directives


    - +

    RefererIgnore

    @@ -70,11 +68,8 @@ run under the user who started httpd. This will be root if the server was started by root; be sure that the program is secure.

    This directive is provided for compatibility with NCSA 1.4.

    - -


    -Home -Index + - + diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index c3dc14af92..21888f7c5a 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_mime

    This module is contained in the mod_mime.c file, and is @@ -31,7 +29,7 @@ sets the language of the document, as defined by the enc directive sets the encoding of the document, as defined by the AddEncoding directive. - +

    Directives


    - +

    AddEncoding

    @@ -200,11 +198,8 @@ file contains lines in the format of the arguments to an AddType command:
    mime-type extension extension ...
    The extensions are lower-cased. Blank lines, and lines beginning with a hash character (`#') are ignored.

    - -


    -Home -Index + - + diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index 6b8ac6e7d5..8f341e6d72 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -1,4 +1,3 @@ - @@ -6,8 +5,7 @@ - - +

    Module mod_negotiation

    This module is contained in the mod_negotiation.c file, and @@ -83,14 +81,14 @@ one of them by name. It then chooses the best match to the client's requirements, and returns that document.

    - +

    Directives


    - +

    CacheNegotiatedDocs

    Syntax: CacheNegotiatedDocs
    @@ -106,7 +104,7 @@ proxy servers. This could mean that clients behind those proxys could retrieve versions of the documents that are not the best match for their abilities, but it will make caching more efficient.

    - +

    LanguagePriority

    Syntax: LanguagePriority mime-lang mime-lang...
    @@ -119,16 +117,14 @@ The LanguagePriority sets the precedence of language variants for the case where the client does not express a preference, when handling a MultiViews request. The list of mime-lang are in order of decreasing preference. Example: +
    LanguagePriority en fr de
    + For a request for foo.html, where foo.html.fr and foo.html.de both existed, but the browser did not express a language preference, then foo.html.fr would be returned.

    - -


    - -Home -Index + - + diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index b64dcd9c6d..6d9e4ee5e6 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -5,7 +5,7 @@ - +

    Apache module mod_proxy

    This module is contained in the mod_proxy.c file, and @@ -202,11 +202,7 @@ cached by the proxy server. Example: NoCache joes.garage.com some.host.co.uk wotsamattau.edu -


    - -Home -Index - + diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html index 34ce9b6cc9..6fd11dff31 100644 --- a/docs/manual/mod/mod_status.html +++ b/docs/manual/mod/mod_status.html @@ -1,10 +1,9 @@ -Apache Status Module +Apache module mod_status - -

    Apache Status Module

    -
    + +

    Module mod_status

    The Status Module is only available in Apache 1.1 and later.

    @@ -76,19 +75,14 @@ difference. If you do please contact mark@ukweb.com and tell me your configuration.

    + Do this by adding the following to the AUX_CFLAGS line in the "Configuration" file and then recompiling as usual.

     	AUX_CFLAGS= (something) -DSTATUS
     
    - - - -
    -Home -Index - + diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html index a1a517faff..2290e4de18 100644 --- a/docs/manual/mod/mod_userdir.html +++ b/docs/manual/mod/mod_userdir.html @@ -1,4 +1,3 @@ - @@ -6,19 +5,18 @@ - - +

    Module mod_userdir

    This module is contained in the mod_userdir.c file, and is compiled in by default. It provides for user-specific directories. - +
    - +

    UserDir

    @@ -44,11 +42,8 @@ The following directives will send redirects to the client: UserDir http://www.x.com/users -> http//www.x.com/users/bar/one/two.html UserDir http://www.x.com/*/y -> http://www.x.com/y/one/two.html - -
    -Home -Index + - + diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index c327020c8f..1d3de03057 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -1,4 +1,3 @@ - @@ -6,20 +5,18 @@ - - +

    Module mod_usertrack

    This module is contained in the mod_usertrack.c file, and is not compiled in by default. It provides for user tracking using cookies. There is no documentation available for this module. Mark is writing this. -
  • CookieLog

  • - +

    CookieLog

    @@ -31,11 +28,8 @@ There is no documentation available for this module. Mark is writing this. The CookieLog directive sets the filename for logging of cookies. The filename is relative to the ServerRoot.

    - -


    -Home -Index + - +