You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/07/06 18:22:53 UTC

Re: cvs commit: apache/htdocs/manual/mod core.html

On Sun, 6 Jul 1997, Rodent of Unusual Size wrote:

>   1.31      +2 -2      apache/htdocs/manual/new_features_1_2.html
>   
>   Index: new_features_1_2.html
>   ===================================================================
>   RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
>   retrieving revision 1.30
>   retrieving revision 1.31
>   diff -C3 -r1.30 -r1.31
>   *** new_features_1_2.html	1997/06/24 18:39:31	1.30
>   --- new_features_1_2.html	1997/07/06 14:54:44	1.31
>   ***************
>   *** 45,51 ****
>     
>     <ul>
>     
>   ! <li><b><xa href="http11.html">HTTP/1.1 Compliance</a></b>
>     [Documentation to be written]<br>
>     Aside from the optional proxy module (which operates as HTTP/1.0),
>     Apache is conditionally compliant with the HTTP/1.1 proposed standard,
>   --- 45,51 ----
>     
>     <ul>
>     
>   ! <li><b><a href="http11.html">HTTP/1.1 Compliance</a></b>
>     [Documentation to be written]<br>
>     Aside from the optional proxy module (which operates as HTTP/1.0),
>     Apache is conditionally compliant with the HTTP/1.1 proposed standard,

The xa's were there on purpose because there is no http11.html,
ncsa_auth.html, etc.  Bogus HTML, but stops browsers from displaying
the link.  The intent was to make the links work, but until they do
they probably shouldn't be links.

>   ***************
>   *** 1065,1072 ****
>     
>     See also <A HREF="#accessconfig">AccessConfig</A>.<p><hr>
>     
>   ! <A name="rlimit"> </A>
>   ! <A name="rlimitcpu"><h2>RLimitCPU directive</h2></A>
>     <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->
>     <strong>Syntax:</strong> RLimitCPU <em># or 'max'</em> <em>[# or 'max']</em><br>
>     <strong>Default:</strong> <code>Unset uses operating system defaults</code><br>
>   --- 1065,1071 ----
>     
>     See also <A HREF="#accessconfig">AccessConfig</A>.<p><hr>
>     
>   ! <H2><A name="rlimit">RLimitCPU</A> <A NAME="rlimit">directive</A></H2>
>     <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->
>     <strong>Syntax:</strong> RLimitCPU <em># or 'max'</em> <em>[# or 'max']</em><br>
>     <strong>Default:</strong> <code>Unset uses operating system defaults</code><br>


The second anchor should be rlimitcpu.