pcs 97/04/15 06:31:11
Modified: htdocs/manual/misc compat_notes.html Log: Add note that Apache pre-1.2 ignores last line when final newline is missing. Apparently NCSA does not ignore the final line in this situation. Revision Changes Path 1.5 +6 -0 apache/htdocs/manual/misc/compat_notes.html Index: compat_notes.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C3 -r1.4 -r1.5 *** compat_notes.html 1997/03/25 04:57:58 1.4 --- compat_notes.html 1997/04/15 13:31:10 1.5 *************** *** 98,103 **** --- 98,109 ---- it added one automatically if the .asis file contained a Location header. 0.8.14 requires a Status header. <p> + <P> + <LI>Apache versions before 1.2b1 will ignore the last line of configuration + files if the last line does not have a trailing newline. This affects + configuration files (httpd.conf, access.conf and srm.conf), and + htpasswd and htgroup files. + </OL> More to come when we notice them....