coar 97/07/05 07:54:00
Modified: src http_protocol.c CHANGES Log: Changed the default text of the 404 message from "File Not Found" to simply "Not Found", as described in RFC2068. After all, the request might have been for a non-file resource. Oh, and de-TABbed the CHANGES file. Revision Changes Path 1.132 +1 -1 apache/src/http_protocol.c Index: http_protocol.c =================================================================== RCS file: /export/home/cvs/apache/src/http_protocol.c,v retrieving revision 1.131 retrieving revision 1.132 diff -C3 -r1.131 -r1.132 *** http_protocol.c 1997/07/01 06:46:02 1.131 --- http_protocol.c 1997/07/05 14:53:57 1.132 *************** *** 973,979 **** "401 Authorization Required", "402 Payment Required", "403 Forbidden", ! "404 File Not Found", "405 Method Not Allowed", "406 Not Acceptable", "407 Proxy Authentication Required", --- 973,979 ---- "401 Authorization Required", "402 Payment Required", "403 Forbidden", ! "404 Not Found", "405 Method Not Allowed", "406 Not Acceptable", "407 Proxy Authentication Required", 1.321 +28 -25 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.320 retrieving revision 1.321 diff -C3 -r1.320 -r1.321 *** CHANGES 1997/07/03 05:57:08 1.320 --- CHANGES 1997/07/05 14:53:58 1.321 *************** *** 1,5 **** --- 1,8 ---- Changes with Apache 1.3 + *) Default text of 404 error is now "Not Found" rather than the + potentially misleading "File Not Found". [Ken Coar] + *) CONFIG: "HostnameLookups" now defaults to off because it is far better for the net if we require people that actually need this data to enable it. [Linus Torvalds] *************** *** 800,811 **** recommended that previously installed versions of the wrapper be replaced with this version. [Randy Terbush, Jason Dour] ! - ~user execution now properly restricted to ~user's home ! directory and below. ! - execution restricted to UID/GID > 100 ! - restrict passed environment to known variables ! - call setgid() before initgroups() (portability fix) ! - remove use of setenv() (portability fix) *) Add HTTP/1.0 response forcing. [Ben Laurie] --- 803,814 ---- recommended that previously installed versions of the wrapper be replaced with this version. [Randy Terbush, Jason Dour] ! - ~user execution now properly restricted to ~user's home ! directory and below. ! - execution restricted to UID/GID > 100 ! - restrict passed environment to known variables ! - call setgid() before initgroups() (portability fix) ! - remove use of setenv() (portability fix) *) Add HTTP/1.0 response forcing. [Ben Laurie] *************** *** 995,1008 **** 4) Some code cleanup and clarification *) mod_include.c bugfixes: ! 1) Fixed an ommission that caused include variables to not ! be parsed in config errmsg directives [Howard Fear] ! 2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut] ! 3) Patch to fix compiler warnings [EMAIL PROTECTED] ! 4) Allow backslash-escaping to all quoted text ! [Ben Yoshino <[EMAIL PROTECTED]>] ! 5) Pass variable to command line if not set in XSSI's env ! [Howard Fear] *) Fix infinite loop when processing Content-language lines in type-map files. [Alexei Kosut] --- 998,1011 ---- 4) Some code cleanup and clarification *) mod_include.c bugfixes: ! 1) Fixed an ommission that caused include variables to not ! be parsed in config errmsg directives [Howard Fear] ! 2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut] ! 3) Patch to fix compiler warnings [EMAIL PROTECTED] ! 4) Allow backslash-escaping to all quoted text ! [Ben Yoshino <[EMAIL PROTECTED]>] ! 5) Pass variable to command line if not set in XSSI's env ! [Howard Fear] *) Fix infinite loop when processing Content-language lines in type-map files. [Alexei Kosut] *************** *** 1031,1042 **** and portable isdigit() test. [Ben Laurie] *) Updated Configure for ... ! OS/2 (DEF_WANTHSREGEX=yes, other code changes) *-dg-dgux* (bad pattern match) QNX (DEF_WANTHSREGEX=yes) *-sunos4* (DEF_WANTHSREGEX=yes, -DUSEBCOPY) *-ultrix (new) ! *-unixware211 (new) and added some user diagnostic info. [Ben Laurie] *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation --- 1034,1045 ---- and portable isdigit() test. [Ben Laurie] *) Updated Configure for ... ! OS/2 (DEF_WANTHSREGEX=yes, other code changes) *-dg-dgux* (bad pattern match) QNX (DEF_WANTHSREGEX=yes) *-sunos4* (DEF_WANTHSREGEX=yes, -DUSEBCOPY) *-ultrix (new) ! *-unixware211 (new) and added some user diagnostic info. [Ben Laurie] *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation *************** *** 1045,1051 **** *) Updated helpers/GuessOS for ... SCO 5 (recognize minor releases) SCO Unixware (braindamaged uname, whatever-whatever-unixware2) ! SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h) IRIX64 (-sgi-irix64) ULTRIX (-unknown-ultrix) SINIX (-whatever-sysv4) --- 1048,1054 ---- *) Updated helpers/GuessOS for ... SCO 5 (recognize minor releases) SCO Unixware (braindamaged uname, whatever-whatever-unixware2) ! SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h) IRIX64 (-sgi-irix64) ULTRIX (-unknown-ultrix) SINIX (-whatever-sysv4) *************** *** 1089,1096 **** *) Bugs which were fixed: a) yet more mod_proxy bugs [Ben Laurie] b) CGI works again with inetd [Alexei Kosut] ! c) Leading colons were stripped from passwords [EMAIL PROTECTED] ! d) Another fix to multi-method Limit problem [EMAIL PROTECTED] Changes with Apache 1.1b4: --- 1092,1099 ---- *) Bugs which were fixed: a) yet more mod_proxy bugs [Ben Laurie] b) CGI works again with inetd [Alexei Kosut] ! c) Leading colons were stripped from passwords [EMAIL PROTECTED] ! d) Another fix to multi-method Limit problem [EMAIL PROTECTED] Changes with Apache 1.1b4: *************** *** 1159,1170 **** value. [Alexei Kosut] *) Bugs which were fixed: ! a) numerous mod_proxy bugs ! b) CGI early-termination bug [Ben Laurie] ! c) Keepalives not working with virtual hosts ! d) RefererIgnore problems ! e) closing fd's twice in mod_include (causing core dumps on ! Linux and elsewhere). Changes with Apache 1.1b2: --- 1162,1173 ---- value. [Alexei Kosut] *) Bugs which were fixed: ! a) numerous mod_proxy bugs ! b) CGI early-termination bug [Ben Laurie] ! c) Keepalives not working with virtual hosts ! d) RefererIgnore problems ! e) closing fd's twice in mod_include (causing core dumps on ! Linux and elsewhere). Changes with Apache 1.1b2: