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 @@ </UL> <h3><A name="bindaddress">BindAddress</A></h3> -<STRONG>Syntax:</STRONG> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR> -<STRONG>Default:</STRONG> <CODE>BindAddress *</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<P> 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. <h3><A name="listen">Listen</A></h3> -<STRONG>Syntax:</STRONG> Listen <EM>[ port | IP-address:port ]</EM><BR> -<STRONG>Default:</STRONG> <CODE>none</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Listen <EM>[ port | IP-address:port ]</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>none</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<P> <TT>Listen</TT> can be used instead of <TT>BindAddress</TT> and <TT>Port</TT>. 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 @@ <h2><A name="addhandler">AddHandler</A></h2> -<STRONG>Syntax:</STRONG> <AddHandler <EM>handler-name extension</EM>><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <AddHandler <EM>handler-name extension</EM>><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime <P>AddHandler maps the filename extension <EM>extension</EM> to the handler <EM>handler-name</EM>. For example, to activate CGI scripts @@ -91,10 +103,22 @@ <h2><A name="sethandler">SetHandler</A></h2> -<STRONG>Syntax:</STRONG> <SetHandler <EM>handler-name</EM>><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <SetHandler <EM>handler-name</EM>><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime <P>When placed into an <CODE>.htaccess</CODE> file or a <CODE><Directory></CODE> or <CODE><Location></CODE> 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</A> directive.</P> <h3>KeepAlive</h3> -<STRONG>Syntax:</STRONG> KeepAlive <EM>max-requests</EM><BR> -<STRONG>Default:</STRONG> <CODE>KeepAlive 5</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> KeepAlive <EM>max-requests</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>KeepAlive 5</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<P> This directive enables Keep-Alive support. Set <EM>max-requests</EM> to the maximum number of requests you want Apache to entertain per @@ -45,10 +57,22 @@ server resources. Set this to <CODE>0</CODE> to disable support. <h3>KeepAliveTimeout</h3> -<STRONG>Syntax:</STRONG> KeepAliveTimeout <EM>seconds</EM><BR> -<STRONG>Default:</STRONG> <CODE>KeepAliveTimeout 15</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> KeepAliveTimeout <EM>seconds</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>KeepAliveTimeout 15</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<P> 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 @@ <h2><A name="location">The <CODE><Location></CODE> Directive</A></h2> -<STRONG>Syntax:</STRONG> <Location <EM>URL prefix</EM>><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <Location <EM>URL prefix</EM>><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> <P>The <Location> directive provides for access control by URL. It is comparable to the <A 1.8 +16 -4 apache-1.3/htdocs/manual/multilogs.html Index: multilogs.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/multilogs.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- multilogs.html 1998/01/26 16:53:34 1.7 +++ multilogs.html 1998/01/28 19:11:34 1.8 @@ -48,10 +48,22 @@ <HR> -<STRONG>Syntax:</STRONG> CustomLog <EM>filename "format"</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> base<BR> -<STRONG>Module:</STRONG> mod_log_config<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CustomLog <EM>filename "format"</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_config<P> The first argument is the filename to log to. This is used exactly like the argument to <CODE>TransferLog</CODE>, 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 @@ <h2><A name="accessconfig">AccessConfig directive</A></h2> <!--%plaintext <?INDEX {\tt AccessConfig} directive> --> -<STRONG>Syntax:</STRONG> AccessConfig <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>AccessConfig conf/access.conf</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AccessConfig <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>AccessConfig conf/access.conf</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The server will read this file for more directives after reading the <A HREF="#resourceconfig">ResourceConfig</A> file. <EM>Filename</EM> is @@ -103,11 +115,26 @@ <h2><A name="accessfilename">AccessFileName directive</A></h2> <!--%plaintext <?INDEX {\tt AccessFileName} directive> --> -<STRONG>Syntax:</STRONG> AccessFileName <EM>filename filename ...</EM><BR> -<STRONG>Default:</STRONG> <CODE>AccessFileName .htaccess</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> AccessFileName can accept more than one filename only in Apache 1.3 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename filename ...</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>AccessFileName .htaccess</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> AccessFileName can accept more than one filename only in Apache 1.3 and later<P> 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 @@ <h2><A name="addmodule">AddModule directive</A></h2> <!--%plaintext <?INDEX {\tt AddModule} directive> --> -<STRONG>Syntax:</STRONG> AddModule <EM>module module ...</EM><BR> -<STRONG>Context:</STRONG> server config <BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> AddModule is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddModule <EM>module module ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config <BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> AddModule is only available in Apache 1.2 and later<P> 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 @@ <h2><A name="allowoverride">AllowOverride directive</A></h2> <!--%plaintext <?INDEX {\tt AllowOverride} directive> --> -<STRONG>Syntax:</STRONG> AllowOverride <EM>override override ...</EM><BR> -<STRONG>Default:</STRONG> <CODE>AllowOverride All</CODE><BR> -<STRONG>Context:</STRONG> directory<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AllowOverride <EM>override override ...</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>AllowOverride All</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> When the server finds an .htaccess file (as specified by <A HREF="#accessfilename">AccessFileName</A>) it needs to know which @@ -200,10 +251,22 @@ <h2><A name="authname">AuthName directive</A></h2> <!--%plaintext <?INDEX {\tt AuthName} directive> --> -<STRONG>Syntax:</STRONG> AuthName <EM>auth-domain</EM><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthName <EM>auth-domain</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="authtype">AuthType directive</A></h2> <!--%plaintext <?INDEX {\tt AuthType} directive> --> -<STRONG>Syntax:</STRONG> AuthType <EM>type</EM><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthType <EM>type</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> This directive selects the type of user authentication for a directory. Only <CODE>Basic</CODE> is currently implemented. @@ -230,10 +305,22 @@ <h2><A name="bindaddress">BindAddress directive</A></h2> <!--%plaintext <?INDEX {\tt BindAddress} directive> --> -<STRONG>Syntax:</STRONG> BindAddress <EM>saddr</EM><BR> -<STRONG>Default:</STRONG> <CODE>BindAddress *</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> BindAddress <EM>saddr</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="clearmodulelist">ClearModuleList directive</A></h2> <!--%plaintext <?INDEX {\tt ClearModuleList} directive> --> -<STRONG>Syntax:</STRONG> ClearModuleList<BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> ClearModuleList is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ClearModuleList<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ClearModuleList is only available in Apache 1.2 and later<P> 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 @@ <h2><A name="contentdigest">ContentDigest directive</A></h2> <!--%plaintext <?INDEX {\tt ContentDigest} directive> --> -<STRONG>Syntax:</STRONG> ContentDigest <EM>on|off</EM><BR> -<STRONG>Default:</STRONG> <CODE>ContentDigest off</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> experimental<P> -<STRONG>Compatibility:</STRONG> ContentDigest is only available in Apache 1.1 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ContentDigest <EM>on|off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ContentDigest off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> experimental<P> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ContentDigest is only available in Apache 1.1 and later<P> This directive enables the generation of <CODE>Content-MD5</CODE> headers as defined in RFC1864 respectively RFC2068.<P> @@ -312,10 +429,22 @@ <h2><A name="coredumpdirectory">CoreDumpDirectory directive</A></h2> <!--%plaintext <?INDEX {\tt CoreDumpDirectory} directive> --> -<STRONG>Syntax:</STRONG> CoreDumpDirectory <EM>directory</EM><BR> -<STRONG>Default:</STRONG> the same location as ServerRoot<BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CoreDumpDirectory <EM>directory</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> the same location as ServerRoot<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> This controls the directory to which Apache attempts to switch before dumping core. The default is in the <A HREF="#serverroot">ServerRoot</A> @@ -326,11 +455,26 @@ <h2><A name="defaulttype">DefaultType directive</A></h2> <!--%plaintext <?INDEX {\tt DefaultType} directive> --> -<STRONG>Syntax:</STRONG> DefaultType <EM>mime-type</EM><BR> -<STRONG>Default:</STRONG> <CODE>DefaultType text/html</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> DefaultType <EM>mime-type</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>DefaultType text/html</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.<P> @@ -344,9 +488,18 @@ <h2><A name="directory"><Directory> directive</A></h2> <!--%plaintext <?INDEX {\tt Directory} section directive> --> -<STRONG>Syntax:</STRONG> <Directory <EM>directory</EM>> ... </Directory> <BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Core. <P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <Directory <EM>directory</EM>> ... </Directory> <BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core. <P> <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 @@ <HR> <h2><A name="directorymatch"><DirectoryMatch></A></h2> -<STRONG>Syntax:</STRONG> <DirectoryMatch <EM>regex</EM>> ... </DirectoryMatch> <BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Core.<BR> -<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <DirectoryMatch <EM>regex</EM>> ... </DirectoryMatch> <BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core.<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later <P><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 @@ <h2><A NAME="documentroot">DocumentRoot directive</A></h2> <!--%plaintext <?INDEX {\tt DocumentRoot} directive> --> -<STRONG>Syntax:</STRONG> DocumentRoot <EM>directory-filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>DocumentRoot +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> DocumentRoot <EM>directory-filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>DocumentRoot /usr/local/apache/htdocs</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="errordocument">ErrorDocument directive</A></h2> <!--%plaintext <?INDEX {\tt ErrorDocument} directive> --> -<STRONG>Syntax:</STRONG> ErrorDocument <EM>error-code document</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Override:</STRONG> FileInfo<BR> -<STRONG>Compatibility:</STRONG> The directory and .htaccess contexts +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ErrorDocument <EM>error-code document</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> The directory and .htaccess contexts are only available in Apache 1.1 and later.<P> In the event of a problem or error, Apache can be configured to do @@ -559,10 +751,22 @@ <h2><A name="errorlog">ErrorLog directive</A></h2> <!--%plaintext <?INDEX {\tt ErrorLog} directive> --> -<STRONG>Syntax:</STRONG> ErrorLog <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>ErrorLog logs/error_log</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ErrorLog logs/error_log</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <P><HR> <h2><A name="files"><Files> directive</A></h2> -<STRONG>Syntax:</STRONG> <Files <EM>filename</EM>> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <Files <EM>filename</EM>> ... </Files><BR> -<STRONG>Context:</STRONG> server config, virtual host, .htaccess<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> only available in Apache 1.2 and above.<P> <P>The <Files> directive provides for access control by @@ -629,11 +845,23 @@ <HR> <h2><A name="filesmatch"><FilesMatch></A></h2> -<STRONG>Syntax:</STRONG> <FilesMatch <EM>regex</EM>> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <FilesMatch <EM>regex</EM>> ... </Files><BR> -<STRONG>Context:</STRONG> server config, virtual host, .htaccess<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> only available in Apache 1.3 and above.<P> <P>The <FilesMatch> directive provides for access control by @@ -654,10 +882,22 @@ <h2><A name="group">Group directive</A></h2> <!--%plaintext <?INDEX {\tt Group} directive> --> -<STRONG>Syntax:</STRONG> Group <EM>unix-group</EM><BR> -<STRONG>Default:</STRONG> <CODE>Group #-1</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Group <EM>unix-group</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Group #-1</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="hostnamelookups">HostNameLookups directive</A></h2> <!--%plaintext <?INDEX {\tt HostNameLookups} directive> --> -<STRONG>Syntax:</STRONG> HostNameLookups <EM>on | off | double</EM><BR> -<STRONG>Default:</STRONG> <CODE>HostNameLookups off</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> <CODE>double</CODE> available only in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> HostNameLookups <EM>on | off | double</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>HostNameLookups off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> <CODE>double</CODE> available only in Apache 1.3 and above.<BR> -<STRONG>Compatibility:</STRONG> Default was <CODE>on</CODE> prior to Apache +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Default was <CODE>on</CODE> prior to Apache 1.3.<P> This directive enables DNS lookups so that host names can be logged (and @@ -728,10 +986,22 @@ <h2><A name="identitycheck">IdentityCheck directive</A></h2> <!--%plaintext <?INDEX {\tt IdentityCheck} directive> --> -<STRONG>Syntax:</STRONG> IdentityCheck <EM>boolean</EM><BR> -<STRONG>Default:</STRONG> <CODE>IdentityCheck off</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> IdentityCheck <EM>boolean</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>IdentityCheck off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <P><HR> <H2><A NAME="ifmodule"><IfModule> directive</A></H2> -<STRONG>Syntax:</STRONG> <IfModule [!]<EM>module-name</EM>> <EM>...</EM> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <IfModule [!]<EM>module-name</EM>> <EM>...</EM> </IfModule><BR> -<STRONG>Default:</STRONG> None<BR> -<STRONG>Context:</STRONG> all<BR> -<STRONG>Status:</STRONG> Core<BR> -<STRONG>Compatibility:</STRONG> IfModule is only available in 1.2 and +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> None<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> all<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> IfModule is only available in 1.2 and later.<P> <P> @@ -790,9 +1075,18 @@ <h2><A name="include">Include directive</A></h2> <STRONG>Syntax: (Apache 1.2)</STRONG> Include <EM>filename</EM><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<BR> -<STRONG>Compatibility:</STRONG> Include is only available in Apache 1.3 and later. +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Include is only available in Apache 1.3 and later. <P> This directive allows inclusion of other configuration files from within the server configuration files. @@ -803,9 +1097,18 @@ <STRONG>Default: (Apache 1.1)</STRONG> <CODE>KeepAlive 5</CODE><BR> <STRONG>Syntax: (Apache 1.2)</STRONG> KeepAlive <EM>on/off</EM><BR> <STRONG>Default: (Apache 1.2)</STRONG> <CODE>KeepAlive On</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<BR> -<STRONG>Compatibility:</STRONG> KeepAlive is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> KeepAlive is only available in Apache 1.1 and later.<P> This directive enables @@ -822,11 +1125,26 @@ HREF="#maxkeepaliverequests">MaxKeepAliveRequests</A> directive.</P><HR> <h2><A name="keepalivetimeout">KeepAliveTimeout directive</A></h2> -<STRONG>Syntax:</STRONG> KeepAliveTimeout <EM>seconds</EM><BR> -<STRONG>Default:</STRONG> <CODE>KeepAliveTimeout 15</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<BR> -<STRONG>Compatibility:</STRONG> KeepAliveTimeout is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> KeepAliveTimeout <EM>seconds</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>KeepAliveTimeout 15</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> KeepAliveTimeout is only available in Apache 1.1 and later.<P> The number of seconds Apache will wait for a subsequent request before @@ -838,10 +1156,19 @@ <h2><A name="limit"><Limit> directive</A></h2> <!--%plaintext <?INDEX {\tt Limit} section directive> --> -<STRONG>Syntax:</STRONG> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <Limit <EM>method method</EM> ... > ... </Limit><BR> -<STRONG>Context:</STRONG> any<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> any<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> <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.</STRONG> <P><HR> <h2><A name="listen">Listen directive</A></h2> -<STRONG>Syntax:</STRONG> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Listen [<EM>IP address</EM>:]<EM>port number</EM><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> Listen is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Listen is only available in Apache 1.1 and later.<P> <P>The Listen directive instructs Apache to listen to more than one IP @@ -916,11 +1255,26 @@ <HR> <H2><A NAME="listenbacklog">ListenBacklog directive</A></H2> -<STRONG>Syntax:</STRONG> ListenBacklog <EM>backlog</EM><BR> -<STRONG>Default:</STRONG> <CODE>ListenBacklog 511</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core<BR> -<STRONG>Compatibility:</STRONG> ListenBacklog is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ListenBacklog <EM>backlog</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ListenBacklog 511</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ListenBacklog is only available in Apache versions after 1.2.0.<P> The maximum length of the queue of pending connections. Generally no @@ -930,11 +1284,23 @@ <h2><A name="location"><Location> directive</A></h2> -<STRONG>Syntax:</STRONG> <Location <EM>URL</EM>> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <Location <EM>URL</EM>> ... </Location><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> Location is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Location is only available in Apache 1.1 and later.<P> <P>The <Location> directive provides for access control by @@ -991,11 +1357,23 @@ <h2><A name="locationmatch"><LocationMatch></A></h2> -<STRONG>Syntax:</STRONG> <LocationMatch <EM>regex</EM>> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <LocationMatch <EM>regex</EM>> ... </LocationMatch><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> Location is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Location is only available in Apache 1.3 and later.<P> <P>The <LocationMatch> directive provides for access control by @@ -1017,10 +1395,22 @@ <HR> <H2><A NAME="lockfile">LockFile directive</A></H2> -<STRONG>Syntax:</STRONG> LockFile <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>LockFile logs/accept.lock</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LockFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>LockFile logs/accept.lock</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="maxclients">MaxClients directive</A></h2> <!--%plaintext <?INDEX {\tt MaxClients} directive> --> -<STRONG>Syntax:</STRONG> MaxClients <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>MaxClients 256</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MaxClients <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MaxClients 256</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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.<P><HR> <h2><A name="maxkeepaliverequests">MaxKeepAliveRequests directive</A></h2> -<STRONG>Syntax:</STRONG> MaxKeepAliveRequests <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>MaxKeepAliveRequests 100</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> Only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MaxKeepAliveRequests <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MaxKeepAliveRequests 100</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Only available in Apache 1.2 and later. <P>The MaxKeepAliveRequests directive limits the number of requests @@ -1065,10 +1482,22 @@ <h2><A name="maxrequestsperchild">MaxRequestsPerChild directive</A></h2> <!--%plaintext <?INDEX {\tt MaxRequestsPerChild} directive> --> -<STRONG>Syntax:</STRONG> MaxRequestsPerChild <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>MaxRequestsPerChild 0</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MaxRequestsPerChild <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MaxRequestsPerChild 0</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="maxspareservers">MaxSpareServers directive</A></h2> <!--%plaintext <?INDEX {\tt MaxSpareServers} directive> --> -<STRONG>Syntax:</STRONG> MaxSpareServers <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>MaxSpareServers 10</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MaxSpareServers <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MaxSpareServers 10</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The MaxSpareServers directive sets the desired maximum number of <EM>idle</EM> child server processes. An idle process is one which is not handling @@ -1103,10 +1544,22 @@ <h2><A name="minspareservers">MinSpareServers directive</A></h2> <!--%plaintext <?INDEX {\tt MinSpareServers} directive> --> -<STRONG>Syntax:</STRONG> MinSpareServers <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>MinSpareServers 5</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MinSpareServers <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MinSpareServers 5</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The MinSpareServers directive sets the desired minimum number of <EM>idle</EM> child server processes. An idle process is one which is not handling @@ -1121,10 +1574,22 @@ <h2><A name="namevirtualhost">NameVirtualHost directive</A></h2> <!--%plaintext <?INDEX {\tt NameVirtualHost} directive> --> -<STRONG>Syntax:</STRONG> NameVirtualHost <EM>addr</EM>[:<EM>port</EM>]<BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> -<STRONG>Compatibility:</STRONG> NameVirtualHost is only available in Apache 1.3 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> NameVirtualHost <EM>addr</EM>[:<EM>port</EM>]<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> NameVirtualHost is only available in Apache 1.3 and later<P> The NameVirtualHost directive is a required directive if you want to configure <A HREF="../vhosts/index.html">name-based virtual hosts</A>.<P> @@ -1149,10 +1614,22 @@ <h2><A name="options">Options directive</A></h2> <!--%plaintext <?INDEX {\tt Options} directive> --> -<STRONG>Syntax:</STRONG> Options <EM>[+|-]option [+|-]option ...</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Override:</STRONG> Options<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Options <EM>[+|-]option [+|-]option ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Options<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The Options directive controls which server features are available in a particular directory. @@ -1236,10 +1713,22 @@ <h2><A name="pidfile">PidFile directive</A></h2> <!--%plaintext <?INDEX {\tt PidFile} directive> --> -<STRONG>Syntax:</STRONG> PidFile <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>PidFile logs/httpd.pid</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> PidFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>PidFile logs/httpd.pid</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="port">Port directive</A></h2> <!--%plaintext <?INDEX {\tt Port} directive> --> -<STRONG>Syntax:</STRONG> Port <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>Port 80</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Port <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Port 80</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> <EM>Number</EM> is a number from 0 to 65535; some port numbers (especially below 1024) are reserved for particular protocols. See <CODE>/etc/services</CODE> @@ -1316,10 +1817,22 @@ <h2><A name="require">require directive</A></h2> <!--%plaintext <?INDEX {\tt require} directive> --> -<STRONG>Syntax:</STRONG> require <EM>entity-name entity entity...</EM><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> require <EM>entity-name entity entity...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> This directive selects which authenticated users can access a directory. The allowed syntaxes are: @@ -1353,10 +1866,22 @@ <h2><A name="resourceconfig">ResourceConfig directive</A></h2> <!--%plaintext <?INDEX {\tt ResourceConfig} directive> --> -<STRONG>Syntax:</STRONG> ResourceConfig <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>ResourceConfig conf/srm.conf</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ResourceConfig <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ResourceConfig conf/srm.conf</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The server will read this file for more directives after reading the httpd.conf file. <EM>Filename</EM> is relative to the @@ -1372,11 +1897,26 @@ <H2><A name="rlimit">RLimitCPU</A> <A NAME="rlimitcpu">directive</A></H2> <!--%plaintext <?INDEX {\tt RLimitCPU} directive> --> -<STRONG>Syntax:</STRONG> RLimitCPU <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> -<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> RLimitCPU is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> RLimitCPU is only available in Apache 1.2 and later<P> 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 @@ <h2><A name="rlimitmem">RLimitMEM directive</A></h2> <!--%plaintext <?INDEX {\tt RLimitMEM} directive> --> -<STRONG>Syntax:</STRONG> RLimitMEM <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> -<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> RLimitMEM is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> RLimitMEM is only available in Apache 1.2 and later<P> 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 @@ <h2><A name="rlimitnproc">RLimitNPROC directive</A></h2> <!--%plaintext <?INDEX {\tt RLimitNPROC} directive> --> -<STRONG>Syntax:</STRONG> RLimitNPROC <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> -<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> RLimitNPROC is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> RLimitNPROC is only available in Apache 1.2 and later<P> 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 @@ <h2><A name="satisfy">Satisfy directive</A></h2> <!--%plaintext <?INDEX {\tt Satisfy} directive> --> -<STRONG>Syntax:</STRONG> Satisfy <EM>'any' or 'all'</EM><BR> -<STRONG>Default:</STRONG> Satisfy all<BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> Satisfy is only available in Apache 1.2 and later<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Satisfy <EM>'any' or 'all'</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> Satisfy all<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Satisfy is only available in Apache 1.2 and later<P> Access policy if both allow and require used. The parameter can be either <EM>'all'</EM> or <EM>'any'</EM>. This directive is only useful @@ -1458,10 +2043,22 @@ <h2><A name="scoreboardfile">ScoreBoardFile directive</A></h2> <!--%plaintext <?INDEX {\tt ScoreBoardFile} directive> --> -<STRONG>Syntax:</STRONG> ScoreBoardFile <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>ScoreBoardFile logs/apache_status</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScoreBoardFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ScoreBoardFile logs/apache_status</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="sendbuffersize">SendBufferSize directive</A></h2> <!--%plaintext <?INDEX {\tt SendBufferSize} directive> --> -<STRONG>Syntax:</STRONG> SendBufferSize <EM>bytes</EM><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> SendBufferSize <EM>bytes</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="serveradmin">ServerAdmin directive</A></h2> <!--%plaintext <?INDEX {\tt ServerAdmin} directive> --> -<STRONG>Syntax:</STRONG> ServerAdmin <EM>email-address</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerAdmin <EM>email-address</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The ServerAdmin sets the e-mail address that the server includes in any error messages it returns to the client.<P> @@ -1522,10 +2137,22 @@ <h2><A name="serveralias">ServerAlias directive</A></h2> -<STRONG>Syntax:</STRONG> ServerAlias <EM>host1 host2 ...</EM><BR> -<STRONG>Context:</STRONG> virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> ServerAlias is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerAlias <EM>host1 host2 ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ServerAlias is only available in Apache 1.1 and later.<P> The ServerAlias directive sets the alternate names for a host, for use @@ -1539,9 +2166,18 @@ <h2><A name="servername">ServerName directive</A></h2> <!--%plaintext <?INDEX {\tt ServerName} directive> --> -<STRONG>Syntax:</STRONG> ServerName <EM>fully-qualified domain name</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="serverpath">ServerPath directive</A></h2> -<STRONG>Syntax:</STRONG> ServerPath <EM>pathname</EM><BR> -<STRONG>Context:</STRONG> virtual host<BR> -<STRONG>Status:</STRONG> core<BR> -<STRONG>Compatibility:</STRONG> ServerPath is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerPath <EM>pathname</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ServerPath is only available in Apache 1.1 and later.<P> The ServerPath directive sets the legacy URL pathname for a host, for @@ -1572,10 +2220,22 @@ <h2><A name="serverroot">ServerRoot directive</A></h2> <!--%plaintext <?INDEX {\tt ServerRoot} directive> --> -<STRONG>Syntax:</STRONG> ServerRoot <EM>directory-filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>ServerRoot /usr/local/apache</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerRoot <EM>directory-filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ServerRoot /usr/local/apache</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories <CODE>conf/</CODE> and @@ -1590,11 +2250,26 @@ <H2><A name="serversignature">ServerSignature directive</A></h2> <!--%plaintext <?INDEX {\tt ServerSignature} directive> --> -<strong>Syntax:</strong> ServerSignature <em>Off | On | EMail</em><br> -<strong>Default:</strong> <code>ServerSignature Off</code><br> -<strong>Context:</strong> directory, .htaccess<br> -<strong>Status:</strong> core<p> -<strong>Compatibility:</strong> ServerSignature is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerSignature <em>Off | On | EMail</em><br> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <code>ServerSignature Off</code><br> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<br> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<p> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ServerSignature is only available in Apache 1.3 and later.<p> The ServerSignature directive allows the configuration of a trailing @@ -1616,10 +2291,22 @@ <h2><A name="servertype">ServerType directive</A></h2> <!--%plaintext <?INDEX {\tt ServerType} directive> --> -<STRONG>Syntax:</STRONG> ServerType <EM>type</EM><BR> -<STRONG>Default:</STRONG> <CODE>ServerType standalone</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ServerType <EM>type</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ServerType standalone</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The ServerType directive sets how the server is executed by the system. <EM>Type</EM> is one of @@ -1648,10 +2335,22 @@ <h2><A name="startservers">StartServers directive</A></h2> <!--%plaintext <?INDEX {\tt StartServers} directive> --> -<STRONG>Syntax:</STRONG> StartServers <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>StartServers 5</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> StartServers <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>StartServers 5</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <A HREF="#maxspareservers">MaxSpareServers</A>.<P><HR> <h2><A name="threadsperchild">ThreadsPerChild</A></h2> -<STRONG>Syntax:</STRONG> ThreadsPerChild <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>ThreadsPerChild 50</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core (Windows)<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ThreadsPerChild <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ThreadsPerChild 50</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core (Windows)<BR> <STRONG>Compatbility:</STRONG> Available only with Apache 1.3 and later with Windows @@ -1685,10 +2396,22 @@ <h2><A name="timeout">TimeOut directive</A></h2> <!--%plaintext <?INDEX {\tt TimeOut} directive> --> -<STRONG>Syntax:</STRONG> TimeOut <EM>number</EM><BR> -<STRONG>Default:</STRONG> <CODE>TimeOut 300</CODE><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> TimeOut <EM>number</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>TimeOut 300</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> The TimeOut directive currently defines the amount of time Apache will wait for three things: @@ -1712,10 +2435,22 @@ <h2><A name="user">User directive</A></h2> <!--%plaintext <?INDEX {\tt User} directive> --> -<STRONG>Syntax:</STRONG> User <EM>unix-userid</EM><BR> -<STRONG>Default:</STRONG> <CODE>User #-1</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> core<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> User <EM>unix-userid</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>User #-1</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> core<P> 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 @@ <h2><A name="virtualhost"><VirtualHost> directive</A></h2> <!--%plaintext <?INDEX {\tt VirtualHost} section directive> --> -<STRONG>Syntax:</STRONG> <VirtualHost <EM>addr</EM>[:<EM>port</EM>] ...> ... +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <VirtualHost <EM>addr</EM>[:<EM>port</EM>] ...> ... </VirtualHost> <BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core.<BR> -<STRONG>Compatibility:</STRONG> Non-IP address-based Virtual Hosting only +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core.<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Non-IP address-based Virtual Hosting only available in Apache 1.1 and later.<BR> -<STRONG>Compatibility:</STRONG> Multiple address support only available in +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Multiple address support only available in Apache 1.2 and later.<P> <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 @@ <h2><A name="allow">allow directive</A></h2> <P> <!--%plaintext <?INDEX {\tt allow} directive> --> -<STRONG>Syntax:</STRONG> allow from <EM>host host ...</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> Limit<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_access +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> allow from <EM>host host ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Limit<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_access </P> <P> The allow directive affects which hosts can access a given directory. @@ -78,11 +93,26 @@ <P> <A name="allowfromenv"><STRONG>Syntax:</STRONG> allow from env=<EM>variablename</EM></A><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> Limit<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_access<BR> -<STRONG>Compatibility:</STRONG> Apache 1.2 and above +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Limit<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_access<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above </P> <P> The allow from env directive controls access to a directory by the @@ -110,11 +140,26 @@ <h2><A name="deny">deny directive</A></h2> <P> <!--%plaintext <?INDEX {\tt deny} directive> --> -<STRONG>Syntax:</STRONG> deny from <EM>host host ...</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> Limit<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_access +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> deny from <EM>host host ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Limit<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_access </P> <P> The deny directive affects which hosts can access a given directory. @@ -153,11 +198,26 @@ <P> <A name="denyfromenv"><STRONG>Syntax:</STRONG> deny from env=<EM>variablename</EM></A><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> Limit<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_access<BR> -<STRONG>Compatibility:</STRONG> Apache 1.2 and above +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Limit<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_access<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above </P> <P> The deny from env directive controls access to a directory by the @@ -186,12 +246,30 @@ <h2><A name="order">order directive</A></h2> <P> <!--%plaintext <?INDEX {\tt order} directive> --> -<STRONG>Syntax:</STRONG> order <EM>ordering</EM><BR> -<STRONG>Default:</STRONG> <CODE>order deny,allow</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> Limit<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_access +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> order <EM>ordering</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>order deny,allow</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Limit<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_access </P> <P> The order directive controls the order in which <A HREF="#allow">allow</A> 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 @@ <h2><A name="action">Action directive</A></h2> <P> -<STRONG>Syntax:</STRONG> Action <EM>mime-type cgi-script</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_actions<BR> -<STRONG>Compatibility:</STRONG> Action is only available in Apache 1.1 +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_actions<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Action is only available in Apache 1.1 and later </P> <P> @@ -54,11 +72,26 @@ <h2><A name="script">Script directive</A></h2> <P> -<STRONG>Syntax:</STRONG> Script <EM>method cgi-script</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_actions<BR> -<STRONG>Compatibility:</STRONG> Script is only available in Apache 1.1 +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Script <EM>method cgi-script</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_actions<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Script is only available in Apache 1.1 and later </P> 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 @@ <h2><A name="alias">Alias directive</A></h2> <P> <!--%plaintext <?INDEX {\tt Alias} directive> --> -<STRONG>Syntax:</STRONG> Alias <EM>url-path directory-filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Alias <EM>url-path directory-filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias </P> <P> The Alias directive allows documents to be stored in the local filesystem @@ -69,11 +81,26 @@ <h2><A name="aliasmatch">AliasMatch</A></h2> <P> -<STRONG>Syntax:</STRONG> AliasMatch <EM>regex directory-filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AliasMatch <EM>regex directory-filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later </P> <P>This directive is equivalent to <A HREF="#alias">Alias</A>, but @@ -92,11 +119,26 @@ <h2><A name="redirect">Redirect directive</A></h2> <P> <!--%plaintext <?INDEX {\tt Redirect} directive> --> -<STRONG>Syntax:</STRONG> Redirect [ <EM>status</EM> ] <EM>url-path url</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> The directory and .htaccess context's +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ] <EM>url-path url</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> The directory and .htaccess context's are only available in versions 1.1 and later. The <EM>status</EM> argument is only available in Apache 1.2 or later. </P> @@ -155,11 +197,26 @@ <h2><A name="redirectmatch">RedirectMatch</A></h2> <P> -<STRONG>Syntax:</STRONG> RedirectMatch [<EM>status</EM> <EM>regex url</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later </P> <P>This directive is equivalent to <A HREF="#alias">Redirect</A>, but @@ -179,11 +236,26 @@ <h2><A name="redirecttemp">RedirectTemp directive</A></h2> <P> <!--%plaintext <?INDEX {\tt Redirect} directive> --> -<STRONG>Syntax:</STRONG> RedirectTemp <EM>url-path url</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> This directive is only available in 1.2 +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RedirectTemp <EM>url-path url</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> This directive is only available in 1.2 </P> <P> This directive makes the client know that the Redirect is only @@ -195,11 +267,26 @@ <h2><A name="redirectperm">RedirectPermanent directive</A></h2> <P> <!--%plaintext <?INDEX {\tt Redirect} directive> --> -<STRONG>Syntax:</STRONG> RedirectPermanent <EM>url-path url</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> This directive is only available in 1.2 +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RedirectPermanent <EM>url-path url</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> This directive is only available in 1.2 </P> <P> This directive makes the client know that the Redirect is permanent @@ -210,10 +297,22 @@ <h2><A name="scriptalias">ScriptAlias directive</A></h2> <P> <!--%plaintext <?INDEX {\tt ScriptAlias} directive> --> -<STRONG>Syntax:</STRONG> ScriptAlias <EM>url-path directory-filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>url-path directory-filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias </P> <P> The ScriptAlias directive has the same behavior as the @@ -234,11 +333,26 @@ <h2><A name="scriptaliasmatch">ScriptAliasMatch</A></h2> <P> -<STRONG>Syntax:</STRONG> ScriptAliasMatch <EM>regex directory-filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_alias<BR> -<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScriptAliasMatch <EM>regex directory-filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_alias<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later </P> <P>This directive is equivalent to <A HREF="#scriptalias">ScriptAlias</A>, 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 @@ <A name="authgroupfile"><h2>AuthGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthGroupFile} directive> --> -<STRONG>Syntax:</STRONG> AuthGroupFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_auth<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthGroupFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth<P> The AuthGroupFile directive sets the name of a textual file containing the list of user groups for user authentication. <EM>Filename</EM> is the path @@ -59,11 +74,26 @@ <A name="authuserfile"><h2>AuthUserFile</h2></A> <!--%plaintext <?INDEX {\tt AuthUserFile} directive> --> -<STRONG>Syntax:</STRONG> AuthUserFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_auth<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthUserFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth<P> The AuthUserFile directive sets the name of a textual file containing the list of users and passwords for user @@ -89,11 +119,26 @@ <HR> <A name="authauthoritative"><h2>AuthAuthoritative</h2></A> <!--%plaintext <?INDEX {\tt AuthAuthoritative} directive> --> -<STRONG>Syntax:</STRONG> AuthAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_auth<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth<P> Setting the AuthAuthoritative directive explicitly to <STRONG>'off'</STRONG> allows for both authentication and authorization to be passed on to @@ -124,7 +169,10 @@ <P> -<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> 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 @@ <h2><A name="anonymous">Anonymous directive</A></h2> <!--%plaintext <?INDEX {\tt Anonymous} directive> --> -<STRONG>Syntax:</STRONG> Anonymous <EM>user user ...</EM><BR> -<STRONG>Default:</STRONG> none<BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous <EM>user user ...</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> none<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> A list of one or more 'magic' userIDs which are allowed access without password verification. The userIDs are space separated. @@ -81,12 +99,30 @@ <HR> <h2><A name="Authoritative">Anonymous_Authoritative directive</A></h2> -<STRONG>Syntax:</STRONG> Anonymous_Authoritative <EM>on | off</EM><BR> -<STRONG>Default:</STRONG> <CODE>Anonymous_Authoritative off</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative <EM>on | off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Anonymous_Authoritative off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> When set 'on', there is no fall-through to other authorization methods. So if a @@ -100,12 +136,30 @@ <HR> <h2><A name="LogEmail">Anonymous_LogEmail directive</A></h2> -<STRONG>Syntax:</STRONG> Anonymous_LogEmail <EM>on | off</EM><BR> -<STRONG>Default:</STRONG> <CODE>Anonymous_LogEmail on</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail <EM>on | off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Anonymous_LogEmail on</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> 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 @@ <h2><A name="MustGiveEmail">Anonymous_MustGiveEmail directive</A></h2> <!--%plaintext <?INDEX {\tt Anonymous_MustGiveEmail} directive> --> -<STRONG>Syntax:</STRONG> Anonymous_MustGiveEmail <EM>on</EM> | <EM>off</EM><BR> -<STRONG>Default:</STRONG> <CODE>Anonymous_MustGiveEmail on</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM> | <EM>off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Anonymous_MustGiveEmail on</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> Specifies whether the user must specify an email address as the password. This prohibits blank passwords. <HR> <h2><A name="NoUserID">Anonymous_NoUserID directive</A></h2> -<STRONG>Syntax:</STRONG> Anonymous_NoUserID <EM>on | off</EM><BR> -<STRONG>Default:</STRONG> <CODE>Anonymous_NoUserID off</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID <EM>on | off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Anonymous_NoUserID off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> When set 'on', users can leave the userID (and perhaps the password field) empty. This @@ -141,12 +231,30 @@ <HR> <h2><A name="VerifyEmail">Anonymous_VerifyEmail directive</A></h2> -<STRONG>Syntax:</STRONG> Anonymous_VerifyEmail <EM>on | off</EM><BR> -<STRONG>Default:</STRONG> <CODE>Anonymous_VerifyEmail off</CODE><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_anon<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail <EM>on | off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>Anonymous_VerifyEmail off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_anon<P> 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 @@ <A name="authdbgroupfile"><h2>AuthDBGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDBGroupFile} directive> --> -<STRONG>Syntax:</STRONG> AuthDBGroupFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_db<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBGroupFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_db<P> The AuthDBGroupFile directive sets the name of a DB file containing the list of user groups for user authentication. <EM>Filename</EM> is the absolute path @@ -80,11 +95,26 @@ <A name="authdbuserfile"><h2>AuthDBUserFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDBUserFile} directive> --> -<STRONG>Syntax:</STRONG> AuthDBUserFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_db<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBUserFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_db<P> The AuthDBUserFile directive sets the name of a DB file containing the list of users and passwords for user authentication. <EM>Filename</EM> is the @@ -114,11 +144,26 @@ <HR> <A name="authdbauthoritative"><h2>AuthDBAuthoritative</h2></A> <!--%plaintext <?INDEX {\tt AuthDBAuthoritative} directive> --> -<STRONG>Syntax:</STRONG> AuthDBAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_auth<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth<P> Setting the AuthDBAuthoritative directive explicitly to <STRONG>'off'</STRONG> 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. <P> -<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> 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. <P> 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 @@ <A name="authdbmgroupfile"><h2>AuthDbmGroupFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDbmGroupFile} directive> --> -<STRONG>Syntax:</STRONG> AuthDBMGroupFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_dbm<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBMGroupFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_dbm<P> The AuthDBMGroupFile directive sets the name of a DBM file containing the list of user groups for user authentication. <EM>Filename</EM> is the absolute path @@ -80,11 +95,26 @@ <A name="authdbmuserfile"><h2>AuthDBMUserFile</h2></A> <!--%plaintext <?INDEX {\tt AuthDBMUserFile} directive> --> -<STRONG>Syntax:</STRONG> AuthDBMUserFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_auth_dbm<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBMUserFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth_dbm<P> The AuthDBMUserFile directive sets the name of a DBM file containing the list of users and passwords for user authentication. <EM>Filename</EM> is the @@ -115,11 +145,26 @@ <HR> <A name="authdbmauthoritative"><h2>AuthDBMAuthoritative</h2></A> <!--%plaintext <?INDEX {\tt AuthDBMAuthoritative} directive> --> -<STRONG>Syntax:</STRONG> AuthDBMAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_auth<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative < <STRONG> on</STRONG>(default) | off > <BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_auth<P> Setting the AuthDBMAuthoritative directive explicitly to <STRONG>'off'</STRONG> 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. <P> -<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> 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. <P> 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 @@ <A name="addalt"><h2>AddAlt</h2></A> <!--%plaintext <?INDEX {\tt AddAlt} directive> --> -<STRONG>Syntax:</STRONG> AddAlt <EM>string file file...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file file...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the alternate text to display for a file, instead of an icon, for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>File</EM> is a file @@ -96,12 +111,27 @@ <HR> <A name="addaltbyencoding"><h2>AddAltByEncoding</h2></A> <!--%plaintext <?INDEX {\tt AddAltByEncoding} directive> --> -<STRONG>Syntax:</STRONG> AddAltByEncoding <EM>string MIME-encoding +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding MIME-encoding...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the alternate text to display for a file, instead of an icon, for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>MIME-encoding</EM> is a @@ -113,11 +143,26 @@ <HR> <A name="addaltbytype"><h2>AddAltByType</h2></A> <!--%plaintext <?INDEX {\tt AddAltByType} directive> --> -<STRONG>Syntax:</STRONG> AddAltByType <EM>string MIME-type MIME-type...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type MIME-type...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the alternate text to display for a file, instead of an icon, for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>MIME-type</EM> is a @@ -130,11 +175,26 @@ <A name="adddescription"><h2>AddDescription</h2></A> <!--%plaintext <?INDEX {\tt AddDescription} directive> --> -<STRONG>Syntax:</STRONG> AddDescription <EM>string file file...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file file...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the description to display for a file, for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>File</EM> is a file @@ -146,11 +206,26 @@ <A name="addicon"><h2>AddIcon</h2></A> <!--%plaintext <?INDEX {\tt AddIcon} directive> --> -<STRONG>Syntax:</STRONG> AddIcon <EM>icon name name ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name name ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the icon to display next to a file ending in <EM>name</EM> for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a @@ -171,12 +246,27 @@ <A name="addiconbyencoding"><h2>AddIconByEncoding</h2></A> <!--%plaintext <?INDEX {\tt AddIconByEncoding} directive> --> -<STRONG>Syntax:</STRONG> AddIconByEncoding <EM>icon mime-encoding mime-encoding +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon mime-encoding mime-encoding ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the icon to display next to files with <EM>mime-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>. @@ -192,11 +282,26 @@ <A name="addiconbytype"><h2>AddIconByType</h2></A> <!--%plaintext <?INDEX {\tt AddIconByType} directive> --> -<STRONG>Syntax:</STRONG> AddIconByType <EM>icon mime-type mime-type ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon mime-type mime-type ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> This sets the icon to display next to files of type <EM>mime-type</EM> for <A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a @@ -211,11 +316,26 @@ <A name="defaulticon"><h2>DefaultIcon</h2></A> <!--%plaintext <?INDEX {\tt DefaultIcon} directive> --> -<STRONG>Syntax:</STRONG> DefaultIcon <EM>url</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> DefaultIcon <EM>url</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> The DefaultIcon directive sets the icon to display for files when no specific icon is known, for <A HREF="#fancyindexing">FancyIndexing</A>. @@ -226,11 +346,26 @@ <A name="fancyindexing"><h2>FancyIndexing</h2></A> <!--%plaintext <?INDEX {\tt FancyIndexing} directive> --> -<STRONG>Syntax:</STRONG> FancyIndexing <EM>boolean</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> FancyIndexing <EM>boolean</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex <P> The FancyIndexing directive sets the FancyIndexing option for a directory. <EM>Boolean</EM> can be <CODE>on</CODE> or <CODE>off</CODE>. The @@ -247,11 +382,26 @@ <A name="headername"><h2>HeaderName</h2></A> <!--%plaintext <?INDEX {\tt HeaderName} directive> --> -<STRONG>Syntax:</STRONG> HeaderName <EM>filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> HeaderName <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> The HeaderName directive sets the name of the file that will be inserted at the top of the index listing. <EM>Filename</EM> is the name of the file @@ -268,11 +418,26 @@ <A name="indexignore"><h2>IndexIgnore</h2></A> <!--%plaintext <?INDEX {\tt IndexIgnore} directive> --> -<STRONG>Syntax:</STRONG> IndexIgnore <EM>file file ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file file ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> The IndexIgnore directive adds to the list of files to hide when listing a directory. <EM>File</EM> is a file extension, partial filename, @@ -285,11 +450,26 @@ <A name="indexoptions"><h2>IndexOptions</h2></A> <!--%plaintext <?INDEX {\tt IndexOptions} directive> --> -<STRONG>Syntax:</STRONG> IndexOptions <EM>option option ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option option ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> The IndexOptions directive specifies the behavior of the directory indexing. <EM>Option</EM> can be one of @@ -385,11 +565,26 @@ <A name="readmename"><h2>ReadmeName</h2></A> <!--%plaintext <?INDEX {\tt ReadmeName} directive> --> -<STRONG>Syntax:</STRONG> ReadmeName <EM>filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_autoindex<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ReadmeName <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_autoindex<P> The ReadmeName directive sets the name of the file that will be appended to the end of the index listing. <EM>Filename</EM> 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 @@ <HR> <h2><A name="browsermatch">BrowserMatch</A></h2> -<STRONG>Syntax:</STRONG> BrowserMatch <EM>regex attr1 attr2...</EM><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> base<BR> -<STRONG>Module:</STRONG> mod_browser<BR> -<STRONG>Compatibility:</STRONG> Apache 1.2 and above<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex attr1 attr2...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_browser<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above<P> The BrowserMatch directive defines environment variables based on the User-Agent @@ -66,11 +81,26 @@ </PRE> <P><h2><A name="browsermatchnocase">BrowserMatchNoCase</A></h2> -<STRONG>Syntax:</STRONG> BrowserMatchNoCase <EM>regex attr1 attr2...</EM><BR> -<STRONG>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> base<BR> -<STRONG>Module:</STRONG> mod_browser<BR> -<STRONG>Compatibility:</STRONG> Apache 1.2 and above +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex attr1 attr2...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_browser<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above <P>The <CODE>BrowserMatchNoCase</CODE> directive is semantically identical to the <A HREF="#browsermatch"><CODE>BrowserMatch</CODE></A> 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 @@ <HR> <h2><A name="metafiles">MetaFiles</A></h2> -<STRONG>Syntax:</STRONG> MetaFiles <EM>on/off</EM><BR> -<STRONG>Default:</STRONG> <CODE>MetaFiles off</CODE><BR> -<STRONG>Context:</STRONG> per-directory config<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_cern_meta<BR> -<STRONG>Compatibility:</STRONG> MetaFiles is only available in Apache 1.3 +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MetaFiles <EM>on/off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MetaFiles off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> per-directory config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_cern_meta<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> MetaFiles is only available in Apache 1.3 and later.<P> Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3. <h2><A name="metadir">MetaDir</A></h2> -<STRONG>Syntax:</STRONG> MetaDir <EM>directory name</EM><BR> -<STRONG>Default:</STRONG> <CODE>MetaDir .web</CODE><BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory name</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MetaDir .web</CODE><BR> <STRONG>Context: (Apache prior to 1.3)</STRONG> server config<BR> <STRONG>Context: (Apache 1.3)</STRONG> per-directory config<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_cern_meta<BR> -<STRONG>Compatibility:</STRONG> MetaDir is only available in Apache 1.1 +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_cern_meta<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> MetaDir is only available in Apache 1.1 and later.<P> Specifies the name of the directory in which Apache can find @@ -71,13 +104,28 @@ file. <h2><A name="metasuffix">MetaSuffix</A></h2> -<STRONG>Syntax:</STRONG> MetaSuffix <EM>suffix</EM><BR> -<STRONG>Default:</STRONG> <CODE>MetaSuffix .meta</CODE><BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> MetaSuffix <EM>suffix</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>MetaSuffix .meta</CODE><BR> <STRONG>Context: (Apache prior to 1.3)</STRONG> server config<BR> <STRONG>Context: (Apache 1.3)</STRONG> per-directory config<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_cern_meta<BR> -<STRONG>Compatibility:</STRONG> MetaSuffix is only available in Apache 1.1 +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_cern_meta<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> MetaSuffix is only available in Apache 1.1 and later.<P> 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 @@ <h3><A name="scriptlog">ScriptLog</A></h3> -<STRONG>Syntax:</STRONG> ScriptLog <EM>filename</EM><BR> -<STRONG>Default:</STRONG> none<BR> -<STRONG>Context:</STRONG> resource config<BR> -<STRONG>Status:</STRONG> mod_cgi +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScriptLog <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> none<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> resource config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> mod_cgi <P> The <TT>ScriptLog</TT> directive sets the CGI script error logfile. @@ -143,10 +155,22 @@ <h3><A name="scriptloglength">ScriptLogLength</A></h3> -<STRONG>Syntax:</STRONG> ScriptLogLength <EM>size</EM><BR> -<STRONG>Default:</STRONG> 10385760<BR> -<STRONG>Context:</STRONG> resource config<BR> -<STRONG>Status:</STRONG> mod_cgi +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>size</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> 10385760<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> resource config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> mod_cgi <P> <TT>ScriptLogLength</TT> can be used to limit the size of the CGI @@ -158,10 +182,22 @@ <h3><A name="scriptlogbuffer">ScriptLogBuffer</A></h3> -<STRONG>Syntax:</STRONG> ScriptLogBuffer <EM>size</EM><BR> -<STRONG>Default:</STRONG> 1024<BR> -<STRONG>Context:</STRONG> resource config<BR> -<STRONG>Status:</STRONG> mod_cgi +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>size</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> 1024<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> resource config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> mod_cgi <P> 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 @@ <h2><A name="cookielog">CookieLog</A></h2> <!--%plaintext <?INDEX {\tt CookieLog} directive> --> -<STRONG>Syntax:</STRONG> CookieLog <EM>filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Experimental<BR> -<STRONG>Module:</STRONG> mod_cookies<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CookieLog <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Experimental<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_cookies<P> The CookieLog directive sets the filename for logging of cookies. The filename is relative to the <A HREF="core.html#serverroot">ServerRoot</A>. 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 @@ <h2><A name="authdigestfile">AuthDigestFile</A></h2> -<STRONG>Syntax:</STRONG> AuthDigestFile <EM>filename</EM><BR> -<Strong>Context:</STRONG> directory, .htaccess<BR> -<Strong>Override:</STRONG> AuthConfig<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_digest<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AuthDigestFile <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> AuthConfig<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_digest<P> <P>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 @@ <A name="directoryindex"><h2>DirectoryIndex</h2></A> <!--%plaintext <?INDEX {\tt DirectoryIndex} directive> --> -<STRONG>Syntax:</STRONG> DirectoryIndex <EM>local-url local-url ...</EM><BR> -<STRONG>Default:</STRONG> <CODE>DirectoryIndex index.html</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_dir<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url local-url ...</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>DirectoryIndex index.html</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_dir<P> 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 @@ <h2><A name="loadfile">LoadFile</A></h2> <!--%plaintext <?INDEX {\tt LoadFile} directive> --> -<STRONG>Syntax:</STRONG> LoadFile <EM>filename filename ...</EM><BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Experimental<BR> -<STRONG>Module:</STRONG> mod_dld<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename filename ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Experimental<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_dld<P> 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 @@ <h2><A name="loadmodule">LoadModule</A></h2> <!--%plaintext <?INDEX {\tt LoadModule} directive> --> -<STRONG>Syntax:</STRONG> LoadModule <EM>module filename</EM><BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Experimental<BR> -<STRONG>Module:</STRONG> mod_dld<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LoadModule <EM>module filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Experimental<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_dld<P> The LoadModule directive links in the object file or library <EM>filename</EM> and adds the module structure named <EM>module</EM> 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 @@ <h2><A name="loadfile">LoadFile</A></h2> -<STRONG>Syntax:</STRONG> LoadFile <EM>filename filename ...</EM><BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core (Windows)<BR> -<STRONG>Module:</STRONG> mod_dll<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename filename ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core (Windows)<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_dll<P> 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 <A HREF="core.html#serverroot">ServerRoot</A>.<P><HR> <h2><A name="loadmodule">LoadModule</A></h2> -<STRONG>Syntax:</STRONG> LoadModule <EM>module filename</EM><BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Core (Windows)<BR> -<STRONG>Module:</STRONG> mod_dll<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LoadModule <EM>module filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Core (Windows)<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_dll<P> The LoadModule directive links in the object file or library <EM>filename</EM> and adds the module structure named <EM>module</EM> 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 @@ <HR> <h2><A name="passenv">PassEnv</A></h2> -<STRONG>Syntax:</STRONG> PassEnv <EM>variable variable ...</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_env<BR> -<STRONG>Compatibility:</STRONG> PassEnv is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable variable ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_env<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> PassEnv is only available in Apache 1.1 and later.<P> Specifies one or more environment variables to pass to CGI scripts @@ -54,11 +69,26 @@ <HR> <h2><A name="setenv">SetEnv</A></h2> -<STRONG>Syntax:</STRONG> SetEnv <EM>variable value</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_env<BR> -<STRONG>Compatibility:</STRONG> SetEnv is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> SetEnv <EM>variable value</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_env<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> SetEnv is only available in Apache 1.1 and later.<P> Sets an environment variable, which is then passed on to CGI @@ -70,11 +100,26 @@ <HR> <h2><A name="unsetenv">UnsetEnv</A></h2> -<STRONG>Syntax:</STRONG> UnsetEnv <EM>variable variable ...</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_env<BR> -<STRONG>Compatibility:</STRONG> UnsetEnv is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable variable ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_env<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> UnsetEnv is only available in Apache 1.1 and later.<P> 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 @@ </A></H2> <!--%plaintext <?INDEX {\tt ExpiresActive} directive> --> <P> - <STRONG>Syntax:</STRONG> ExpiresActive <EM>boolean</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> ExpiresActive <EM>boolean</EM> <BR> - <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess <BR> - <STRONG>Override:</STRONG> Indexes + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> Indexes <BR> - <STRONG>Status:</STRONG> Extension + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Extension <BR> - <STRONG>Module:</STRONG> mod_expires + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_expires </P> <P> This directive enables or disables the generation of the @@ -97,15 +112,30 @@ </A></H2> <!--%plaintext <?INDEX {\tt ExpiresByType} directive> --> <P> - <STRONG>Syntax:</STRONG> ExpiresByType <EM>mime-type <code>seconds</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type <code>seconds</EM> <BR> - <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess <BR> - <STRONG>Override:</STRONG> Indexes + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> Indexes <BR> - <STRONG>Status:</STRONG> Extension + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Extension <BR> - <STRONG>Module:</STRONG> mod_expires + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_expires </P> <P> This directive defines the value of the <CODE>Expires</CODE> header @@ -167,15 +197,30 @@ </A></H2> <!--%plaintext <?INDEX {\tt ExpiresDefault} directive> --> <P> - <STRONG>Syntax:</STRONG> ExpiresDefault <EM><code>seconds</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> ExpiresDefault <EM><code>seconds</EM> <BR> - <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess <BR> - <STRONG>Override:</STRONG> Indexes + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> Indexes <BR> - <STRONG>Status:</STRONG> Extension + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Extension <BR> - <STRONG>Module:</STRONG> mod_expires + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_expires </P> <P> 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 @@ <HR> <h2><A name="header">Header</A></h2> -<STRONG>Syntax:</STRONG> Header [ set | append | add ] <EM>header</EM> <EM>value</EM><BR> -<STRONG>Syntax:</STRONG> Header unset <EM>header</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, access.conf, .htaccess<BR> -<STRONG>Status:</STRONG> optional<BR> -<STRONG>Module:</STRONG> mod_header<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Header [ set | append | add ] <EM>header</EM> <EM>value</EM><BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> Header unset <EM>header</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, access.conf, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> optional<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_header<P> 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 @@ <P> <h3><A name="imapmenu">ImapMenu</A></h3> -<STRONG>Syntax:</STRONG> ImapMenu <CODE>{none, formatted, semi-formatted, +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ImapMenu <CODE>{none, formatted, semi-formatted, unformatted}</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Module:</STRONG> mod_imap.c<BR> -<STRONG>Compatibility:</STRONG> ImapMenu is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_imap.c<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ImapMenu is only available in Apache 1.1 and later.<P> The ImapMenu directive determines the action taken if an imagemap file @@ -101,12 +116,27 @@ <P> <h3><A name="imapdefault">ImapDefault</A></h3> -<STRONG>Syntax:</STRONG> ImapDefault <CODE>{error, nocontent, +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ImapDefault <CODE>{error, nocontent, map, referer, URL}</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Module:</STRONG> mod_imap.c<BR> -<STRONG>Compatibility:</STRONG> ImapDefault is only available in Apache +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_imap.c<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ImapDefault is only available in Apache 1.1 and later.<P> @@ -120,11 +150,26 @@ <P> <h3><A name="imapbase">ImapBase</A></h3> -<STRONG>Syntax:</STRONG> ImapBase <CODE>{map, referer, URL}</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Module:</STRONG> mod_imap.c<BR> -<STRONG>Compatibility:</STRONG> ImapBase is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ImapBase <CODE>{map, referer, URL}</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_imap.c<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ImapBase is only available in Apache 1.1 and later.<P> The ImapBase directive sets the default <CODE>base</CODE> 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 @@ <h2><A name="xbithack">XBitHack</A></h2> <!--%plaintext <?INDEX {\tt XBitHack} directive> --> -<STRONG>Syntax:</STRONG> XBitHack <EM>status</EM><BR> -<STRONG>Default:</STRONG> <CODE>XBitHack off</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Options<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_include<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> XBitHack <EM>status</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>XBitHack off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Options<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_include<P> 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 @@ <HR> <H2><A NAME="addmoduleinfo">AddModuleInfo</A></H2> -<STRONG>Syntax:</STRONG> AddModuleInfo <EM>module-name string</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> base<BR> -<STRONG>Module:</STRONG> mod_browser<BR> -<STRONG>Compatibility:</STRONG> Apache 1.3 and above<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddModuleInfo <EM>module-name string</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_browser<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above<P> This allows the content of <EM>string</EM> 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 @@ <h2><A name="agentlog">AgentLog</A></h2> <!--%plaintext <?INDEX {\tt AgentLog} directive> --> -<STRONG>Syntax:</STRONG> AgentLog <EM>file-pipe</EM><BR> -<STRONG>Default:</STRONG> <CODE>AgentLog logs/agent_log</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_log_agent<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AgentLog <EM>file-pipe</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>AgentLog logs/agent_log</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_agent<P> The AgentLog directive sets the name of the file to which the server will log the UserAgent header of incoming requests. <EM>File-pipe</EM> 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 @@ <h2><A name="transferlog">TransferLog</A></h2> <!--%plaintext <?INDEX {\tt TransferLog} directive> --> -<STRONG>Syntax:</STRONG> TransferLog <EM>file-pipe</EM><BR> -<STRONG>Default:</STRONG> <CODE>TransferLog logs/transfer_log</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_log_common<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> TransferLog <EM>file-pipe</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>TransferLog logs/transfer_log</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_common<P> The TransferLog directive sets the name of the file to which the server will log the incoming requests. <EM>File-pipe</EM> 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 @@ <h2><A name="cookielog">CookieLog</A></h2> <!--%plaintext <?INDEX {\tt CookieLog} directive> --> -<STRONG>Syntax:</STRONG> CookieLog <EM>filename</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Module:</STRONG> mod_cookies<BR> -<STRONG>Compatibility:</STRONG> Only available in Apache 1.2 and above<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CookieLog <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_cookies<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> Only available in Apache 1.2 and above<P> The CookieLog directive sets the filename for logging of cookies. The filename is relative to the <A @@ -205,14 +217,26 @@ <HR> <H2><A NAME="customlog">CustomLog</A></H2> -<STRONG>Syntax:</STRONG> CustomLog <EM>file-pipe</EM> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CustomLog <EM>file-pipe</EM> <EM>format-or-nickname</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> <STRONG>Compatibility: </STRONG> Nickname only available in Apache 1.3 or later <BR> -<STRONG>Module:</STRONG> mod_log_config +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_config <P> The first argument is the filename to which log records should be written. This is used @@ -241,16 +265,31 @@ <HR> <h2><A name="logformat">LogFormat</A></h2> <!--%plaintext <?INDEX {\tt LogFormat} directive> --> -<STRONG>Syntax:</STRONG> LogFormat <EM>format</EM> [<EM>nickname</EM>] +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LogFormat <EM>format</EM> [<EM>nickname</EM>] <BR> -<STRONG>Default:</STRONG> <CODE>LogFormat "%h %l %u %t \"%r\" +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>LogFormat "%h %l %u %t \"%r\" %s %b"</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> <STRONG>Compatibility: </STRONG> Nickname only available in Apache 1.3 or later <BR> -<STRONG>Module:</STRONG> mod_log_config +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_config <P> This sets the format of the default logfile named by the <A @@ -278,11 +317,26 @@ <HR> <h2><A name="transferlog">TransferLog</A></h2> <!--%plaintext <?INDEX {\tt TransferLog} directive> --> -<STRONG>Syntax:</STRONG> TransferLog <EM>file-pipe</EM><BR> -<STRONG>Default:</STRONG> none<BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_log_config<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> TransferLog <EM>file-pipe</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> none<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_config<P> 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 @@ <h2><A name="refererignore">RefererIgnore</A></h2> <!--%plaintext <?INDEX {\tt RefererIgnore} directive> --> -<STRONG>Syntax:</STRONG> RefererIgnore <EM>string string ...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_log_referer<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string string ...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_referer<P> 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 @@ <h2><A name="refererlog">RefererLog</A></h2> <!--%plaintext <?INDEX {\tt RefererLog} directive> --> -<STRONG>Syntax:</STRONG> RefererLog <EM>file-pipe</EM><BR> -<STRONG>Default:</STRONG> <CODE>RefererLog logs/referer_log</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Extension<BR> -<STRONG>Module:</STRONG> mod_log_referer<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> RefererLog <EM>file-pipe</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>RefererLog logs/referer_log</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Extension<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_log_referer<P> The RefererLog directive sets the name of the file to which the server will log the Referer header of incoming requests. <EM>File-pipe</EM> 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 @@ <h2><A name="addencoding">AddEncoding</A></h2> <!--%plaintext <?INDEX {\tt AddEncoding} directive> --> -<STRONG>Syntax:</STRONG> AddEncoding <EM>mime-enc extension extension...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddEncoding <EM>mime-enc extension extension...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<P> The AddEncoding directive adds to the list of filename extensions which filenames may end in for the specified encoding type. <EM>Mime-enc</EM> @@ -106,11 +121,26 @@ <h2><A name="addhandler">AddHandler</A></h2> -<STRONG>Syntax:</STRONG> AddHandler <EM>handler-name extension extension...</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<BR> -<STRONG>Compatibility:</STRONG> AddHandler is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension extension...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> AddHandler is only available in Apache 1.1 and later<P> <P>AddHandler maps the filename extensions <EM>extension</EM> to the @@ -128,11 +158,26 @@ <h2><A name="addlanguage">AddLanguage</A></h2> <!--%plaintext <?INDEX {\tt AddLanguage} directive> --> -<STRONG>Syntax:</STRONG> AddLanguage <EM>mime-lang extension extension...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddLanguage <EM>mime-lang extension extension...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<P> The AddLanguage directive adds to the list of filename extensions which filenames may end in for the specified content language. <EM>Mime-lang</EM> @@ -152,11 +197,26 @@ <h2><A name="addtype">AddType</A></h2> <!--%plaintext <?INDEX {\tt AddType} directive> --> -<STRONG>Syntax:</STRONG> AddType <EM>mime-type extension extension...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> AddType <EM>mime-type extension extension...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<P> The AddType directive adds to the list of filename extensions which filenames may end in for the specified content type. <EM>Mime-enc</EM> @@ -172,11 +232,26 @@ <h2><A name="forcetype">ForceType</A></h2> -<STRONG>Syntax:</STRONG> ForceType <EM>media type</EM><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<BR> -<STRONG>Compatibility:</STRONG> ForceType is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ForceType <EM>media type</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ForceType is only available in Apache 1.1 and later.<P> <P>When placed into an <CODE>.htaccess</CODE> file or a @@ -193,11 +268,26 @@ <h2><A name="sethandler">SetHandler</A></h2> -<STRONG>Syntax:</STRONG> SetHandler <EM>handler-name</EM><BR> -<STRONG>Context:</STRONG> directory, .htaccess<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<BR> -<STRONG>Compatibility:</STRONG> SetHandler is only available in Apache +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> SetHandler <EM>handler-name</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> directory, .htaccess<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> SetHandler is only available in Apache 1.1 and later.<P> <P>When placed into an <CODE>.htaccess</CODE> file or a @@ -224,11 +314,26 @@ <h2><A name="typesconfig">TypesConfig</A></h2> <!--%plaintext <?INDEX {\tt TypesConfig} directive> --> -<STRONG>Syntax:</STRONG> TypesConfig <EM>filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>TypesConfig conf/mime.types</CODE><BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_mime<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> TypesConfig <EM>filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>TypesConfig conf/mime.types</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_mime<P> The TypesConfig directive sets the location of the mime types configuration file. <EM>Filename</EM> 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 </A></H2> <P> - <STRONG>Syntax:</STRONG> MimeMagicFile <EM>magic-file-name</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> MimeMagicFile <EM>magic-file-name</EM> <BR> - <STRONG>Default:</STRONG> none + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> none <BR> - <STRONG>Context:</STRONG> server config, virtual host + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config, virtual host <BR> - <STRONG>Status:</STRONG> Extension + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Extension <BR> - <STRONG>Module:</STRONG> mod_mime_magic + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_mime_magic <P> The <CODE>MimeMagicFile</CODE> 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 @@ <h2><A name="cachenegotiateddocs">CacheNegotiatedDocs</A></h2> -<STRONG>Syntax:</STRONG> CacheNegotiatedDocs<BR> -<Strong>Context:</STRONG> server config<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_negotiation<BR> -<STRONG>Compatibility:</STRONG> CacheNegotiatedDocs is only available +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_negotiation<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheNegotiatedDocs is only available in Apache 1.1 and later.<P> <P>If set, this directive allows content-negotiated documents to be @@ -118,11 +133,26 @@ <h2><A name="languagepriority">LanguagePriority</A></h2> <!--%plaintext <?INDEX {\tt LanguagePriority} directive> --> -<STRONG>Syntax:</STRONG> LanguagePriority <EM>mime-lang mime-lang...</EM><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_negotiation<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>mime-lang mime-lang...</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_negotiation<P> 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 @@ <HR> <A name="proxyrequests"><h2>ProxyRequests</h2></A> -<STRONG>Syntax:</STRONG> ProxyRequests <EM>on/off</EM><BR> -<STRONG>Default:</STRONG> <CODE>ProxyRequests Off</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> ProxyRequests is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ProxyRequests <EM>on/off</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>ProxyRequests Off</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ProxyRequests is only available in Apache 1.1 and later.<P> This allows or prevents Apache from functioning as a proxy @@ -76,13 +97,34 @@ <HR> <A name="proxyremote"><h2>ProxyRemote</h2></A> -<STRONG>Syntax:</STRONG> ProxyRemote <EM><match> <remote-server></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> ProxyRemote is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ProxyRemote <EM><match> <remote-server></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ProxyRemote is only available in Apache 1.1 and later.<P> This defines remote proxies to this proxy. <match> is either the @@ -112,13 +154,34 @@ <HR> <A name="proxypass"><h2>ProxyPass</h2></A> -<STRONG>Syntax:</STRONG> ProxyPass <EM><path> <url></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> ProxyPass is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ProxyPass <EM><path> <url></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ProxyPass is only available in Apache 1.1 and later.<P> This directive allows remote servers to be mapped into the space of the local @@ -138,13 +201,34 @@ <HR> <A name="proxyblock"><h2>ProxyBlock</h2></A> -<STRONG>Syntax:</STRONG> ProxyBlock <EM><word/host/domain list></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> ProxyBlock is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ProxyBlock <EM><word/host/domain list></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ProxyBlock is only available in Apache 1.2 and later.<P> The ProxyBlock directive specifies a list of words, hosts and/or domains, @@ -172,17 +256,38 @@ <HR> <A name="noproxy"><h2>NoProxy</h2></A> -<STRONG>Syntax:</STRONG> NoProxy { <A HREF="#domain"><EM><Domain></EM></A> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> NoProxy { <A HREF="#domain"><EM><Domain></EM></A> | <A HREF="#subnet"><EM><SubNet></EM></A> | <A HREF="#ipaddr"><EM><IpAddr></EM></A> | <A HREF="#hostname"><EM><Hostname></EM></A> } <BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> NoProxy is only available in +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> NoProxy is only available in Apache 1.3 and later.<P> This directive is only useful for Apache proxy servers within intranets. @@ -288,13 +393,34 @@ <HR> <A name="proxydomain"><h2>ProxyDomain</h2></A> -<STRONG>Syntax:</STRONG> ProxyDomain <EM><Domain></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> ProxyDomain is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> ProxyDomain <EM><Domain></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> ProxyDomain is only available in Apache 1.3 and later.<P> This directive is only useful for Apache proxy servers within intranets. @@ -314,13 +440,34 @@ <HR> <A name="cacheroot"><h2>CacheRoot</h2></A> -<STRONG>Syntax:</STRONG> CacheRoot <EM><directory></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheRoot is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheRoot <EM><directory></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheRoot is only available in Apache 1.1 and later.<P> Sets the name of the directory to contain cache files; this must be @@ -330,13 +477,34 @@ <HR> <A name="cachesize"><h2>CacheSize</h2></A> -<STRONG>Syntax:</STRONG> CacheSize <EM><size></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheSize 5</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheSize is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheSize <EM><size></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheSize 5</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheSize is only available in Apache 1.1 and later.<P> Sets the desired space usage of the cache, in KB (1024-byte units). Although @@ -346,13 +514,34 @@ <HR> <A name="cachegcinterval"><h2>CacheGcInterval</h2></A> -<STRONG>Syntax:</STRONG> CacheGcInterval <EM><time></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheGcinterval is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM><time></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheGcinterval is only available in Apache 1.1 and later.<P> Check the cache every <time> hours, and delete files if the space @@ -361,13 +550,34 @@ <HR> <A name="cachemaxexpire"><h2>CacheMaxExpire</h2></A> -<STRONG>Syntax:</STRONG> CacheMaxExpire <EM><time></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheMaxExpire 24</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheMaxExpire is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM><time></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheMaxExpire 24</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheMaxExpire is only available in Apache 1.1 and later.<P> Cachable HTTP documents will be retained for at most <time> hours without @@ -378,13 +588,34 @@ <HR> <A name="cachelastmodifiedfactor"><h2>CacheLastModifiedFactor</h2></A> -<STRONG>Syntax:</STRONG> CacheLastModifiedFactor <EM><factor></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheLastModifiedFactor 0.1</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheLastModifiedFactor is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM><factor></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheLastModifiedFactor 0.1</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheLastModifiedFactor is only available in Apache 1.1 and later.<P> If the origin HTTP server did not supply an expiry date for the @@ -401,13 +632,34 @@ <HR> <A name="cachedirlevels"><h2>CacheDirLevels</h2></A> -<STRONG>Syntax:</STRONG> CacheDirLevels <EM><levels></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheDirLevels 3</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheDirLevels is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM><levels></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheDirLevels 3</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheDirLevels is only available in Apache 1.1 and later.<P> CacheDirLevels sets the number of levels of subdirectories in the cache. @@ -416,13 +668,34 @@ <HR> <A name="cachedirlength"><h2>CacheDirLength</h2></A> -<STRONG>Syntax:</STRONG> CacheDirLength <EM><length></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheDirLength 1</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheDirLength is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheDirLength <EM><length></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheDirLength 1</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheDirLength is only available in Apache 1.1 and later.<P> CacheDirLength sets the number of characters in proxy cache subdirectory names. @@ -430,13 +703,34 @@ <HR> <A name="cachedefaultexpire"><h2>CacheDefaultExpire</h2></A> -<STRONG>Syntax:</STRONG> CacheDefaultExpire <EM><time></EM><BR> -<STRONG>Default:</STRONG> <CODE>CacheDefaultExpire 1</CODE><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> CacheDefaultExpire is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM><time></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>CacheDefaultExpire 1</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> CacheDefaultExpire is only available in Apache 1.1 and later.<P> If the document is fetched via a protocol that does not support expiry times, @@ -447,13 +741,34 @@ <HR> <A name="nocache"><h2>NoCache</h2></A> -<STRONG>Syntax:</STRONG> NoCache <EM><word/host/domain list></EM><BR> -<STRONG>Default:</STRONG> <EM>None</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_proxy<BR> -<STRONG>Compatibility:</STRONG> NoCache is only available in +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> NoCache <EM><word/host/domain list></EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>None</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_proxy<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> NoCache is only available in Apache 1.1 and later.<P> 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 @@ </CENTER> <A name="RewriteEngine"><h3>RewriteEngine</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR> -<STRONG>Default:</STRONG> <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR> -<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR> <P> The <TT>RewriteEngine</TT> directive enables or disables the @@ -111,9 +120,18 @@ <P> <A name="RewriteOptions"><h3>RewriteOptions</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteOptions</CODE> <EM>Option</EM> ...<BR> -<STRONG>Default:</STRONG> -<EM>None</EM>-<BR> -<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteOptions</CODE> <EM>Option</EM> ...<BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR> <P> The <TT>RewriteOptions</TT> directive sets some special options for the @@ -134,9 +152,18 @@ <P> <A name="RewriteLog"><h3>RewriteLog</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR> -<STRONG>Default:</STRONG> -<EM>None</EM>-<BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> <P> The <TT>RewriteLog</TT> directive sets the name of the file to which the @@ -183,9 +210,18 @@ <P> <A name="RewriteLogLevel"><h3>RewriteLogLevel</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR> -<STRONG>Default:</STRONG> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> <P> The <TT>RewriteLogLevel</TT> directive set the verbosity level of the rewriting @@ -219,9 +255,18 @@ <P> <A name="RewriteMap"><h3>RewriteMap</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteMap</CODE> <EM>Mapname</EM> <CODE>{txt,dbm,prg}:</CODE><EM>Filename</EM><BR> -<STRONG>Default:</STRONG> not used per default<BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteMap</CODE> <EM>Mapname</EM> <CODE>{txt,dbm,prg}:</CODE><EM>Filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> not used per default<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> <P> The <TT>RewriteMap</TT> directive defines an external <EM>Rewriting Map</EM> @@ -361,9 +406,18 @@ <P> <A name="RewriteBase"><h3>RewriteBase</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR> -<STRONG>Default:</STRONG> <EM>default is the physical directory path</EM><BR> -<STRONG>Context:</STRONG> per-directory config<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <EM>default is the physical directory path</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> per-directory config<BR> <P> The <TT>RewriteBase</TT> directive explicitly sets the base URL for @@ -464,9 +518,18 @@ <P> <A name="RewriteCond"><h3>RewriteCond</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteCond</CODE> <EM>TestString</EM> <EM>CondPattern</EM><BR> -<STRONG>Default:</STRONG> -<EM>None</EM>-<BR> -<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteCond</CODE> <EM>TestString</EM> <EM>CondPattern</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR> <P> The <TT>RewriteCond</TT> directive defines a rule condition. Precede a @@ -760,9 +823,18 @@ <P> <A name="RewriteRule"><h3>RewriteRule</h3></A> -<STRONG>Syntax:</STRONG> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR> -<STRONG>Default:</STRONG> -<EM>None</EM>-<BR> -<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR> <P> The <TT>RewriteRule</TT> 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 @@ <HR> <!-- the HR is part of the directive description --> <H2><A NAME="BrowserMatch">The <SAMP>BrowserMatch</SAMP> Directive</A></H2> <P> - <STRONG>Syntax:</STRONG> BrowserMatch <EM>regex envar[=value] [...]</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex envar[=value] [...]</EM> <BR> - <STRONG>Default:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Context:</STRONG> server config + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config <BR> - <STRONG>Override:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Status:</STRONG> Base + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Base <BR> - <STRONG>Module:</STRONG> mod_setenvif + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_setenvif <BR> - <STRONG>Compatibility:</STRONG> Apache 1.2 and above + <A + HREF="directive-dict.html#Compatibility" + REL="Help" + ><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above </P> <P> The BrowserMatch directive defines environment variables based on the @@ -120,19 +141,40 @@ </A> </H2> <P> - <STRONG>Syntax:</STRONG> BrowserMatchNoCase <EM>regex envar[=value] [...]</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value] [...]</EM> <BR> - <STRONG>Default:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Context:</STRONG> server config + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config <BR> - <STRONG>Override:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Status:</STRONG> Base + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Base <BR> - <STRONG>Module:</STRONG> mod_setenvif + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_setenvif <BR> - <STRONG>Compatibility:</STRONG> Apache 1.2 and above + <A + HREF="directive-dict.html#Compatibility" + REL="Help" + ><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above </P> <P> The <SAMP>BrowserMatchNoCase</SAMP> directive is semantically identical to @@ -171,19 +213,40 @@ </A> </H2> <P> - <STRONG>Syntax:</STRONG> SetEnvIf <EM> attribute regex envar[=value] [...]</EM> + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value] [...]</EM> <BR> - <STRONG>Default:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Context:</STRONG> server config + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config <BR> - <STRONG>Override:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Status:</STRONG> Base + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Base <BR> - <STRONG>Module:</STRONG> mod_setenvif + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_setenvif <BR> - <STRONG>Compatibility:</STRONG> Apache 1.3 and above + <A + HREF="directive-dict.html#Compatibility" + REL="Help" + ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above </P> <P> The <SAMP>SetEnvIf</SAMP> directive defines environment variables @@ -237,20 +300,41 @@ </A> </H2> <P> - <STRONG>Syntax:</STRONG> SetEnvIfNoCase + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase <EM> attribute regex envar[=value] [...]</EM> <BR> - <STRONG>Default:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Context:</STRONG> server config + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config <BR> - <STRONG>Override:</STRONG> <EM>none</EM> + <A + HREF="directive-dict.html#Override" + REL="Help" + ><STRONG>Override:</STRONG></A> <EM>none</EM> <BR> - <STRONG>Status:</STRONG> Base + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Base <BR> - <STRONG>Module:</STRONG> mod_setenvif + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_setenvif <BR> - <STRONG>Compatibility:</STRONG> Apache 1.3 and above + <A + HREF="directive-dict.html#Compatibility" + REL="Help" + ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above </P> <P> The <SAMP>SetEnvIfNoCase</SAMP> 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 @@ <HR> <!-- the HR is part of the directive description --> <A name="checkspelling"><h2>CheckSpelling</h2></A> <!--%plaintext <?INDEX {\tt CheckSpelling} directive> --> - <STRONG>Syntax:</STRONG> CheckSpelling <EM>on/off</EM><BR> - <STRONG>Default:</STRONG> <CODE>CheckSpelling Off</CODE><BR> - <Strong>Context:</STRONG> server config, virtual host<BR> - <STRONG>Status:</STRONG> Base<BR> - <STRONG>Module:</STRONG> mod_speling<BR> - <STRONG>Compatibility:</STRONG> CheckSpelling was available as a separately + <A + HREF="directive-dict.html#Syntax" + REL="Help" + ><STRONG>Syntax:</STRONG></A> CheckSpelling <EM>on/off</EM><BR> + <A + HREF="directive-dict.html#Default" + REL="Help" + ><STRONG>Default:</STRONG></A> <CODE>CheckSpelling Off</CODE><BR> + <A + HREF="directive-dict.html#Context" + REL="Help" + ><STRONG>Context:</STRONG></A> server config, virtual host<BR> + <A + HREF="directive-dict.html#Status" + REL="Help" + ><STRONG>Status:</STRONG></A> Base<BR> + <A + HREF="directive-dict.html#Module" + REL="Help" + ><STRONG>Module:</STRONG></A> mod_speling<BR> + <A + HREF="directive-dict.html#Compatibility" + REL="Help" + ><STRONG>Compatibility:</STRONG></A> 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<!-- or: available as a separate module-->.<P> 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 @@ <h2><A name="userdir">UserDir</A></h2> <!--%plaintext <?INDEX {\tt UserDir} directive> --> -<STRONG>Syntax:</STRONG> UserDir <EM>directory/filename</EM><BR> -<STRONG>Default:</STRONG> <CODE>UserDir public_html</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_userdir<BR> -<STRONG>Compatibility:</STRONG> All forms except the <CODE>UserDir +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> UserDir <EM>directory/filename</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>UserDir public_html</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> Base<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_userdir<BR> +<A + HREF="directive-dict.html#Compatibility" + REL="Help" +><STRONG>Compatibility:</STRONG></A> All forms except the <CODE>UserDir public_html</CODE> form are only available in Apache 1.1 or above. Use of the <SAMP>enabled</SAMP> keyword, or <SAMP>disabled</SAMP> with a list of usernames, is only available in Apache 1.3 and above.<P> 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 @@ <HR> <h2><A name="cookieexpires">CookieExpires</A></h2> -<STRONG>Syntax:</STRONG> CookieExpires <EM>expiry-period</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host<BR> -<STRONG>Status:</STRONG> optional<BR> -<STRONG>Module:</STRONG> mod_usertrack<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CookieExpires <EM>expiry-period</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> optional<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_usertrack<P> When used, this directive sets an expiry time on the cookie generated by the usertrack module. The <EM>expiry-period</EM> can be given either @@ -70,12 +82,27 @@ browser session.</P> <h2><A name="cookietracking">CookieTracking</A></h2> -<STRONG>Syntax:</STRONG> CookieTracking <EM>on | off</EM><BR> -<STRONG>Context:</STRONG> server config, virtual host, directory, +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> CookieTracking <EM>on | off</EM><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> -<STRONG>Override:</STRONG> FileInfo<BR> -<STRONG>Status:</STRONG> optional<BR> -<STRONG>Module:</STRONG> mod_usertrack<P> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> FileInfo<BR> +<A + HREF="directive-dict.html#Status" + REL="Help" +><STRONG>Status:</STRONG></A> optional<BR> +<A + HREF="directive-dict.html#Module" + REL="Help" +><STRONG>Module:</STRONG></A> mod_usertrack<P> When the user track module is compiled in, and "CookieTracking on" is set, Apache will start sending a user-tracking cookie for all new