pcs 97/04/18 14:45:58
Modified: htdocs/manual new_features_1_2.html Log: Remove "to be documented" on vhost enhancements. Mention _default_ as a new feature. Revision Changes Path 1.26 +4 -4 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.25 retrieving revision 1.26 diff -C3 -r1.25 -r1.26 *** new_features_1_2.html 1997/02/20 10:40:25 1.25 --- new_features_1_2.html 1997/04/18 21:45:57 1.26 *************** *** 109,120 **** the cookie module is compiled in. Also, an expiry time can be set on the cookies. ! <li><b><xa href="multi_ip.html">Multiple IPs in ! <VirtualHost></a></b> ! [Documentation to be written]<br> The <VirtualHost> directive can now take more than one IP address or hostname. This lets a single vhost handles requests ! for multiple IPs or hostnames. <li><b><a href="mod/mod_cgi.html#cgi_debug">CGI Debugging Environment</a></b><br> <code>ScriptLog</code> allows you to now set up a log that records --- 109,120 ---- the cookie module is compiled in. Also, an expiry time can be set on the cookies. ! <li><b><a href="mod/core.html#virtualhost"><VirtualHost> Enhancements</a></b><br> The <VirtualHost> directive can now take more than one IP address or hostname. This lets a single vhost handles requests ! for multiple IPs or hostnames. Also the special section ! <VirtualHost _default_> can be used to handle requests normally ! left for the main server configuration. <li><b><a href="mod/mod_cgi.html#cgi_debug">CGI Debugging Environment</a></b><br> <code>ScriptLog</code> allows you to now set up a log that records