1. Add colon to HTTP header field for consistency.
2. Typo fix.
Index: new_features_1_3.html.en
===================================================================
RCS file:
/home/cvspublic/httpd-docs-1.3/htdocs/manual/new_features_1_3.html.en,v
retrieving revision 1.84
diff -u -r1.84 new_features_1_3.html.en
--- new_features_1_3.html.en 2000/12/14 15:20:42 1.84
+++ new_features_1_3.html.en 2000/12/22 01:53:41
@@ -288,7 +288,7 @@
directives added to proxy, useful for intranets.
<LI>New <CODE><A HREF="mod/mod_proxy.html#proxypassreverse">
ProxyPassReverse</A></CODE> directive. It lets Apache adjust the
- URL in the <TT>Location</TT> header on HTTP redirect
+ URL in the <TT>Location:</TT> header on HTTP redirect
responses.
<LI>Easier navigation in ftp server directory trees.
</UL>
@@ -694,7 +694,7 @@
<DD>To facilitate migration or integration of BasicAuth password
schemes where the password is encrypted using SHA1 (as opposed
to Apache's built in MD5 and/or the OS specific crypt(3) function
- ) passwords prefixed with with <CODE>{SHA1}</CODE> are taken
+ ) passwords prefixed with <CODE>{SHA1}</CODE> are taken
as Base64 encoded SHA1 passwords. More information and
some utilities to convert Netscape ldap/ldif entries can be
found in support/SHA1.
--
Yoshiki Hayashi