coar 98/02/03 12:24:38
Modified: htdocs/manual upgrading_to_1_3.html Log: Note the change in AuthName from RAW_ARGS to TAKE1, with the potential change to quoting it entails. Submitted by: Dean Gaudet Revision Changes Path 1.10 +15 -0 apache-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/upgrading_to_1_3.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- upgrading_to_1_3.html 1998/01/26 16:53:40 1.9 +++ upgrading_to_1_3.html 1998/02/03 20:24:37 1.10 @@ -63,6 +63,21 @@ <h3>Run-Time Configuration Changes</h3> <UL> + <LI><STRONG><SAMP>AuthName</SAMP> strings may need to be quoted</STRONG> + in <SAMP>.htaccess</SAMP> or server configuration files. 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 HTTP/1.1 compliance. <LI><STRONG>The default Apache ServerRoot directory changed</STRONG> from the NCSA-compatible <SAMP>/usr/local/etc/httpd/</SAMP> to <SAMP>/usr/local/apache/</SAMP>. This change covers only the default