Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 21689 invoked by uid 6000); 28 Jan 1998 19:12:12 -0000 Received: (qmail 21682 invoked by alias); 28 Jan 1998 19:12:09 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 21679 invoked by uid 161); 28 Jan 1998 19:12:08 -0000 Date: 28 Jan 1998 19:12:08 -0000 Message-ID: <19980128191208.21678.qmail@hyperreal.org> From: coar@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/htdocs/manual/mod core.html mod_access.html mod_actions.html mod_alias.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_autoindex.html mod_browser.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_dll.html mod_env.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_mime_magic.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_setenvif.html mod_speling.html mod_userdir.html mod_usertrack.html Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org coar 98/01/28 11:12:07 Modified: htdocs/manual bind.html handler.html keepalive.html location.html multilogs.html htdocs/manual/mod core.html mod_access.html mod_actions.html mod_alias.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_autoindex.html mod_browser.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_dll.html mod_env.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_mime_magic.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_setenvif.html mod_speling.html mod_userdir.html mod_usertrack.html Log: As threatened. The directive attributes in the module documentation are now links back to a description of what the attributes mean. Revision Changes Path 1.11 +32 -8 apache-1.3/htdocs/manual/bind.html Index: bind.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/bind.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- bind.html 1998/01/26 16:53:27 1.10 +++ bind.html 1998/01/28 19:11:32 1.11 @@ -37,10 +37,22 @@

BindAddress

-Syntax: BindAddress [ * | IP-address | hostname ]
-Default: BindAddress *
-Context: server config
-Status: Core

+Syntax: BindAddress [ * | IP-address | hostname ]
+Default: BindAddress *
+Context: server config
+Status: Core

Makes the server listen to just the specified address. If the argument is *, the server listens to all addresses. The port listened to @@ -48,10 +60,22 @@ should be used.

Listen

-Syntax: Listen [ port | IP-address:port ]
-Default: none
-Context: server config
-Status: Core

+Syntax: Listen [ port | IP-address:port ]
+Default: none
+Context: server config
+Status: Core

Listen can be used instead of BindAddress and Port. It tells the server to accept incoming requests on the 1.11 +32 -8 apache-1.3/htdocs/manual/handler.html Index: handler.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/handler.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- handler.html 1998/01/26 16:53:30 1.10 +++ handler.html 1998/01/28 19:11:33 1.11 @@ -71,10 +71,22 @@

AddHandler

-Syntax: <AddHandler handler-name extension>
-Context: server config, virtual host, directory, .htaccess
-Status: Base
-Module: mod_mime +Syntax: <AddHandler handler-name extension>
+Context: server config, virtual host, directory, .htaccess
+Status: Base
+Module: mod_mime

AddHandler maps the filename extension extension to the handler handler-name. For example, to activate CGI scripts @@ -91,10 +103,22 @@

SetHandler

-Syntax: <SetHandler handler-name>
-Context: directory, .htaccess
-Status: Base
-Module: mod_mime +Syntax: <SetHandler handler-name>
+Context: directory, .htaccess
+Status: Base
+Module: mod_mime

When placed into an .htaccess file or a <Directory> or <Location> section, 1.9 +32 -8 apache-1.3/htdocs/manual/keepalive.html Index: keepalive.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/keepalive.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- keepalive.html 1998/01/26 16:53:32 1.8 +++ keepalive.html 1998/01/28 19:11:33 1.9 @@ -34,10 +34,22 @@ HREF="mod/core.html#keepalive">KeepAlive directive.

KeepAlive

-Syntax: KeepAlive max-requests
-Default: KeepAlive 5
-Context: server config
-Status: Core

+Syntax: KeepAlive max-requests
+Default: KeepAlive 5
+Context: server config
+Status: Core

This directive enables Keep-Alive support. Set max-requests to the maximum number of requests you want Apache to entertain per @@ -45,10 +57,22 @@ server resources. Set this to 0 to disable support.

KeepAliveTimeout

-Syntax: KeepAliveTimeout seconds
-Default: KeepAliveTimeout 15
-Context: server config
-Status: Core

+Syntax: KeepAliveTimeout seconds
+Default: KeepAliveTimeout 15
+Context: server config
+Status: Core

The number of seconds Apache will wait for a subsequent request before closing the connection. Once a request has been received, the timeout 1.9 +12 -3 apache-1.3/htdocs/manual/location.html Index: location.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/location.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- location.html 1998/01/26 16:53:32 1.8 +++ location.html 1998/01/28 19:11:34 1.9 @@ -17,9 +17,18 @@

The <Location> Directive

-Syntax: <Location URL prefix>
-Context: server config, virtual host
-Status: core
+Syntax: <Location URL prefix>
+Context: server config, virtual host
+Status: core

The <Location> directive provides for access control by URL. It is comparable to the -Syntax: CustomLog filename "format"
-Context: server config, virtual host
-Status: base
-Module: mod_log_config

+Syntax: CustomLog filename "format"
+Context: server config, virtual host
+Status: base
+Module: mod_log_config

The first argument is the filename to log to. This is used exactly like the argument to TransferLog, that is, 1.94 +1000 -250 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- core.html 1998/01/26 18:24:26 1.93 +++ core.html 1998/01/28 19:11:37 1.94 @@ -86,10 +86,22 @@

AccessConfig directive

-Syntax: AccessConfig filename
-Default: AccessConfig conf/access.conf
-Context: server config, virtual host
-Status: core

+Syntax: AccessConfig filename
+Default: AccessConfig conf/access.conf
+Context: server config, virtual host
+Status: core

The server will read this file for more directives after reading the ResourceConfig file. Filename is @@ -103,11 +115,26 @@

AccessFileName directive

-Syntax: AccessFileName filename filename ...
-Default: AccessFileName .htaccess
-Context: server config, virtual host
-Status: core
-Compatibility: AccessFileName can accept more than one filename only in Apache 1.3 and later

+Syntax: AccessFileName filename filename ...
+Default: AccessFileName .htaccess
+Context: server config, virtual host
+Status: core
+Compatibility: AccessFileName can accept more than one filename only in Apache 1.3 and later

When returning a document to the client the server looks for the first existing access control file from this list of names in every directory of the path to @@ -125,10 +152,22 @@

AddModule directive

-Syntax: AddModule module module ...
-Context: server config
-Status: core
-Compatibility: AddModule is only available in Apache 1.2 and later

+Syntax: AddModule module module ...
+Context: server config
+Status: core
+Compatibility: AddModule is only available in Apache 1.2 and later

The server can have modules compiled in which are not actively in use. This directive can be used to enable the use of those modules. The @@ -138,10 +177,22 @@

AllowOverride directive

-Syntax: AllowOverride override override ...
-Default: AllowOverride All
-Context: directory
-Status: core

+Syntax: AllowOverride override override ...
+Default: AllowOverride All
+Context: directory
+Status: core

When the server finds an .htaccess file (as specified by AccessFileName) it needs to know which @@ -200,10 +251,22 @@

AuthName directive

-Syntax: AuthName auth-domain
-Context: directory, .htaccess
-Override: AuthConfig
-Status: core

+Syntax: AuthName auth-domain
+Context: directory, .htaccess
+Override: AuthConfig
+Status: core

This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and @@ -215,10 +278,22 @@

AuthType directive

-Syntax: AuthType type
-Context: directory, .htaccess
-Override: AuthConfig
-Status: core

+Syntax: AuthType type
+Context: directory, .htaccess
+Override: AuthConfig
+Status: core

This directive selects the type of user authentication for a directory. Only Basic is currently implemented. @@ -230,10 +305,22 @@

BindAddress directive

-Syntax: BindAddress saddr
-Default: BindAddress *
-Context: server config
-Status: core

+Syntax: BindAddress saddr
+Default: BindAddress *
+Context: server config
+Status: core

A Unix® http server can either listen for connections to every IP address of the server machine, or just one IP address of the server @@ -267,10 +354,22 @@

ClearModuleList directive

-Syntax: ClearModuleList
-Context: server config
-Status: core
-Compatibility: ClearModuleList is only available in Apache 1.2 and later

+Syntax: ClearModuleList
+Context: server config
+Status: core
+Compatibility: ClearModuleList is only available in Apache 1.2 and later

The server comes with a built-in list of active modules. This directive clears the list. It is assumed that the list will then be @@ -278,12 +377,30 @@

ContentDigest directive

-Syntax: ContentDigest on|off
-Default: ContentDigest off
-Context: server config, virtual host, directory, .htaccess
-Override: AuthConfig
-Status: experimental

-Compatibility: ContentDigest is only available in Apache 1.1 and later

+Syntax: ContentDigest on|off
+Default: ContentDigest off
+Context: server config, virtual host, directory, .htaccess
+Override: AuthConfig
+Status: experimental

+Compatibility: ContentDigest is only available in Apache 1.1 and later

This directive enables the generation of Content-MD5 headers as defined in RFC1864 respectively RFC2068.

@@ -312,10 +429,22 @@

CoreDumpDirectory directive

-Syntax: CoreDumpDirectory directory
-Default: the same location as ServerRoot
-Context: server config
-Status: core

+Syntax: CoreDumpDirectory directory
+Default: the same location as ServerRoot
+Context: server config
+Status: core

This controls the directory to which Apache attempts to switch before dumping core. The default is in the ServerRoot @@ -326,11 +455,26 @@

DefaultType directive

-Syntax: DefaultType mime-type
-Default: DefaultType text/html
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: core

+Syntax: DefaultType mime-type
+Default: DefaultType text/html
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: core

There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.

@@ -344,9 +488,18 @@

<Directory> directive

-Syntax: <Directory directory> ... </Directory>
-Context: server config, virtual host
-Status: Core.

+Syntax: <Directory directory> ... </Directory>
+Context: server config, virtual host
+Status: Core.

<Directory> and </Directory> are used to enclose a group of directives which will apply only to the named directory and sub-directories @@ -459,10 +612,22 @@


<DirectoryMatch>

-Syntax: <DirectoryMatch regex> ... </DirectoryMatch>
-Context: server config, virtual host
-Status: Core.
-Compatibility: Available in Apache 1.3 and later +Syntax: <DirectoryMatch regex> ... </DirectoryMatch>
+Context: server config, virtual host
+Status: Core.
+Compatibility: Available in Apache 1.3 and later

<DirectoryMatch> and </DirectoryMatch> are used to enclose a group of directives which will apply only to the named directory and sub-directories @@ -488,11 +653,23 @@

DocumentRoot directive

-Syntax: DocumentRoot directory-filename
-Default: DocumentRoot +Syntax: DocumentRoot directory-filename
+Default: DocumentRoot /usr/local/apache/htdocs
-Context: server config, virtual host
-Status: core

+Context: server config, virtual host
+Status: core

This directive sets the directory from which httpd will serve files. Unless matched by a directive like Alias, the server appends the path @@ -510,11 +687,26 @@

ErrorDocument directive

-Syntax: ErrorDocument error-code document
-Context: server config, virtual host, directory, .htaccess
-Status: core
-Override: FileInfo
-Compatibility: The directory and .htaccess contexts +Syntax: ErrorDocument error-code document
+Context: server config, virtual host, directory, .htaccess
+Status: core
+Override: FileInfo
+Compatibility: The directory and .htaccess contexts are only available in Apache 1.1 and later.

In the event of a problem or error, Apache can be configured to do @@ -559,10 +751,22 @@

ErrorLog directive

-Syntax: ErrorLog filename
-Default: ErrorLog logs/error_log
-Context: server config, virtual host
-Status: core

+Syntax: ErrorLog filename
+Default: ErrorLog logs/error_log
+Context: server config, virtual host
+Status: core

The error log directive sets the name of the file to which the server will log any errors it encounters. If the filename does not begin with a slash (/) @@ -579,11 +783,23 @@


<Files> directive

-Syntax: <Files filename> +Syntax: <Files filename> ... </Files>
-Context: server config, virtual host, .htaccess
-Status: core
-Compatibility: only available in Apache +Context: server config, virtual host, .htaccess
+Status: core
+Compatibility: only available in Apache 1.2 and above.

The <Files> directive provides for access control by @@ -629,11 +845,23 @@


<FilesMatch>

-Syntax: <FilesMatch regex> +Syntax: <FilesMatch regex> ... </Files>
-Context: server config, virtual host, .htaccess
-Status: core
-Compatibility: only available in Apache +Context: server config, virtual host, .htaccess
+Status: core
+Compatibility: only available in Apache 1.3 and above.

The <FilesMatch> directive provides for access control by @@ -654,10 +882,22 @@

Group directive

-Syntax: Group unix-group
-Default: Group #-1
-Context: server config, virtual host
-Status: core

+Syntax: Group unix-group
+Default: Group #-1
+Context: server config, virtual host
+Status: core

The Group directive sets the group under which the server will answer requests. In order to use this directive, the stand-alone server must be run initially @@ -688,13 +928,31 @@

HostNameLookups directive

-Syntax: HostNameLookups on | off | double
-Default: HostNameLookups off
-Context: server config, virtual host, directory, .htaccess
-Status: core
-Compatibility: double available only in Apache +Syntax: HostNameLookups on | off | double
+Default: HostNameLookups off
+Context: server config, virtual host, directory, .htaccess
+Status: core
+Compatibility: double available only in Apache 1.3 and above.
-Compatibility: Default was on prior to Apache +Compatibility: Default was on prior to Apache 1.3.

This directive enables DNS lookups so that host names can be logged (and @@ -728,10 +986,22 @@

IdentityCheck directive

-Syntax: IdentityCheck boolean
-Default: IdentityCheck off
-Context: server config, virtual host, directory, .htaccess
-Status: core

+Syntax: IdentityCheck boolean
+Default: IdentityCheck off
+Context: server config, virtual host, directory, .htaccess
+Status: core

This directive enables RFC1413-compliant logging of the remote user name for each connection, where the client machine runs identd or something similar. @@ -749,12 +1019,27 @@


<IfModule> directive

-Syntax: <IfModule [!]module-name> ... +Syntax: <IfModule [!]module-name> ... </IfModule>
-Default: None
-Context: all
-Status: Core
-Compatibility: IfModule is only available in 1.2 and +Default: None
+Context: all
+Status: Core
+Compatibility: IfModule is only available in 1.2 and later.

@@ -790,9 +1075,18 @@

Include directive

Syntax: (Apache 1.2) Include filename
-Context: server config
-Status: Core
-Compatibility: Include is only available in Apache 1.3 and later. +Context: server config
+Status: Core
+Compatibility: Include is only available in Apache 1.3 and later.

This directive allows inclusion of other configuration files from within the server configuration files. @@ -803,9 +1097,18 @@ Default: (Apache 1.1) KeepAlive 5
Syntax: (Apache 1.2) KeepAlive on/off
Default: (Apache 1.2) KeepAlive On
-Context: server config
-Status: Core
-Compatibility: KeepAlive is only available in Apache +Context: server config
+Status: Core
+Compatibility: KeepAlive is only available in Apache 1.1 and later.

This directive enables @@ -822,11 +1125,26 @@ HREF="#maxkeepaliverequests">MaxKeepAliveRequests directive.


KeepAliveTimeout directive

-Syntax: KeepAliveTimeout seconds
-Default: KeepAliveTimeout 15
-Context: server config
-Status: Core
-Compatibility: KeepAliveTimeout is only available in Apache +Syntax: KeepAliveTimeout seconds
+Default: KeepAliveTimeout 15
+Context: server config
+Status: Core
+Compatibility: KeepAliveTimeout is only available in Apache 1.1 and later.

The number of seconds Apache will wait for a subsequent request before @@ -838,10 +1156,19 @@

<Limit> directive

-Syntax: +Syntax: <Limit method method ... > ... </Limit>
-Context: any
-Status: core

+Context: any
+Status: core

<Limit> and </Limit> are used to enclose a group of access control directives which will then apply only to the specified @@ -862,11 +1189,23 @@ <Limit> directive at all.


Listen directive

-Syntax: +Syntax: Listen [IP address:]port number
-Context: server config
-Status: core
-Compatibility: Listen is only available in Apache +Context: server config
+Status: core
+Compatibility: Listen is only available in Apache 1.1 and later.

The Listen directive instructs Apache to listen to more than one IP @@ -916,11 +1255,26 @@


ListenBacklog directive

-Syntax: ListenBacklog backlog
-Default: ListenBacklog 511
-Context: server config
-Status: Core
-Compatibility: ListenBacklog is only available in Apache +Syntax: ListenBacklog backlog
+Default: ListenBacklog 511
+Context: server config
+Status: Core
+Compatibility: ListenBacklog is only available in Apache versions after 1.2.0.

The maximum length of the queue of pending connections. Generally no @@ -930,11 +1284,23 @@

<Location> directive

-Syntax: <Location URL> +Syntax: <Location URL> ... </Location>
-Context: server config, virtual host
-Status: core
-Compatibility: Location is only available in Apache +Context: server config, virtual host
+Status: core
+Compatibility: Location is only available in Apache 1.1 and later.

The <Location> directive provides for access control by @@ -991,11 +1357,23 @@

<LocationMatch>

-Syntax: <LocationMatch regex> +Syntax: <LocationMatch regex> ... </LocationMatch>
-Context: server config, virtual host
-Status: core
-Compatibility: Location is only available in Apache +Context: server config, virtual host
+Status: core
+Compatibility: Location is only available in Apache 1.3 and later.

The <LocationMatch> directive provides for access control by @@ -1017,10 +1395,22 @@


LockFile directive

-Syntax: LockFile filename
-Default: LockFile logs/accept.lock
-Context: server config
-Status: core

+Syntax: LockFile filename
+Default: LockFile logs/accept.lock
+Context: server config
+Status: core

The LockFile directive sets the path to the lockfile used when Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or @@ -1040,21 +1430,48 @@

MaxClients directive

-Syntax: MaxClients number
-Default: MaxClients 256
-Context: server config
-Status: core

+Syntax: MaxClients number
+Default: MaxClients 256
+Context: server config
+Status: core

The MaxClients directive sets the limit on the number of simultaneous requests that can be supported; not more than this number of child server processes will be created.


MaxKeepAliveRequests directive

-Syntax: MaxKeepAliveRequests number
-Default: MaxKeepAliveRequests 100
-Context: server config
-Status: core
-Compatibility: Only available in Apache +Syntax: MaxKeepAliveRequests number
+Default: MaxKeepAliveRequests 100
+Context: server config
+Status: core
+Compatibility: Only available in Apache 1.2 and later.

The MaxKeepAliveRequests directive limits the number of requests @@ -1065,10 +1482,22 @@

MaxRequestsPerChild directive

-Syntax: MaxRequestsPerChild number
-Default: MaxRequestsPerChild 0
-Context: server config
-Status: core

+Syntax: MaxRequestsPerChild number
+Default: MaxRequestsPerChild 0
+Context: server config
+Status: core

The MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will handle. After MaxRequestsPerChild @@ -1085,10 +1514,22 @@

MaxSpareServers directive

-Syntax: MaxSpareServers number
-Default: MaxSpareServers 10
-Context: server config
-Status: core

+Syntax: MaxSpareServers number
+Default: MaxSpareServers 10
+Context: server config
+Status: core

The MaxSpareServers directive sets the desired maximum number of idle child server processes. An idle process is one which is not handling @@ -1103,10 +1544,22 @@

MinSpareServers directive

-Syntax: MinSpareServers number
-Default: MinSpareServers 5
-Context: server config
-Status: core

+Syntax: MinSpareServers number
+Default: MinSpareServers 5
+Context: server config
+Status: core

The MinSpareServers directive sets the desired minimum number of idle child server processes. An idle process is one which is not handling @@ -1121,10 +1574,22 @@

NameVirtualHost directive

-Syntax: NameVirtualHost addr[:port]
-Context: server config
-Status: core

-Compatibility: NameVirtualHost is only available in Apache 1.3 and later

+Syntax: NameVirtualHost addr[:port]
+Context: server config
+Status: core

+Compatibility: NameVirtualHost is only available in Apache 1.3 and later

The NameVirtualHost directive is a required directive if you want to configure name-based virtual hosts.

@@ -1149,10 +1614,22 @@

Options directive

-Syntax: Options [+|-]option [+|-]option ...
-Context: server config, virtual host, directory, .htaccess
-Override: Options
-Status: core

+Syntax: Options [+|-]option [+|-]option ...
+Context: server config, virtual host, directory, .htaccess
+Override: Options
+Status: core

The Options directive controls which server features are available in a particular directory. @@ -1236,10 +1713,22 @@

PidFile directive

-Syntax: PidFile filename
-Default: PidFile logs/httpd.pid
-Context: server config
-Status: core

+Syntax: PidFile filename
+Default: PidFile logs/httpd.pid
+Context: server config
+Status: core

The PidFile directive sets the file to which the server records the process id of the daemon. If the filename does not begin with a slash (/) @@ -1258,10 +1747,22 @@

Port directive

-Syntax: Port number
-Default: Port 80
-Context: server config
-Status: core

+Syntax: Port number
+Default: Port 80
+Context: server config
+Status: core

Number is a number from 0 to 65535; some port numbers (especially below 1024) are reserved for particular protocols. See /etc/services @@ -1316,10 +1817,22 @@

require directive

-Syntax: require entity-name entity entity...
-Context: directory, .htaccess
-Override: AuthConfig
-Status: core

+Syntax: require entity-name entity entity...
+Context: directory, .htaccess
+Override: AuthConfig
+Status: core

This directive selects which authenticated users can access a directory. The allowed syntaxes are: @@ -1353,10 +1866,22 @@

ResourceConfig directive

-Syntax: ResourceConfig filename
-Default: ResourceConfig conf/srm.conf
-Context: server config, virtual host
-Status: core

+Syntax: ResourceConfig filename
+Default: ResourceConfig conf/srm.conf
+Context: server config, virtual host
+Status: core

The server will read this file for more directives after reading the httpd.conf file. Filename is relative to the @@ -1372,11 +1897,26 @@

RLimitCPU directive

-Syntax: RLimitCPU # or 'max' [# or 'max']
-Default: Unset; uses operating system defaults
-Context: server config, virtual host
-Status: core
-Compatibility: RLimitCPU is only available in Apache 1.2 and later

+Syntax: RLimitCPU # or 'max' [# or 'max']
+Default: Unset; uses operating system defaults
+Context: server config, virtual host
+Status: core
+Compatibility: RLimitCPU is only available in Apache 1.2 and later

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter @@ -1391,11 +1931,26 @@

RLimitMEM directive

-Syntax: RLimitMEM # or 'max' [# or 'max']
-Default: Unset; uses operating system defaults
-Context: server config, virtual host
-Status: core
-Compatibility: RLimitMEM is only available in Apache 1.2 and later

+Syntax: RLimitMEM # or 'max' [# or 'max']
+Default: Unset; uses operating system defaults
+Context: server config, virtual host
+Status: core
+Compatibility: RLimitMEM is only available in Apache 1.2 and later

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter @@ -1410,11 +1965,26 @@

RLimitNPROC directive

-Syntax: RLimitNPROC # or 'max' [# or 'max']
-Default: Unset; uses operating system defaults
-Context: server config, virtual host
-Status: core
-Compatibility: RLimitNPROC is only available in Apache 1.2 and later

+Syntax: RLimitNPROC # or 'max' [# or 'max']
+Default: Unset; uses operating system defaults
+Context: server config, virtual host
+Status: core
+Compatibility: RLimitNPROC is only available in Apache 1.2 and later

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter @@ -1436,11 +2006,26 @@

Satisfy directive

-Syntax: Satisfy 'any' or 'all'
-Default: Satisfy all
-Context: directory, .htaccess
-Status: core
-Compatibility: Satisfy is only available in Apache 1.2 and later

+Syntax: Satisfy 'any' or 'all'
+Default: Satisfy all
+Context: directory, .htaccess
+Status: core
+Compatibility: Satisfy is only available in Apache 1.2 and later

Access policy if both allow and require used. The parameter can be either 'all' or 'any'. This directive is only useful @@ -1458,10 +2043,22 @@

ScoreBoardFile directive

-Syntax: ScoreBoardFile filename
-Default: ScoreBoardFile logs/apache_status
-Context: server config
-Status: core

+Syntax: ScoreBoardFile filename
+Default: ScoreBoardFile logs/apache_status
+Context: server config
+Status: core

The ScoreBoardFile directive is required on some architectures to place a file that the server will use to communicate between its children and @@ -1497,9 +2094,18 @@

SendBufferSize directive

-Syntax: SendBufferSize bytes
-Context: server config
-Status: core

+Syntax: SendBufferSize bytes
+Context: server config
+Status: core

The server will set the TCP buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high @@ -1509,9 +2115,18 @@

ServerAdmin directive

-Syntax: ServerAdmin email-address
-Context: server config, virtual host
-Status: core

+Syntax: ServerAdmin email-address
+Context: server config, virtual host
+Status: core

The ServerAdmin sets the e-mail address that the server includes in any error messages it returns to the client.

@@ -1522,10 +2137,22 @@

ServerAlias directive

-Syntax: ServerAlias host1 host2 ...
-Context: virtual host
-Status: core
-Compatibility: ServerAlias is only available in Apache +Syntax: ServerAlias host1 host2 ...
+Context: virtual host
+Status: core
+Compatibility: ServerAlias is only available in Apache 1.1 and later.

The ServerAlias directive sets the alternate names for a host, for use @@ -1539,9 +2166,18 @@

ServerName directive

-Syntax: ServerName fully-qualified domain name
-Context: server config, virtual host
-Status: core

+Syntax: ServerName fully-qualified domain name
+Context: server config, virtual host
+Status: core

The ServerName directive sets the hostname of the server; this is only used when creating redirection URLs. If it is not specified, then the @@ -1556,10 +2192,22 @@

ServerPath directive

-Syntax: ServerPath pathname
-Context: virtual host
-Status: core
-Compatibility: ServerPath is only available in Apache +Syntax: ServerPath pathname
+Context: virtual host
+Status: core
+Compatibility: ServerPath is only available in Apache 1.1 and later.

The ServerPath directive sets the legacy URL pathname for a host, for @@ -1572,10 +2220,22 @@

ServerRoot directive

-Syntax: ServerRoot directory-filename
-Default: ServerRoot /usr/local/apache
-Context: server config
-Status: core

+Syntax: ServerRoot directory-filename
+Default: ServerRoot /usr/local/apache
+Context: server config
+Status: core

The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/ and @@ -1590,11 +2250,26 @@

ServerSignature directive

-Syntax: ServerSignature Off | On | EMail
-Default: ServerSignature Off
-Context: directory, .htaccess
-Status: core

-Compatibility: ServerSignature is only available in Apache +Syntax: ServerSignature Off | On | EMail
+Default: ServerSignature Off
+Context: directory, .htaccess
+Status: core

+Compatibility: ServerSignature is only available in Apache 1.3 and later.

The ServerSignature directive allows the configuration of a trailing @@ -1616,10 +2291,22 @@

ServerType directive

-Syntax: ServerType type
-Default: ServerType standalone
-Context: server config
-Status: core

+Syntax: ServerType type
+Default: ServerType standalone
+Context: server config
+Status: core

The ServerType directive sets how the server is executed by the system. Type is one of @@ -1648,10 +2335,22 @@

StartServers directive

-Syntax: StartServers number
-Default: StartServers 5
-Context: server config
-Status: core

+Syntax: StartServers number
+Default: StartServers 5
+Context: server config
+Status: core

The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending @@ -1666,10 +2365,22 @@ MaxSpareServers.


ThreadsPerChild

-Syntax: ThreadsPerChild number
-Default: ThreadsPerChild 50
-Context: server config
-Status: core (Windows)
+Syntax: ThreadsPerChild number
+Default: ThreadsPerChild 50
+Context: server config
+Status: core (Windows)
Compatbility: Available only with Apache 1.3 and later with Windows @@ -1685,10 +2396,22 @@

TimeOut directive

-Syntax: TimeOut number
-Default: TimeOut 300
-Context: server config
-Status: core

+Syntax: TimeOut number
+Default: TimeOut 300
+Context: server config
+Status: core

The TimeOut directive currently defines the amount of time Apache will wait for three things: @@ -1712,10 +2435,22 @@

User directive

-Syntax: User unix-userid
-Default: User #-1
-Context: server config, virtual host
-Status: core

+Syntax: User unix-userid
+Default: User #-1
+Context: server config, virtual host
+Status: core

The User directive sets the userid as which the server will answer requests. In order to use this directive, the standalone server must be run initially @@ -1751,13 +2486,28 @@

<VirtualHost> directive

-Syntax: <VirtualHost addr[:port] ...> ... +Syntax: <VirtualHost addr[:port] ...> ... </VirtualHost>
-Context: server config
-Status: Core.
-Compatibility: Non-IP address-based Virtual Hosting only +Context: server config
+Status: Core.
+Compatibility: Non-IP address-based Virtual Hosting only available in Apache 1.1 and later.
-Compatibility: Multiple address support only available in +Compatibility: Multiple address support only available in Apache 1.2 and later.

<VirtualHost> and </VirtualHost> are used to enclose a group of 1.14 +104 -26 apache-1.3/htdocs/manual/mod/mod_access.html Index: mod_access.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mod_access.html 1998/01/26 16:54:03 1.13 +++ mod_access.html 1998/01/28 19:11:38 1.14 @@ -34,11 +34,26 @@

allow directive

-Syntax: allow from host host ...
-Context: directory, .htaccess
-Override: Limit
-Status: Base
-Module: mod_access +Syntax: allow from host host ...
+Context: directory, .htaccess
+Override: Limit
+Status: Base
+Module: mod_access

The allow directive affects which hosts can access a given directory. @@ -78,11 +93,26 @@

Syntax: allow from env=variablename
-Context: directory, .htaccess
-Override: Limit
-Status: Base
-Module: mod_access
-Compatibility: Apache 1.2 and above +Context: directory, .htaccess
+Override: Limit
+Status: Base
+Module: mod_access
+Compatibility: Apache 1.2 and above

The allow from env directive controls access to a directory by the @@ -110,11 +140,26 @@

deny directive

-Syntax: deny from host host ...
-Context: directory, .htaccess
-Override: Limit
-Status: Base
-Module: mod_access +Syntax: deny from host host ...
+Context: directory, .htaccess
+Override: Limit
+Status: Base
+Module: mod_access

The deny directive affects which hosts can access a given directory. @@ -153,11 +198,26 @@

Syntax: deny from env=variablename
-Context: directory, .htaccess
-Override: Limit
-Status: Base
-Module: mod_access
-Compatibility: Apache 1.2 and above +Context: directory, .htaccess
+Override: Limit
+Status: Base
+Module: mod_access
+Compatibility: Apache 1.2 and above

The deny from env directive controls access to a directory by the @@ -186,12 +246,30 @@

order directive

-Syntax: order ordering
-Default: order deny,allow
-Context: directory, .htaccess
-Override: Limit
-Status: Base
-Module: mod_access +Syntax: order ordering
+Default: order deny,allow
+Context: directory, .htaccess
+Override: Limit
+Status: Base
+Module: mod_access

The order directive controls the order in which allow and 1.7 +44 -11 apache-1.3/htdocs/manual/mod/mod_actions.html Index: mod_actions.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_actions.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_actions.html 1998/01/26 16:54:04 1.6 +++ mod_actions.html 1998/01/28 19:11:39 1.7 @@ -36,12 +36,30 @@

Action directive

-Syntax: Action mime-type cgi-script
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: Base
-Module: mod_actions
-Compatibility: Action is only available in Apache 1.1 +Syntax: Action mime-type cgi-script
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: Base
+Module: mod_actions
+Compatibility: Action is only available in Apache 1.1 and later

@@ -54,11 +72,26 @@

Script directive

-Syntax: Script method cgi-script
-Context: server config, virtual host, directory
-Status: Base
-Module: mod_actions
-Compatibility: Script is only available in Apache 1.1 +Syntax: Script method cgi-script
+Context: server config, virtual host, directory
+Status: Base
+Module: mod_actions
+Compatibility: Script is only available in Apache 1.1 and later

1.17 +152 -38 apache-1.3/htdocs/manual/mod/mod_alias.html Index: mod_alias.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_alias.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_alias.html 1998/01/26 16:54:04 1.16 +++ mod_alias.html 1998/01/28 19:11:39 1.17 @@ -38,10 +38,22 @@

Alias directive

-Syntax: Alias url-path directory-filename
-Context: server config, virtual host
-Status: Base
-Module: mod_alias +Syntax: Alias url-path directory-filename
+Context: server config, virtual host
+Status: Base
+Module: mod_alias

The Alias directive allows documents to be stored in the local filesystem @@ -69,11 +81,26 @@

AliasMatch

-Syntax: AliasMatch regex directory-filename
-Context: server config, virtual host
-Status: Base
-Module: mod_alias
-Compatibility: Available in Apache 1.3 and later +Syntax: AliasMatch regex directory-filename
+Context: server config, virtual host
+Status: Base
+Module: mod_alias
+Compatibility: Available in Apache 1.3 and later

This directive is equivalent to Alias, but @@ -92,11 +119,26 @@

Redirect directive

-Syntax: Redirect [ status ] url-path url
-Context: server config, virtual host, directory, .htaccess
-Status: Base
-Module: mod_alias
-Compatibility: The directory and .htaccess context's +Syntax: Redirect [ status ] url-path url
+Context: server config, virtual host, directory, .htaccess
+Status: Base
+Module: mod_alias
+Compatibility: The directory and .htaccess context's are only available in versions 1.1 and later. The status argument is only available in Apache 1.2 or later.

@@ -155,11 +197,26 @@

RedirectMatch

-Syntax: RedirectMatch [status regex url
-Context: server config, virtual host
-Status: Base
-Module: mod_alias
-Compatibility: Available in Apache 1.3 and later +Syntax: RedirectMatch [status regex url
+Context: server config, virtual host
+Status: Base
+Module: mod_alias
+Compatibility: Available in Apache 1.3 and later

This directive is equivalent to Redirect, but @@ -179,11 +236,26 @@

RedirectTemp directive

-Syntax: RedirectTemp url-path url
-Context: server config, virtual host, directory, .htaccess
-Status: Base
-Module: mod_alias
-Compatibility: This directive is only available in 1.2 +Syntax: RedirectTemp url-path url
+Context: server config, virtual host, directory, .htaccess
+Status: Base
+Module: mod_alias
+Compatibility: This directive is only available in 1.2

This directive makes the client know that the Redirect is only @@ -195,11 +267,26 @@

RedirectPermanent directive

-Syntax: RedirectPermanent url-path url
-Context: server config, virtual host, directory, .htaccess
-Status: Base
-Module: mod_alias
-Compatibility: This directive is only available in 1.2 +Syntax: RedirectPermanent url-path url
+Context: server config, virtual host, directory, .htaccess
+Status: Base
+Module: mod_alias
+Compatibility: This directive is only available in 1.2

This directive makes the client know that the Redirect is permanent @@ -210,10 +297,22 @@

ScriptAlias directive

-Syntax: ScriptAlias url-path directory-filename
-Context: server config, virtual host
-Status: Base
-Module: mod_alias +Syntax: ScriptAlias url-path directory-filename
+Context: server config, virtual host
+Status: Base
+Module: mod_alias

The ScriptAlias directive has the same behavior as the @@ -234,11 +333,26 @@

ScriptAliasMatch

-Syntax: ScriptAliasMatch regex directory-filename
-Context: server config, virtual host
-Status: Base
-Module: mod_alias
-Compatibility: Available in Apache 1.3 and later +Syntax: ScriptAliasMatch regex directory-filename
+Context: server config, virtual host
+Status: Base
+Module: mod_alias
+Compatibility: Available in Apache 1.3 and later

This directive is equivalent to ScriptAlias, but 1.12 +64 -16 apache-1.3/htdocs/manual/mod/mod_auth.html Index: mod_auth.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mod_auth.html 1998/01/26 16:54:05 1.11 +++ mod_auth.html 1998/01/28 19:11:40 1.12 @@ -31,11 +31,26 @@

AuthGroupFile

-Syntax: AuthGroupFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_auth

+Syntax: AuthGroupFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_auth

The AuthGroupFile directive sets the name of a textual file containing the list of user groups for user authentication. Filename is the path @@ -59,11 +74,26 @@

AuthUserFile

-Syntax: AuthUserFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_auth

+Syntax: AuthUserFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_auth

The AuthUserFile directive sets the name of a textual file containing the list of users and passwords for user @@ -89,11 +119,26 @@


AuthAuthoritative

-Syntax: AuthAuthoritative < on(default) | off >
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_auth

+Syntax: AuthAuthoritative < on(default) | off >
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_auth

Setting the AuthAuthoritative directive explicitly to 'off' allows for both authentication and authorization to be passed on to @@ -124,7 +169,10 @@

-Default: By default; control is not passed on; and an unknown +Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not setting it thus keeps the system secure; and forces an NSCA compliant behaviour. 1.17 +144 -36 apache-1.3/htdocs/manual/mod/mod_auth_anon.html Index: mod_auth_anon.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_anon.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_auth_anon.html 1998/01/26 16:54:06 1.16 +++ mod_auth_anon.html 1998/01/28 19:11:40 1.17 @@ -54,12 +54,30 @@

Anonymous directive

-Syntax: Anonymous user user ...
-Default: none
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous user user ...
+Default: none
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

A list of one or more 'magic' userIDs which are allowed access without password verification. The userIDs are space separated. @@ -81,12 +99,30 @@


Anonymous_Authoritative directive

-Syntax: Anonymous_Authoritative on | off
-Default: Anonymous_Authoritative off
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous_Authoritative on | off
+Default: Anonymous_Authoritative off
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

When set 'on', there is no fall-through to other authorization methods. So if a @@ -100,12 +136,30 @@


Anonymous_LogEmail directive

-Syntax: Anonymous_LogEmail on | off
-Default: Anonymous_LogEmail on
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous_LogEmail on | off
+Default: Anonymous_LogEmail on
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

When set 'on', the default, the 'password' entered (which hopefully contains a sensible email address) is logged in the httpd-log file. @@ -113,24 +167,60 @@

Anonymous_MustGiveEmail directive

-Syntax: Anonymous_MustGiveEmail on | off
-Default: Anonymous_MustGiveEmail on
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous_MustGiveEmail on | off
+Default: Anonymous_MustGiveEmail on
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

Specifies whether the user must specify an email address as the password. This prohibits blank passwords.


Anonymous_NoUserID directive

-Syntax: Anonymous_NoUserID on | off
-Default: Anonymous_NoUserID off
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous_NoUserID on | off
+Default: Anonymous_NoUserID off
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

When set 'on', users can leave the userID (and perhaps the password field) empty. This @@ -141,12 +231,30 @@


Anonymous_VerifyEmail directive

-Syntax: Anonymous_VerifyEmail on | off
-Default: Anonymous_VerifyEmail off
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_anon

+Syntax: Anonymous_VerifyEmail on | off
+Default: Anonymous_VerifyEmail off
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_anon

When set 'on' the 'password' entered is checked for at least one '@' and a '.' to encourage users to enter 1.11 +64 -16 apache-1.3/htdocs/manual/mod/mod_auth_db.html Index: mod_auth_db.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_db.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mod_auth_db.html 1998/01/26 16:54:06 1.10 +++ mod_auth_db.html 1998/01/28 19:11:41 1.11 @@ -32,11 +32,26 @@

AuthDBGroupFile

-Syntax: AuthDBGroupFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_db

+Syntax: AuthDBGroupFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_db

The AuthDBGroupFile directive sets the name of a DB file containing the list of user groups for user authentication. Filename is the absolute path @@ -80,11 +95,26 @@

AuthDBUserFile

-Syntax: AuthDBUserFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_db

+Syntax: AuthDBUserFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_db

The AuthDBUserFile directive sets the name of a DB file containing the list of users and passwords for user authentication. Filename is the @@ -114,11 +144,26 @@


AuthDBAuthoritative

-Syntax: AuthDBAuthoritative < on(default) | off >
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_auth

+Syntax: AuthDBAuthoritative < on(default) | off >
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_auth

Setting the AuthDBAuthoritative directive explicitly to 'off' allows for both authentication and authorization to be passed on @@ -139,7 +184,10 @@ checking; a few (administrator) related accesses fall through to a lower level with a well protected .htpasswd file.

-Default: By default; control is not passed on; and an unknown +Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not setting it thus keeps the system secure; and forces an NSCA compliant behaviour.

1.13 +64 -16 apache-1.3/htdocs/manual/mod/mod_auth_dbm.html Index: mod_auth_dbm.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_dbm.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mod_auth_dbm.html 1998/01/26 16:54:07 1.12 +++ mod_auth_dbm.html 1998/01/28 19:11:42 1.13 @@ -31,11 +31,26 @@

AuthDbmGroupFile

-Syntax: AuthDBMGroupFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_dbm

+Syntax: AuthDBMGroupFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_dbm

The AuthDBMGroupFile directive sets the name of a DBM file containing the list of user groups for user authentication. Filename is the absolute path @@ -80,11 +95,26 @@

AuthDBMUserFile

-Syntax: AuthDBMUserFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Extension
-Module: mod_auth_dbm

+Syntax: AuthDBMUserFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Extension
+Module: mod_auth_dbm

The AuthDBMUserFile directive sets the name of a DBM file containing the list of users and passwords for user authentication. Filename is the @@ -115,11 +145,26 @@


AuthDBMAuthoritative

-Syntax: AuthDBMAuthoritative < on(default) | off >
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_auth

+Syntax: AuthDBMAuthoritative < on(default) | off >
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_auth

Setting the AuthDBMAuthoritative directive explicitly to 'off' allows for both authentication and authorization to be passed on @@ -140,7 +185,10 @@ checking; a few (administrator) related accesses fall through to a lower level with a well protected .htpasswd file.

-Default: By default; control is not passed on; and an unknown +Default: By default; control is not passed on; and an unknown userID or rule will result in an Authorization Required reply. Not setting it thus keeps the system secure; and forces an NSCA compliant behaviour.

1.16 +260 -65 apache-1.3/htdocs/manual/mod/mod_autoindex.html Index: mod_autoindex.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- mod_autoindex.html 1998/01/26 16:54:07 1.15 +++ mod_autoindex.html 1998/01/28 19:11:42 1.16 @@ -80,11 +80,26 @@

AddAlt

-Syntax: AddAlt string file file...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: AddAlt string file file...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. File is a file @@ -96,12 +111,27 @@


AddAltByEncoding

-Syntax: AddAltByEncoding string MIME-encoding +Syntax: AddAltByEncoding string MIME-encoding MIME-encoding...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a @@ -113,11 +143,26 @@


AddAltByType

-Syntax: AddAltByType string MIME-type MIME-type...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: AddAltByType string MIME-type MIME-type...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-type is a @@ -130,11 +175,26 @@

AddDescription

-Syntax: AddDescription string file file...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: AddDescription string file file...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the description to display for a file, for FancyIndexing. File is a file @@ -146,11 +206,26 @@

AddIcon

-Syntax: AddIcon icon name name ...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: AddIcon icon name name ...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the icon to display next to a file ending in name for FancyIndexing. Icon is either a @@ -171,12 +246,27 @@

AddIconByEncoding

-Syntax: AddIconByEncoding icon mime-encoding mime-encoding +Syntax: AddIconByEncoding icon mime-encoding mime-encoding ...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the icon to display next to files with mime-encoding for FancyIndexing. @@ -192,11 +282,26 @@

AddIconByType

-Syntax: AddIconByType icon mime-type mime-type ...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: AddIconByType icon mime-type mime-type ...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

This sets the icon to display next to files of type mime-type for FancyIndexing. Icon is either a @@ -211,11 +316,26 @@

DefaultIcon

-Syntax: DefaultIcon url
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: DefaultIcon url
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. @@ -226,11 +346,26 @@

FancyIndexing

-Syntax: FancyIndexing boolean
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex +Syntax: FancyIndexing boolean
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The FancyIndexing directive sets the FancyIndexing option for a directory. Boolean can be on or off. The @@ -247,11 +382,26 @@

HeaderName

-Syntax: HeaderName filename
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: HeaderName filename
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The HeaderName directive sets the name of the file that will be inserted at the top of the index listing. Filename is the name of the file @@ -268,11 +418,26 @@

IndexIgnore

-Syntax: IndexIgnore file file ...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: IndexIgnore file file ...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The IndexIgnore directive adds to the list of files to hide when listing a directory. File is a file extension, partial filename, @@ -285,11 +450,26 @@

IndexOptions

-Syntax: IndexOptions option option ...
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: IndexOptions option option ...
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The IndexOptions directive specifies the behavior of the directory indexing. Option can be one of @@ -385,11 +565,26 @@

ReadmeName

-Syntax: ReadmeName filename
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_autoindex

+Syntax: ReadmeName filename
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_autoindex

The ReadmeName directive sets the name of the file that will be appended to the end of the index listing. Filename is the name of the file 1.13 +40 -10 apache-1.3/htdocs/manual/mod/mod_browser.html Index: mod_browser.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_browser.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mod_browser.html 1998/01/26 16:54:08 1.12 +++ mod_browser.html 1998/01/28 19:11:43 1.13 @@ -39,11 +39,26 @@


BrowserMatch

-Syntax: BrowserMatch regex attr1 attr2...
-Context: server config
-Status: base
-Module: mod_browser
-Compatibility: Apache 1.2 and above

+Syntax: BrowserMatch regex attr1 attr2...
+Context: server config
+Status: base
+Module: mod_browser
+Compatibility: Apache 1.2 and above

The BrowserMatch directive defines environment variables based on the User-Agent @@ -66,11 +81,26 @@

BrowserMatchNoCase

-Syntax: BrowserMatchNoCase regex attr1 attr2...
-Context: server config
-Status: base
-Module: mod_browser
-Compatibility: Apache 1.2 and above +Syntax: BrowserMatchNoCase regex attr1 attr2...
+Context: server config
+Status: base
+Module: mod_browser
+Compatibility: Apache 1.2 and above

The BrowserMatchNoCase directive is semantically identical to the BrowserMatch 1.10 +64 -16 apache-1.3/htdocs/manual/mod/mod_cern_meta.html Index: mod_cern_meta.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cern_meta.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_cern_meta.html 1998/01/26 16:54:08 1.9 +++ mod_cern_meta.html 1998/01/28 19:11:43 1.10 @@ -44,24 +44,57 @@


MetaFiles

-Syntax: MetaFiles on/off
-Default: MetaFiles off
-Context: per-directory config
-Status: Base
-Module: mod_cern_meta
-Compatibility: MetaFiles is only available in Apache 1.3 +Syntax: MetaFiles on/off
+Default: MetaFiles off
+Context: per-directory config
+Status: Base
+Module: mod_cern_meta
+Compatibility: MetaFiles is only available in Apache 1.3 and later.

Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3.

MetaDir

-Syntax: MetaDir directory name
-Default: MetaDir .web
+Syntax: MetaDir directory name
+Default: MetaDir .web
Context: (Apache prior to 1.3) server config
Context: (Apache 1.3) per-directory config
-Status: Base
-Module: mod_cern_meta
-Compatibility: MetaDir is only available in Apache 1.1 +Status: Base
+Module: mod_cern_meta
+Compatibility: MetaDir is only available in Apache 1.1 and later.

Specifies the name of the directory in which Apache can find @@ -71,13 +104,28 @@ file.

MetaSuffix

-Syntax: MetaSuffix suffix
-Default: MetaSuffix .meta
+Syntax: MetaSuffix suffix
+Default: MetaSuffix .meta
Context: (Apache prior to 1.3) server config
Context: (Apache 1.3) per-directory config
-Status: Base
-Module: mod_cern_meta
-Compatibility: MetaSuffix is only available in Apache 1.1 +Status: Base
+Module: mod_cern_meta
+Compatibility: MetaSuffix is only available in Apache 1.1 and later.

Specifies the file name suffix for the file containing the 1.13 +48 -12 apache-1.3/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cgi.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mod_cgi.html 1998/01/26 16:54:08 1.12 +++ mod_cgi.html 1998/01/28 19:11:44 1.13 @@ -115,10 +115,22 @@

ScriptLog

-Syntax: ScriptLog filename
-Default: none
-Context: resource config
-Status: mod_cgi +Syntax: ScriptLog filename
+Default: none
+Context: resource config
+Status: mod_cgi

The ScriptLog directive sets the CGI script error logfile. @@ -143,10 +155,22 @@

ScriptLogLength

-Syntax: ScriptLogLength size
-Default: 10385760
-Context: resource config
-Status: mod_cgi +Syntax: ScriptLogLength size
+Default: 10385760
+Context: resource config
+Status: mod_cgi

ScriptLogLength can be used to limit the size of the CGI @@ -158,10 +182,22 @@

ScriptLogBuffer

-Syntax: ScriptLogBuffer size
-Default: 1024
-Context: resource config
-Status: mod_cgi +Syntax: ScriptLogBuffer size
+Default: 1024
+Context: resource config
+Status: mod_cgi

The size of any PUT or POST entity body that is logged to the file is 1.8 +16 -4 apache-1.3/htdocs/manual/mod/mod_cookies.html Index: mod_cookies.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cookies.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_cookies.html 1998/01/26 16:54:09 1.7 +++ mod_cookies.html 1998/01/28 19:11:44 1.8 @@ -32,10 +32,22 @@

CookieLog

-Syntax: CookieLog filename
-Context: server config, virtual host
-Status: Experimental
-Module: mod_cookies

+Syntax: CookieLog filename
+Context: server config, virtual host
+Status: Experimental
+Module: mod_cookies

The CookieLog directive sets the filename for logging of cookies. The filename is relative to the ServerRoot. 1.8 +20 -5 apache-1.3/htdocs/manual/mod/mod_digest.html Index: mod_digest.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_digest.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_digest.html 1998/01/26 16:54:09 1.7 +++ mod_digest.html 1998/01/28 19:11:45 1.8 @@ -28,11 +28,26 @@

AuthDigestFile

-Syntax: AuthDigestFile filename
-Context: directory, .htaccess
-Override: AuthConfig
-Status: Base
-Module: mod_digest

+Syntax: AuthDigestFile filename
+Context: directory, .htaccess
+Override: AuthConfig
+Status: Base
+Module: mod_digest

The AuthDigestFile directive sets the name of a textual file containing the list 1.11 +24 -6 apache-1.3/htdocs/manual/mod/mod_dir.html Index: mod_dir.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dir.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mod_dir.html 1998/01/26 16:54:10 1.10 +++ mod_dir.html 1998/01/28 19:11:45 1.11 @@ -46,12 +46,30 @@

DirectoryIndex

-Syntax: DirectoryIndex local-url local-url ...
-Default: DirectoryIndex index.html
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Status: Base
-Module: mod_dir

+Syntax: DirectoryIndex local-url local-url ...
+Default: DirectoryIndex index.html
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Status: Base
+Module: mod_dir

The DirectoryIndex directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / 1.6 +32 -8 apache-1.3/htdocs/manual/mod/mod_dld.html Index: mod_dld.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dld.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_dld.html 1998/01/26 16:54:10 1.5 +++ mod_dld.html 1998/01/28 19:11:46 1.6 @@ -46,10 +46,22 @@

LoadFile

-Syntax: LoadFile filename filename ...
-Context: server config
-Status: Experimental
-Module: mod_dld

+Syntax: LoadFile filename filename ...
+Context: server config
+Status: Experimental
+Module: mod_dld

The LoadFile directive links in the named object files or libraries when the server is started; this is used to load additional code which @@ -58,10 +70,22 @@

LoadModule

-Syntax: LoadModule module filename
-Context: server config
-Status: Experimental
-Module: mod_dld

+Syntax: LoadModule module filename
+Context: server config
+Status: Experimental
+Module: mod_dld

The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active 1.4 +32 -8 apache-1.3/htdocs/manual/mod/mod_dll.html Index: mod_dll.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dll.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_dll.html 1998/01/26 16:54:11 1.3 +++ mod_dll.html 1998/01/28 19:11:46 1.4 @@ -88,10 +88,22 @@

LoadFile

-Syntax: LoadFile filename filename ...
-Context: server config
-Status: Core (Windows)
-Module: mod_dll

+Syntax: LoadFile filename filename ...
+Context: server config
+Status: Core (Windows)
+Module: mod_dll

The LoadFile directive links in the named object files or libraries when the server is started; this is used to load additional code which @@ -99,10 +111,22 @@ to ServerRoot.


LoadModule

-Syntax: LoadModule module filename
-Context: server config
-Status: Core (Windows)
-Module: mod_dll

+Syntax: LoadModule module filename
+Context: server config
+Status: Core (Windows)
+Module: mod_dll

The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active 1.9 +60 -15 apache-1.3/htdocs/manual/mod/mod_env.html Index: mod_env.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_env.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mod_env.html 1998/01/26 16:54:11 1.8 +++ mod_env.html 1998/01/28 19:11:47 1.9 @@ -38,11 +38,26 @@


PassEnv

-Syntax: PassEnv variable variable ...
-Context: server config, virtual host
-Status: Base
-Module: mod_env
-Compatibility: PassEnv is only available in +Syntax: PassEnv variable variable ...
+Context: server config, virtual host
+Status: Base
+Module: mod_env
+Compatibility: PassEnv is only available in Apache 1.1 and later.

Specifies one or more environment variables to pass to CGI scripts @@ -54,11 +69,26 @@


SetEnv

-Syntax: SetEnv variable value
-Context: server config, virtual host
-Status: Base
-Module: mod_env
-Compatibility: SetEnv is only available in +Syntax: SetEnv variable value
+Context: server config, virtual host
+Status: Base
+Module: mod_env
+Compatibility: SetEnv is only available in Apache 1.1 and later.

Sets an environment variable, which is then passed on to CGI @@ -70,11 +100,26 @@


UnsetEnv

-Syntax: UnsetEnv variable variable ...
-Context: server config, virtual host
-Status: Base
-Module: mod_env
-Compatibility: UnsetEnv is only available in +Syntax: UnsetEnv variable variable ...
+Context: server config, virtual host
+Status: Base
+Module: mod_env
+Compatibility: UnsetEnv is only available in Apache 1.1 and later.

Removes one or more environment variables from those passed on to 1.8 +60 -15 apache-1.3/htdocs/manual/mod/mod_expires.html Index: mod_expires.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_expires.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_expires.html 1998/01/26 16:54:12 1.7 +++ mod_expires.html 1998/01/28 19:11:47 1.8 @@ -56,15 +56,30 @@

- Syntax: ExpiresActive boolean + Syntax: ExpiresActive boolean
- Context: server config, virtual host, directory, .htaccess + Context: server config, virtual host, directory, .htaccess
- Override: Indexes + Override: Indexes
- Status: Extension + Status: Extension
- Module: mod_expires + Module: mod_expires

This directive enables or disables the generation of the @@ -97,15 +112,30 @@

- Syntax: ExpiresByType mime-type <code>seconds + Syntax: ExpiresByType mime-type <code>seconds
- Context: server config, virtual host, directory, .htaccess + Context: server config, virtual host, directory, .htaccess
- Override: Indexes + Override: Indexes
- Status: Extension + Status: Extension
- Module: mod_expires + Module: mod_expires

This directive defines the value of the Expires header @@ -167,15 +197,30 @@

- Syntax: ExpiresDefault <code>seconds + Syntax: ExpiresDefault <code>seconds
- Context: server config, virtual host, directory, .htaccess + Context: server config, virtual host, directory, .htaccess
- Override: Indexes + Override: Indexes
- Status: Extension + Status: Extension
- Module: mod_expires + Module: mod_expires

This directive sets the default algorithm for calculating the 1.7 +20 -5 apache-1.3/htdocs/manual/mod/mod_headers.html Index: mod_headers.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_headers.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_headers.html 1998/01/26 16:54:12 1.6 +++ mod_headers.html 1998/01/28 19:11:47 1.7 @@ -30,11 +30,26 @@


Header

-Syntax: Header [ set | append | add ] header value
-Syntax: Header unset header
-Context: server config, virtual host, access.conf, .htaccess
-Status: optional
-Module: mod_header

+Syntax: Header [ set | append | add ] header value
+Syntax: Header unset header
+Context: server config, virtual host, access.conf, .htaccess
+Status: optional
+Module: mod_header

This directive can replace, merge or remove HTTP response headers. The action it performs is determined by the first argument. This can be one 1.10 +60 -15 apache-1.3/htdocs/manual/mod/mod_imap.html Index: mod_imap.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_imap.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_imap.html 1998/01/26 16:54:13 1.9 +++ mod_imap.html 1998/01/28 19:11:48 1.10 @@ -63,12 +63,27 @@

ImapMenu

-Syntax: ImapMenu {none, formatted, semi-formatted, +Syntax: ImapMenu {none, formatted, semi-formatted, unformatted}
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Module: mod_imap.c
-Compatibility: ImapMenu is only available in Apache +Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Module: mod_imap.c
+Compatibility: ImapMenu is only available in Apache 1.1 and later.

The ImapMenu directive determines the action taken if an imagemap file @@ -101,12 +116,27 @@

ImapDefault

-Syntax: ImapDefault {error, nocontent, +Syntax: ImapDefault {error, nocontent, map, referer, URL}
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Module: mod_imap.c
-Compatibility: ImapDefault is only available in Apache +Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Module: mod_imap.c
+Compatibility: ImapDefault is only available in Apache 1.1 and later.

@@ -120,11 +150,26 @@

ImapBase

-Syntax: ImapBase {map, referer, URL}
-Context: server config, virtual host, directory, .htaccess
-Override: Indexes
-Module: mod_imap.c
-Compatibility: ImapBase is only available in Apache +Syntax: ImapBase {map, referer, URL}
+Context: server config, virtual host, directory, .htaccess
+Override: Indexes
+Module: mod_imap.c
+Compatibility: ImapBase is only available in Apache 1.1 and later.

The ImapBase directive sets the default base used in 1.18 +24 -6 apache-1.3/htdocs/manual/mod/mod_include.html Index: mod_include.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_include.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mod_include.html 1998/01/26 16:54:13 1.17 +++ mod_include.html 1998/01/28 19:11:49 1.18 @@ -360,12 +360,30 @@

XBitHack

-Syntax: XBitHack status
-Default: XBitHack off
-Context: server config, virtual host, directory, .htaccess
-Override: Options
-Status: Base
-Module: mod_include

+Syntax: XBitHack status
+Default: XBitHack off
+Context: server config, virtual host, directory, .htaccess
+Override: Options
+Status: Base
+Module: mod_include

The XBitHack directives controls the parsing of ordinary html documents. This directive only affects files associated with the MIME type 1.8 +20 -5 apache-1.3/htdocs/manual/mod/mod_info.html Index: mod_info.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_info.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_info.html 1998/01/26 16:54:14 1.7 +++ mod_info.html 1998/01/28 19:11:50 1.8 @@ -77,11 +77,26 @@


AddModuleInfo

-Syntax: AddModuleInfo module-name string
-Context: server config, virtual host
-Status: base
-Module: mod_browser
-Compatibility: Apache 1.3 and above

+Syntax: AddModuleInfo module-name string
+Context: server config, virtual host
+Status: base
+Module: mod_browser
+Compatibility: Apache 1.3 and above

This allows the content of string to be shown as HTML interpreted, 1.7 +20 -5 apache-1.3/htdocs/manual/mod/mod_log_agent.html Index: mod_log_agent.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_agent.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_log_agent.html 1998/01/26 16:54:15 1.6 +++ mod_log_agent.html 1998/01/28 19:11:50 1.7 @@ -27,11 +27,26 @@

AgentLog

-Syntax: AgentLog file-pipe
-Default: AgentLog logs/agent_log
-Context: server config, virtual host
-Status: Extension
-Module: mod_log_agent

+Syntax: AgentLog file-pipe
+Default: AgentLog logs/agent_log
+Context: server config, virtual host
+Status: Extension
+Module: mod_log_agent

The AgentLog directive sets the name of the file to which the server will log the UserAgent header of incoming requests. File-pipe is one 1.8 +20 -5 apache-1.3/htdocs/manual/mod/mod_log_common.html Index: mod_log_common.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_common.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_log_common.html 1998/01/26 16:54:15 1.7 +++ mod_log_common.html 1998/01/28 19:11:50 1.8 @@ -69,11 +69,26 @@

TransferLog

-Syntax: TransferLog file-pipe
-Default: TransferLog logs/transfer_log
-Context: server config, virtual host
-Status: Base
-Module: mod_log_common

+Syntax: TransferLog file-pipe
+Default: TransferLog logs/transfer_log
+Context: server config, virtual host
+Status: Base
+Module: mod_log_common

The TransferLog directive sets the name of the file to which the server will log the incoming requests. File-pipe is one 1.22 +72 -18 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_config.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_log_config.html 1998/01/26 16:54:15 1.21 +++ mod_log_config.html 1998/01/28 19:11:51 1.22 @@ -191,10 +191,22 @@

CookieLog

-Syntax: CookieLog filename
-Context: server config, virtual host
-Module: mod_cookies
-Compatibility: Only available in Apache 1.2 and above

+Syntax: CookieLog filename
+Context: server config, virtual host
+Module: mod_cookies
+Compatibility: Only available in Apache 1.2 and above

The CookieLog directive sets the filename for logging of cookies. The filename is relative to the

CustomLog

-Syntax: CustomLog file-pipe +Syntax: CustomLog file-pipe format-or-nickname
-Context: server config, virtual host
-Status: Base
+Context: server config, virtual host
+Status: Base
Compatibility: Nickname only available in Apache 1.3 or later
-Module: mod_log_config +Module: mod_log_config

The first argument is the filename to which log records should be written. This is used @@ -241,16 +265,31 @@


LogFormat

-Syntax: LogFormat format [nickname] +Syntax: LogFormat format [nickname]
-Default: LogFormat "%h %l %u %t \"%r\" +Default: LogFormat "%h %l %u %t \"%r\" %s %b"
-Context: server config, virtual host
-Status: Base
+Context: server config, virtual host
+Status: Base
Compatibility: Nickname only available in Apache 1.3 or later
-Module: mod_log_config +Module: mod_log_config

This sets the format of the default logfile named by the

TransferLog

-Syntax: TransferLog file-pipe
-Default: none
-Context: server config, virtual host
-Status: Base
-Module: mod_log_config

+Syntax: TransferLog file-pipe
+Default: none
+Context: server config, virtual host
+Status: Base
+Module: mod_log_config

The TransferLog directive adds a log file in the format defined by the most recent 1.7 +36 -9 apache-1.3/htdocs/manual/mod/mod_log_referer.html Index: mod_log_referer.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_referer.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_log_referer.html 1998/01/26 16:54:16 1.6 +++ mod_log_referer.html 1998/01/28 19:11:52 1.7 @@ -38,10 +38,22 @@

RefererIgnore

-Syntax: RefererIgnore string string ...
-Context: server config, virtual host
-Status: Extension
-Module: mod_log_referer

+Syntax: RefererIgnore string string ...
+Context: server config, virtual host
+Status: Extension
+Module: mod_log_referer

The RefererIgnore directive adds to the list of strings to ignore in Referer headers. If any of the strings in the list is contained in @@ -54,11 +66,26 @@

RefererLog

-Syntax: RefererLog file-pipe
-Default: RefererLog logs/referer_log
-Context: server config, virtual host
-Status: Extension
-Module: mod_log_referer

+Syntax: RefererLog file-pipe
+Default: RefererLog logs/referer_log
+Context: server config, virtual host
+Status: Extension
+Module: mod_log_referer

The RefererLog directive sets the name of the file to which the server will log the Referer header of incoming requests. File-pipe is one 1.17 +140 -35 apache-1.3/htdocs/manual/mod/mod_mime.html Index: mod_mime.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mod_mime.html 1998/01/26 16:54:16 1.16 +++ mod_mime.html 1998/01/28 19:11:52 1.17 @@ -86,11 +86,26 @@

AddEncoding

-Syntax: AddEncoding mime-enc extension extension...
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: Base
-Module: mod_mime

+Syntax: AddEncoding mime-enc extension extension...
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: Base
+Module: mod_mime

The AddEncoding directive adds to the list of filename extensions which filenames may end in for the specified encoding type. Mime-enc @@ -106,11 +121,26 @@

AddHandler

-Syntax: AddHandler handler-name extension extension...
-Context: server config, virtual host, directory, .htaccess
-Status: Base
-Module: mod_mime
-Compatibility: AddHandler is only available in Apache +Syntax: AddHandler handler-name extension extension...
+Context: server config, virtual host, directory, .htaccess
+Status: Base
+Module: mod_mime
+Compatibility: AddHandler is only available in Apache 1.1 and later

AddHandler maps the filename extensions extension to the @@ -128,11 +158,26 @@

AddLanguage

-Syntax: AddLanguage mime-lang extension extension...
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: Base
-Module: mod_mime

+Syntax: AddLanguage mime-lang extension extension...
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: Base
+Module: mod_mime

The AddLanguage directive adds to the list of filename extensions which filenames may end in for the specified content language. Mime-lang @@ -152,11 +197,26 @@

AddType

-Syntax: AddType mime-type extension extension...
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: Base
-Module: mod_mime

+Syntax: AddType mime-type extension extension...
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: Base
+Module: mod_mime

The AddType directive adds to the list of filename extensions which filenames may end in for the specified content type. Mime-enc @@ -172,11 +232,26 @@

ForceType

-Syntax: ForceType media type
-Context: directory, .htaccess
-Status: Base
-Module: mod_mime
-Compatibility: ForceType is only available in Apache +Syntax: ForceType media type
+Context: directory, .htaccess
+Status: Base
+Module: mod_mime
+Compatibility: ForceType is only available in Apache 1.1 and later.

When placed into an .htaccess file or a @@ -193,11 +268,26 @@

SetHandler

-Syntax: SetHandler handler-name
-Context: directory, .htaccess
-Status: Base
-Module: mod_mime
-Compatibility: SetHandler is only available in Apache +Syntax: SetHandler handler-name
+Context: directory, .htaccess
+Status: Base
+Module: mod_mime
+Compatibility: SetHandler is only available in Apache 1.1 and later.

When placed into an .htaccess file or a @@ -224,11 +314,26 @@

TypesConfig

-Syntax: TypesConfig filename
-Default: TypesConfig conf/mime.types
-Context: server config
-Status: Base
-Module: mod_mime

+Syntax: TypesConfig filename
+Default: TypesConfig conf/mime.types
+Context: server config
+Status: Base
+Module: mod_mime

The TypesConfig directive sets the location of the mime types configuration file. Filename is relative to the 1.7 +20 -5 apache-1.3/htdocs/manual/mod/mod_mime_magic.html Index: mod_mime_magic.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime_magic.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mod_mime_magic.html 1998/01/26 16:54:17 1.6 +++ mod_mime_magic.html 1998/01/28 19:11:53 1.7 @@ -170,15 +170,30 @@ MimeMagicFile

- Syntax: MimeMagicFile magic-file-name + Syntax: MimeMagicFile magic-file-name
- Default: none + Default: none
- Context: server config, virtual host + Context: server config, virtual host
- Status: Extension + Status: Extension
- Module: mod_mime_magic + Module: mod_mime_magic

The MimeMagicFile directive can be used to enable this module, 1.9 +40 -10 apache-1.3/htdocs/manual/mod/mod_negotiation.html Index: mod_negotiation.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_negotiation.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mod_negotiation.html 1998/01/26 16:54:17 1.8 +++ mod_negotiation.html 1998/01/28 19:11:55 1.9 @@ -95,11 +95,26 @@

CacheNegotiatedDocs

-Syntax: CacheNegotiatedDocs
-Context: server config
-Status: Base
-Module: mod_negotiation
-Compatibility: CacheNegotiatedDocs is only available +Syntax: CacheNegotiatedDocs
+Context: server config
+Status: Base
+Module: mod_negotiation
+Compatibility: CacheNegotiatedDocs is only available in Apache 1.1 and later.

If set, this directive allows content-negotiated documents to be @@ -118,11 +133,26 @@

LanguagePriority

-Syntax: LanguagePriority mime-lang mime-lang...
-Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: Base
-Module: mod_negotiation

+Syntax: LanguagePriority mime-lang mime-lang...
+Context: server config, virtual host, directory, .htaccess
+Override: FileInfo
+Status: Base
+Module: mod_negotiation

The LanguagePriority sets the precedence of language variants for the case where the client does not express a preference, when handling a 1.32 +420 -105 apache-1.3/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_proxy.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- mod_proxy.html 1998/01/26 16:54:18 1.31 +++ mod_proxy.html 1998/01/28 19:11:55 1.32 @@ -60,13 +60,34 @@


ProxyRequests

-Syntax: ProxyRequests on/off
-Default: ProxyRequests Off
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: ProxyRequests is only available in +Syntax: ProxyRequests on/off
+Default: ProxyRequests Off
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: ProxyRequests is only available in Apache 1.1 and later.

This allows or prevents Apache from functioning as a proxy @@ -76,13 +97,34 @@


ProxyRemote

-Syntax: ProxyRemote <match> <remote-server>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: ProxyRemote is only available in +Syntax: ProxyRemote <match> <remote-server>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: ProxyRemote is only available in Apache 1.1 and later.

This defines remote proxies to this proxy. <match> is either the @@ -112,13 +154,34 @@


ProxyPass

-Syntax: ProxyPass <path> <url>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: ProxyPass is only available in +Syntax: ProxyPass <path> <url>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: ProxyPass is only available in Apache 1.1 and later.

This directive allows remote servers to be mapped into the space of the local @@ -138,13 +201,34 @@


ProxyBlock

-Syntax: ProxyBlock <word/host/domain list>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: ProxyBlock is only available in +Syntax: ProxyBlock <word/host/domain list>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: ProxyBlock is only available in Apache 1.2 and later.

The ProxyBlock directive specifies a list of words, hosts and/or domains, @@ -172,17 +256,38 @@


NoProxy

-Syntax: NoProxy { <Domain> +Syntax: NoProxy { <Domain> | <SubNet> | <IpAddr> | <Hostname> }
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: NoProxy is only available in +Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: NoProxy is only available in Apache 1.3 and later.

This directive is only useful for Apache proxy servers within intranets. @@ -288,13 +393,34 @@


ProxyDomain

-Syntax: ProxyDomain <Domain>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: ProxyDomain is only available in +Syntax: ProxyDomain <Domain>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: ProxyDomain is only available in Apache 1.3 and later.

This directive is only useful for Apache proxy servers within intranets. @@ -314,13 +440,34 @@


CacheRoot

-Syntax: CacheRoot <directory>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheRoot is only available in +Syntax: CacheRoot <directory>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheRoot is only available in Apache 1.1 and later.

Sets the name of the directory to contain cache files; this must be @@ -330,13 +477,34 @@


CacheSize

-Syntax: CacheSize <size>
-Default: CacheSize 5
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheSize is only available in +Syntax: CacheSize <size>
+Default: CacheSize 5
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheSize is only available in Apache 1.1 and later.

Sets the desired space usage of the cache, in KB (1024-byte units). Although @@ -346,13 +514,34 @@


CacheGcInterval

-Syntax: CacheGcInterval <time>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheGcinterval is only available in +Syntax: CacheGcInterval <time>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheGcinterval is only available in Apache 1.1 and later.

Check the cache every <time> hours, and delete files if the space @@ -361,13 +550,34 @@


CacheMaxExpire

-Syntax: CacheMaxExpire <time>
-Default: CacheMaxExpire 24
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheMaxExpire is only available in +Syntax: CacheMaxExpire <time>
+Default: CacheMaxExpire 24
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheMaxExpire is only available in Apache 1.1 and later.

Cachable HTTP documents will be retained for at most <time> hours without @@ -378,13 +588,34 @@


CacheLastModifiedFactor

-Syntax: CacheLastModifiedFactor <factor>
-Default: CacheLastModifiedFactor 0.1
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheLastModifiedFactor is only available in +Syntax: CacheLastModifiedFactor <factor>
+Default: CacheLastModifiedFactor 0.1
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheLastModifiedFactor is only available in Apache 1.1 and later.

If the origin HTTP server did not supply an expiry date for the @@ -401,13 +632,34 @@


CacheDirLevels

-Syntax: CacheDirLevels <levels>
-Default: CacheDirLevels 3
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheDirLevels is only available in +Syntax: CacheDirLevels <levels>
+Default: CacheDirLevels 3
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheDirLevels is only available in Apache 1.1 and later.

CacheDirLevels sets the number of levels of subdirectories in the cache. @@ -416,13 +668,34 @@


CacheDirLength

-Syntax: CacheDirLength <length>
-Default: CacheDirLength 1
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheDirLength is only available in +Syntax: CacheDirLength <length>
+Default: CacheDirLength 1
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheDirLength is only available in Apache 1.1 and later.

CacheDirLength sets the number of characters in proxy cache subdirectory names. @@ -430,13 +703,34 @@


CacheDefaultExpire

-Syntax: CacheDefaultExpire <time>
-Default: CacheDefaultExpire 1
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: CacheDefaultExpire is only available in +Syntax: CacheDefaultExpire <time>
+Default: CacheDefaultExpire 1
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: CacheDefaultExpire is only available in Apache 1.1 and later.

If the document is fetched via a protocol that does not support expiry times, @@ -447,13 +741,34 @@


NoCache

-Syntax: NoCache <word/host/domain list>
-Default: None
-Context: server config, virtual host
-Override: Not applicable
-Status: Base
-Module: mod_proxy
-Compatibility: NoCache is only available in +Syntax: NoCache <word/host/domain list>
+Default: None
+Context: server config, virtual host
+Override: Not applicable
+Status: Base
+Module: mod_proxy
+Compatibility: NoCache is only available in Apache 1.1 and later.

The NoCache directive specifies a list of words, hosts and/or domains, separated 1.20 +96 -24 apache-1.3/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_rewrite.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mod_rewrite.html 1998/01/26 16:54:18 1.19 +++ mod_rewrite.html 1998/01/28 19:11:56 1.20 @@ -86,9 +86,18 @@

RewriteEngine

-Syntax: RewriteEngine {on,off}
-Default: RewriteEngine off
-Context: server config, virtual host, per-directory config
+Syntax: RewriteEngine {on,off}
+Default: RewriteEngine off
+Context: server config, virtual host, per-directory config

The RewriteEngine directive enables or disables the @@ -111,9 +120,18 @@

RewriteOptions

-Syntax: RewriteOptions Option ...
-Default: -None-
-Context: server config, virtual host, per-directory config
+Syntax: RewriteOptions Option ...
+Default: -None-
+Context: server config, virtual host, per-directory config

The RewriteOptions directive sets some special options for the @@ -134,9 +152,18 @@

RewriteLog

-Syntax: RewriteLog Filename
-Default: -None-
-Context: server config, virtual host
+Syntax: RewriteLog Filename
+Default: -None-
+Context: server config, virtual host

The RewriteLog directive sets the name of the file to which the @@ -183,9 +210,18 @@

RewriteLogLevel

-Syntax: RewriteLogLevel Level
-Default: RewriteLogLevel 0
-Context: server config, virtual host
+Syntax: RewriteLogLevel Level
+Default: RewriteLogLevel 0
+Context: server config, virtual host

The RewriteLogLevel directive set the verbosity level of the rewriting @@ -219,9 +255,18 @@

RewriteMap

-Syntax: RewriteMap Mapname {txt,dbm,prg}:Filename
-Default: not used per default
-Context: server config, virtual host
+Syntax: RewriteMap Mapname {txt,dbm,prg}:Filename
+Default: not used per default
+Context: server config, virtual host

The RewriteMap directive defines an external Rewriting Map @@ -361,9 +406,18 @@

RewriteBase

-Syntax: RewriteBase BaseURL
-Default: default is the physical directory path
-Context: per-directory config
+Syntax: RewriteBase BaseURL
+Default: default is the physical directory path
+Context: per-directory config

The RewriteBase directive explicitly sets the base URL for @@ -464,9 +518,18 @@

RewriteCond

-Syntax: RewriteCond TestString CondPattern
-Default: -None-
-Context: server config, virtual host, per-directory config
+Syntax: RewriteCond TestString CondPattern
+Default: -None-
+Context: server config, virtual host, per-directory config

The RewriteCond directive defines a rule condition. Precede a @@ -760,9 +823,18 @@

RewriteRule

-Syntax: RewriteRule Pattern Substitution
-Default: -None-
-Context: server config, virtual host, per-directory config
+Syntax: RewriteRule Pattern Substitution
+Default: -None-
+Context: server config, virtual host, per-directory config

The RewriteRule directive is the real rewriting workhorse. The 1.2 +112 -28 apache-1.3/htdocs/manual/mod/mod_setenvif.html Index: mod_setenvif.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_setenvif.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_setenvif.html 1997/08/26 16:43:12 1.1 +++ mod_setenvif.html 1998/01/28 19:11:57 1.2 @@ -41,19 +41,40 @@


The BrowserMatch Directive

- Syntax: BrowserMatch regex envar[=value] [...] + Syntax: BrowserMatch regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.2 and above + Compatibility: Apache 1.2 and above

The BrowserMatch directive defines environment variables based on the @@ -120,19 +141,40 @@

- Syntax: BrowserMatchNoCase regex envar[=value] [...] + Syntax: BrowserMatchNoCase regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.2 and above + Compatibility: Apache 1.2 and above

The BrowserMatchNoCase directive is semantically identical to @@ -171,19 +213,40 @@

- Syntax: SetEnvIf attribute regex envar[=value] [...] + Syntax: SetEnvIf attribute regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.3 and above + Compatibility: Apache 1.3 and above

The SetEnvIf directive defines environment variables @@ -237,20 +300,41 @@

- Syntax: SetEnvIfNoCase + Syntax: SetEnvIfNoCase attribute regex envar[=value] [...]
- Default: none + Default: none
- Context: server config + Context: server config
- Override: none + Override: none
- Status: Base + Status: Base
- Module: mod_setenvif + Module: mod_setenvif
- Compatibility: Apache 1.3 and above + Compatibility: Apache 1.3 and above

The SetEnvIfNoCase is semantically identical to the 1.5 +24 -6 apache-1.3/htdocs/manual/mod/mod_speling.html Index: mod_speling.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_speling.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mod_speling.html 1998/01/26 16:54:19 1.4 +++ mod_speling.html 1998/01/28 19:11:57 1.5 @@ -59,12 +59,30 @@


CheckSpelling

- Syntax: CheckSpelling on/off
- Default: CheckSpelling Off
- Context: server config, virtual host
- Status: Base
- Module: mod_speling
- Compatibility: CheckSpelling was available as a separately + Syntax: CheckSpelling on/off
+ Default: CheckSpelling Off
+ Context: server config, virtual host
+ Status: Base
+ Module: mod_speling
+ Compatibility: CheckSpelling was available as a separately available module for Apache 1.1, but was limited to miscapitalizations. As of Apache 1.3, it is part of the apache distribution.

1.12 +24 -6 apache-1.3/htdocs/manual/mod/mod_userdir.html Index: mod_userdir.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_userdir.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mod_userdir.html 1998/01/26 16:54:20 1.11 +++ mod_userdir.html 1998/01/28 19:11:58 1.12 @@ -27,12 +27,30 @@

UserDir

-Syntax: UserDir directory/filename
-Default: UserDir public_html
-Context: server config, virtual host
-Status: Base
-Module: mod_userdir
-Compatibility: All forms except the UserDir +Syntax: UserDir directory/filename
+Default: UserDir public_html
+Context: server config, virtual host
+Status: Base
+Module: mod_userdir
+Compatibility: All forms except the UserDir public_html form are only available in Apache 1.1 or above. Use of the enabled keyword, or disabled with a list of usernames, is only available in Apache 1.3 and above.

1.14 +36 -9 apache-1.3/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_usertrack.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mod_usertrack.html 1998/01/26 16:54:21 1.13 +++ mod_usertrack.html 1998/01/28 19:11:58 1.14 @@ -53,10 +53,22 @@


CookieExpires

-Syntax: CookieExpires expiry-period
-Context: server config, virtual host
-Status: optional
-Module: mod_usertrack

+Syntax: CookieExpires expiry-period
+Context: server config, virtual host
+Status: optional
+Module: mod_usertrack

When used, this directive sets an expiry time on the cookie generated by the usertrack module. The expiry-period can be given either @@ -70,12 +82,27 @@ browser session.

CookieTracking

-Syntax: CookieTracking on | off
-Context: server config, virtual host, directory, +Syntax: CookieTracking on | off
+Context: server config, virtual host, directory, .htaccess
-Override: FileInfo
-Status: optional
-Module: mod_usertrack

+Override: FileInfo
+Status: optional
+Module: mod_usertrack

When the user track module is compiled in, and "CookieTracking on" is set, Apache will start sending a user-tracking cookie for all new