--- request.c.orig 2005-09-23 06:00:30.000000000 -0700 +++ request.c.orig 2005-09-23 06:01:50.000000000 -0700 @@ -377,7 +377,7 @@ * owner of the symlink, then get the info of the target. */ if (!(lfi->valid & APR_FINFO_OWNER)) { - if ((res = apr_stat(&fi, d, + if ((res = apr_stat(lfi, d, lfi->valid | APR_FINFO_LINK | APR_FINFO_OWNER, p)) != APR_SUCCESS) { return HTTP_FORBIDDEN;