fielding 96/12/10 21:21:40
Modified: src CHANGES Log: proper status logged on internal redirect. Revision Changes Path 1.84 +4 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.83 retrieving revision 1.84 diff -C3 -r1.83 -r1.84 *** CHANGES 1996/12/10 20:12:31 1.83 --- CHANGES 1996/12/11 05:21:38 1.84 *************** *** 4,9 **** --- 4,13 ---- *) Defined rlim_t and WANTHSREGEX=yes for NeXT. + *) Removed recent modification to promote the status code on internal + redirects, since the correct fix was to change the default log format + in mod_log_config so that it outputs the original status. [Rob Hartill] + Changes with Apache 1.2b2: *) Update set_signals() to use sigaction() for setting handlers.