pcs 96/11/27 01:37:12
Modified: htdocs/manual new_features_1_2.html Log: Add mod_headers and new redirect options to the new in 1.2 page Revision Changes Path 1.4 +10 -0 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.3 retrieving revision 1.4 diff -C3 -r1.3 -r1.4 *** new_features_1_2.html 1996/11/26 20:09:56 1.3 --- new_features_1_2.html 1996/11/27 09:37:11 1.4 *************** *** 80,85 **** --- 80,90 ---- a new process and doing application initialization (e.g. connecting to a database) each time somebody requests a document. The processes start up with the Web server and keep on running. + <li><b><a href="mod/mod_headers.html">Optional Headers Module to Set or Remove HTTP Headers</a></b><br> + The optional <code>mod_headers</code> header can be used to set custom + headers in the HTTP response. It can append to existing headers, + replace them, or remove headers from the response. + <li><b><a href="mod/mod_log_config.html">Enhanced, Configurable Logging</a></b><br> The optional <code>mod_log_config</code> included with earlier *************** *** 114,119 **** --- 119,129 ---- New directives allow the limiting of resources used by CGI scripts (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 redirectes, + "Gone" or "See Other" HTTP statuses. For NCSA-compatability, + RedirectTemp and RedirectPermanent are also implemented. <li><b><a href="graceful.html">Graceful Restarts</a></b><br> Apache can re-read the config files and re-open log files without