At 11:00 AM 9/25/2003, [EMAIL PROTECTED] wrote: >trawick 2003/09/25 09:00:57 > > Modified: . CHANGES > server core.c > Log: > Log an error when requests for URIs which fail to map to a valid > filesystem name are rejected with 403. > > + ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, > + "URI in request %s maps to invalid filename", r-
Short version; "Cannot map %s to file" 'Invalid file name/path' commentary comes out of the errstring of rv anyways. Bill