pepper 00/11/21 18:58:19
Modified: htdocs/manual bind.html new_features_1_0.html new_features_1_1.html new_features_1_3.html upgrading_to_1_3.html Log: Removed more 'index.html'. Cleaned up <dl>s in new_features_1_3.html. Fixed <pre> in upgrading_to_1_3.html. Revision Changes Path 1.15 +1 -1 httpd-docs-1.3/htdocs/manual/bind.html Index: bind.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/bind.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- bind.html 1998/05/20 14:22:26 1.14 +++ bind.html 2000/11/22 02:58:18 1.15 @@ -122,7 +122,7 @@ <H2>See also</H2> See also the documentation on -<A HREF="vhosts/index.html">Virtual Hosts</A>, +<A HREF="vhosts/">Virtual Hosts</A>, <A HREF="mod/core.html#bindaddress">BindAddress directive</A>, <A HREF="mod/core.html#port">Port directive</A>, <A HREF="dns-caveats.html">DNS Issues</A> 1.12 +1 -1 httpd-docs-1.3/htdocs/manual/new_features_1_0.html Index: new_features_1_0.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/new_features_1_0.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- new_features_1_0.html 1998/05/20 14:22:32 1.11 +++ new_features_1_0.html 2000/11/22 02:58:18 1.12 @@ -61,7 +61,7 @@ <P> -<LI> <A HREF="vhosts/index.html"><VirtualHost> (the configuration +<LI> <A HREF="vhosts/"><VirtualHost> (the configuration directive for multiple-homed servers)</A> is more general now. Just about any srm.conf or httpd.conf command can go in a <Virtualhost> section, with the 1.15 +1 -1 httpd-docs-1.3/htdocs/manual/new_features_1_1.html Index: new_features_1_1.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/new_features_1_1.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- new_features_1_1.html 1998/09/17 12:32:58 1.14 +++ new_features_1_1.html 2000/11/22 02:58:18 1.15 @@ -47,7 +47,7 @@ Netscape Navigator 2.0) has been shown to increase speed of document transfer by up to 50% in certain cases. -<LI><STRONG><A HREF="vhosts/index.html">New non-IP Intensive VirtualHost +<LI><STRONG><A HREF="vhosts/">New non-IP Intensive-VirtualHost Support</A></STRONG><BR> Apache's support for virtual hosts has been enhanced to be able to use information sent by some new Web browsers to determine the server 1.83 +6 -3 httpd-docs-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- new_features_1_3.html 2000/11/17 18:23:14 1.82 +++ new_features_1_3.html 2000/11/22 02:58:18 1.83 @@ -189,7 +189,7 @@ address was implicitly the same as the "main address" of the machine, and this caused no end of problems for users, and was not powerful enough. Please see the <A - HREF="vhosts/index.html">Apache Virtual Host documentation</A> for + HREF="vhosts/">Apache Virtual Host documentation</A> for further details on configuration. <DT><STRONG><CODE>Include</CODE> directive</STRONG> @@ -255,8 +255,9 @@ <CODE>UNIQUE_ID</CODE>. <DT><STRONG>mod_proxy enhancements:</STRONG> +<dd> <UL> -<LI>Easier and safer authentification for ftp proxy logins: +<LI>Easier and safer authentication for ftp proxy logins: When no ftp user name and/or password is specified in the URL, but the destination ftp server requires one, Apache now returns a "[401] Authorization Required" status. This status code @@ -676,7 +677,7 @@ which the server is running as well as included module information. As of Apache 1.3, this additional information is included by default. -</DL> +<br><br> <DT><STRONG>Support for Netscape style SHA1 encrypted passwords</STRONG><BR> <DD>To facilitate migration or integration of BasicAuth password @@ -686,6 +687,8 @@ as Base64 encoded SHA1 passwords. More information and some utilities to convert Netscape ldap/ldif entries can be found in support/SHA1. +</DL> + <!--#include virtual="footer.html" --> </BODY> 1.35 +5 -5 httpd-docs-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/upgrading_to_1_3.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- upgrading_to_1_3.html 1998/10/22 21:14:43 1.34 +++ upgrading_to_1_3.html 2000/11/22 02:58:18 1.35 @@ -101,17 +101,17 @@ in <SAMP>.htaccess</SAMP> or server configuration files if they contain blank characters (like spaces). For example, if you use an <SAMP>AuthName</SAMP> directive like this: - <P> + <PRE> AuthName This and That </PRE> - </P> + you will need to change it to - <P> + <PRE> AuthName "This and That" </PRE> - </P> + This change was made for consistency in the config language. <LI><STRONG>As of Apache 1.3.1, methods listed in <SAMP><Limit></SAMP> directives must be uppercase.</STRONG> Method names, such as @@ -146,7 +146,7 @@ Previously this support was given implicitly on the "main server address". Now it has to be explicitly listed so as to avoid many problems that users had. - Please see the <A HREF="vhosts/index.html">Apache Virtual Host + Please see the <A HREF="vhosts/">Apache Virtual Host documentation</A> for further details on configuration. <LI>The precedence of virtual hosts has been reversed (applies mainly to