You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/01/14 07:15:47 UTC

Re: cvs commit: apache/src http_request.c

BTW, I think this log message of mine really sucks and should probably be
fixed/updated/whatever.

No, I'm not giong to think up a suggestion at the moment.

On Mon, 13 Jan 1997, Randy Terbush wrote:

>   --- 206,214 ----
>     	    while (cp > path && cp[-1] == '/')
>     		--cp;
>     	} 
>   ! #if defined(ENOENT) && defined(ENOTDIR)
>     	else {
>   ! 	    log_printf(r->server, "access to %s failed for client; unable to determine if index file exists (stat() returned unexpected error[%d])", r->filename, errno);
>     	    return HTTP_FORBIDDEN;
>     	}
>     #endif
>   
>   
>   
>