Loading docs/manual/mod/core.html +18 −12 Changes for docs/manual/mod/core.html: 18 added lines, 12 removed lines. Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ AuthType Basic<br> AuthName somedomain<br> AuthUserFile /web/users<br> AuthGroupFile /web/groups<br> Limit <GET POST><br> <Limit GET POST><br> require group admin<br> </Limit> </code></blockquote> Loading Loading @@ -958,11 +958,14 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitcpu">RLimitCPU</A <A name="satisfy"><h2>Satisfy</h2></A> <!--%plaintext <?INDEX {\tt Satisfy} directive> --> <strong>Syntax:</strong><br> <strong>Syntax:</strong> Satisfy <em>'any' or 'all'</em><br> <strong>Context:</strong> server config, virtual host, directory, .htaccess<br> <strong>Status:</strong> core<br> <strong>Compatibility:</strong> 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>. <p><hr> <A name="sendbuffersize"><h2>SendBufferSize</h2></A> Loading Loading @@ -1026,7 +1029,7 @@ were <code>monster.wibble.com</code>.<p><hr> <strong>Compatibility:</strong> ServerPath is only available in Apache 1.1 and later.<p> The ServerAlias directive sets the legacy URL pathname for a host, for The ServerPath directive sets the legacy URL pathname for a host, for use with <a href="../host.html">Host-header based virtual hosts</a>. <hr> Loading @@ -1040,7 +1043,8 @@ use with <a href="../host.html">Host-header based virtual hosts</a>. The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories <code>conf/</code> and <code>logs/</code>. Relative paths for other configuration files are taken as relative to this directory.<p><hr> as relative to this directory.<br> See also <a href="../invoking.html">the <code>-d</code> option to httpd</a>.<p><hr> <A name="servertype"><h2>ServerType directive</h2></A> <!--%plaintext <?INDEX {\tt ServerType} directive> --> Loading Loading @@ -1146,7 +1150,9 @@ dangers are.<p><hr> <strong>Syntax:</strong> <VirtualHost <em>addr</em>[:<em>port</em>]> ... </VirtualHost> <br> <strong>Context:</strong> server config<br> <strong>Status:</strong> Core. <p> <strong>Status:</strong> Core.<br> <strong>Compatibility:</strong> Non-IP address-based Virtual Hosting is only available in Apache 1.2 and later.<p> <VirtualHost> and </VirtualHost> are used to enclose a group of directives which will apply only to a particular virtual host. Loading @@ -1169,13 +1175,13 @@ TransferLog logs/host.foo.com-access_log <br> </VirtualHost> </code></blockquote> Currently, each VirtualHost must correspond to a different IP address for the server, so the server machine must be configured to accept IP packets for multiple addresses. If the machine does not have multiple network interfaces, then this can be accomplished with the <code>ifconfig alias</code> command (if your OS supports it), or with kernel patches like <A HREF="../misc/vif-info.html">VIF</A> (for SunOS(TM) 4.1.x).<p> Each VirtualHost must correspond to a different IP address or a different host name for the server, in the latter case the server machine must be configured to accept IP packets for multiple addresses. (If the machine does not have multiple network interfaces, then this can be accomplished with the <code>ifconfig alias</code> command (if your OS supports it), or with kernel patches like <A HREF="../misc/vif-info.html">VIF</A> (for SunOS(TM) 4.1.x)).<p> <p><strong>See also:</strong> <A HREF="../virtual-host.html">Information on Virtual Hosts. Loading docs/manual/mod/mod_include.html +8 −7 Changes for docs/manual/mod/mod_include.html: 8 added lines, 7 removed lines. Original line number Diff line number Diff line Loading @@ -224,13 +224,14 @@ elements are: Regular expressions have the same syntax as those found in the Unix egrep command. <DT>( <I>test_condition</I> )<DD>true if <I>test_condition</I> is true <DT>! <I>test_condition</I><DD>true if <I>test_condition</I> is false <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> && <I>test_condition2</I><DD>true if both <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> || <I>test_condition2</I><DD>true if either <I>test_condition1</I> or <I>test_condition2</I> is true <DT>( <I>test_condition</I> ) <DD>true if <I>test_condition</I> is true <DT>! <I>test_condition</I> <DD>true if <I>test_condition</I> is false <DT><I>test_condition1</I> && <I>test_condition2</I> <DD>true if both <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> || <I>test_condition2</I> <DD>true if either <I>test_condition1</I> or <I>test_condition2</I> is true </DL> <P> "<I>=</I>" and "</I>!=</I>" bind more tightly than "<I>&&</I>" and "<I>||</I>". Loading docs/manual/mod/mod_proxy.html +4 −4 Changes for docs/manual/mod/mod_proxy.html: 4 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ partial URL for the remote server. Syntax: <pre> <remote-server> = <protocol>://<hostname>[:port] </pre> <protocol> is the protocol that should be used to communicate with the remote server; only "http" is supported by this module. <protocol> is the protocol that should be used to communicate with the remote server; only "http" is supported by this module. Example: <pre> Loading Loading @@ -186,7 +186,7 @@ then the latter takes precedence. Apache 1.1 and later.<p> If the document is fetched via a protocol that does not support expirytimes, then use <time> as the expiry time. then use <time> hours as the expiry time. <a href="#cachemaxexpire">CacheMaxExpire</a> does <strong>not</strong> override. Loading Loading
docs/manual/mod/core.html +18 −12 Changes for docs/manual/mod/core.html: 18 added lines, 12 removed lines. Original line number Diff line number Diff line Loading @@ -861,7 +861,7 @@ AuthType Basic<br> AuthName somedomain<br> AuthUserFile /web/users<br> AuthGroupFile /web/groups<br> Limit <GET POST><br> <Limit GET POST><br> require group admin<br> </Limit> </code></blockquote> Loading Loading @@ -958,11 +958,14 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitcpu">RLimitCPU</A <A name="satisfy"><h2>Satisfy</h2></A> <!--%plaintext <?INDEX {\tt Satisfy} directive> --> <strong>Syntax:</strong><br> <strong>Syntax:</strong> Satisfy <em>'any' or 'all'</em><br> <strong>Context:</strong> server config, virtual host, directory, .htaccess<br> <strong>Status:</strong> core<br> <strong>Compatibility:</strong> 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>. <p><hr> <A name="sendbuffersize"><h2>SendBufferSize</h2></A> Loading Loading @@ -1026,7 +1029,7 @@ were <code>monster.wibble.com</code>.<p><hr> <strong>Compatibility:</strong> ServerPath is only available in Apache 1.1 and later.<p> The ServerAlias directive sets the legacy URL pathname for a host, for The ServerPath directive sets the legacy URL pathname for a host, for use with <a href="../host.html">Host-header based virtual hosts</a>. <hr> Loading @@ -1040,7 +1043,8 @@ use with <a href="../host.html">Host-header based virtual hosts</a>. The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories <code>conf/</code> and <code>logs/</code>. Relative paths for other configuration files are taken as relative to this directory.<p><hr> as relative to this directory.<br> See also <a href="../invoking.html">the <code>-d</code> option to httpd</a>.<p><hr> <A name="servertype"><h2>ServerType directive</h2></A> <!--%plaintext <?INDEX {\tt ServerType} directive> --> Loading Loading @@ -1146,7 +1150,9 @@ dangers are.<p><hr> <strong>Syntax:</strong> <VirtualHost <em>addr</em>[:<em>port</em>]> ... </VirtualHost> <br> <strong>Context:</strong> server config<br> <strong>Status:</strong> Core. <p> <strong>Status:</strong> Core.<br> <strong>Compatibility:</strong> Non-IP address-based Virtual Hosting is only available in Apache 1.2 and later.<p> <VirtualHost> and </VirtualHost> are used to enclose a group of directives which will apply only to a particular virtual host. Loading @@ -1169,13 +1175,13 @@ TransferLog logs/host.foo.com-access_log <br> </VirtualHost> </code></blockquote> Currently, each VirtualHost must correspond to a different IP address for the server, so the server machine must be configured to accept IP packets for multiple addresses. If the machine does not have multiple network interfaces, then this can be accomplished with the <code>ifconfig alias</code> command (if your OS supports it), or with kernel patches like <A HREF="../misc/vif-info.html">VIF</A> (for SunOS(TM) 4.1.x).<p> Each VirtualHost must correspond to a different IP address or a different host name for the server, in the latter case the server machine must be configured to accept IP packets for multiple addresses. (If the machine does not have multiple network interfaces, then this can be accomplished with the <code>ifconfig alias</code> command (if your OS supports it), or with kernel patches like <A HREF="../misc/vif-info.html">VIF</A> (for SunOS(TM) 4.1.x)).<p> <p><strong>See also:</strong> <A HREF="../virtual-host.html">Information on Virtual Hosts. Loading
docs/manual/mod/mod_include.html +8 −7 Changes for docs/manual/mod/mod_include.html: 8 added lines, 7 removed lines. Original line number Diff line number Diff line Loading @@ -224,13 +224,14 @@ elements are: Regular expressions have the same syntax as those found in the Unix egrep command. <DT>( <I>test_condition</I> )<DD>true if <I>test_condition</I> is true <DT>! <I>test_condition</I><DD>true if <I>test_condition</I> is false <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> && <I>test_condition2</I><DD>true if both <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> || <I>test_condition2</I><DD>true if either <I>test_condition1</I> or <I>test_condition2</I> is true <DT>( <I>test_condition</I> ) <DD>true if <I>test_condition</I> is true <DT>! <I>test_condition</I> <DD>true if <I>test_condition</I> is false <DT><I>test_condition1</I> && <I>test_condition2</I> <DD>true if both <I>test_condition1</I> and <I>test_condition2</I> are true <DT><I>test_condition1</I> || <I>test_condition2</I> <DD>true if either <I>test_condition1</I> or <I>test_condition2</I> is true </DL> <P> "<I>=</I>" and "</I>!=</I>" bind more tightly than "<I>&&</I>" and "<I>||</I>". Loading
docs/manual/mod/mod_proxy.html +4 −4 Changes for docs/manual/mod/mod_proxy.html: 4 added lines, 4 removed lines. Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ partial URL for the remote server. Syntax: <pre> <remote-server> = <protocol>://<hostname>[:port] </pre> <protocol> is the protocol that should be used to communicate with the remote server; only "http" is supported by this module. <protocol> is the protocol that should be used to communicate with the remote server; only "http" is supported by this module. Example: <pre> Loading Loading @@ -186,7 +186,7 @@ then the latter takes precedence. Apache 1.1 and later.<p> If the document is fetched via a protocol that does not support expirytimes, then use <time> as the expiry time. then use <time> hours as the expiry time. <a href="#cachemaxexpire">CacheMaxExpire</a> does <strong>not</strong> override. Loading