fielding 96/12/02 10:42:06
Modified: htdocs/manual new_features_1_2.html Log: Spelling and truth in advertising (same as CHANGES) Revision Changes Path 1.15 +11 -8 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.14 retrieving revision 1.15 diff -C3 -r1.14 -r1.15 *** new_features_1_2.html 1996/12/02 18:13:44 1.14 --- new_features_1_2.html 1996/12/02 18:42:04 1.15 *************** *** 33,44 **** <li><b><xa href="http11.html">HTTP/1.1 Compliance</a></b> [Documentation to be written]<br> ! Apache (except for the optional proxy) is fully compliant with ! the new HTTP/1.1 standard, as ratified ! by the <a href="http://www.ics.uci.edu/pub/ietf/http/">IETF HTTP ! working group</a>. HTTP/1.1 provides a much-improved protocol, and should allow for greater performance and efficiency when transferring files. Apache does, however, still work great with HTTP/1.0 browsers. <li><b><a href="mod/mod_include.html">eXtended Server Side Includes (XSSI)</a></b><br> --- 33,47 ---- <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, ! as approved by the IESG and the ! <a href="http://www.ics.uci.edu/pub/ietf/http/">IETF HTTP working group</a>. ! HTTP/1.1 provides a much-improved protocol, and should allow for greater performance and efficiency when transferring files. Apache does, however, still work great with HTTP/1.0 browsers. + We are very close to being unconditionally compliant; if you note any + deviance from the proposed standard, please report it as a bug. <li><b><a href="mod/mod_include.html">eXtended Server Side Includes (XSSI)</a></b><br> *************** *** 95,101 **** Revisions</a></b><br> The <code>mod_cookies</code> included with previous versions of Apache has been renamed <code>mod_usertrack</code>, to more accurately ! reflect its function (some people inadvertantely thought it enabled cookie support in Apache, which is not true - Apache supports the use of cookies directly). It is also now possible to disable the generation of cookies, even when --- 98,104 ---- Revisions</a></b><br> The <code>mod_cookies</code> included with previous versions of Apache has been renamed <code>mod_usertrack</code>, to more accurately ! reflect its function (some people inadvertently thought it enabled cookie support in Apache, which is not true - Apache supports the use of cookies directly). It is also now possible to disable the generation of cookies, even when *************** *** 120,128 **** (e.g. max CPU time). This is helpful in preventing 'runaway' CGI processes. ! <li><b><a href="mod/mod_alias.html">Redirect Directive Can Returns Additional Statuses</a></b><br> The Redirect directive can return permanent or temporary redirects, ! "Gone" or "See Other" HTTP statuses. For NCSA-compatability, RedirectTemp and RedirectPermanent are also implemented. <li><b><xa href="graceful.html">Graceful Restarts</a></b> --- 123,131 ---- (e.g. max CPU time). This is helpful in preventing 'runaway' CGI processes. ! <li><b><a href="mod/mod_alias.html">Redirect Directive Can Return Alternate Status</a></b><br> The Redirect directive can return permanent or temporary redirects, ! "Gone" or "See Other" HTTP status. For NCSA-compatibility, RedirectTemp and RedirectPermanent are also implemented. <li><b><xa href="graceful.html">Graceful Restarts</a></b> *************** *** 135,141 **** simplified. <li><b><a href="mod/core.html#options">Add or Remove Options</a></b><br> ! The <code>Options</code>directive can now add or remove options from those currently in force, rather than always replacing them. <li><b><a href="invoking.html#help">Command-line Help</a></b><br> --- 138,144 ---- simplified. <li><b><a href="mod/core.html#options">Add or Remove Options</a></b><br> ! The <code>Options</code> directive can now add or remove options from those currently in force, rather than always replacing them. <li><b><a href="invoking.html#help">Command-line Help</a></b><br>