https://issues.apache.org/bugzilla/show_bug.cgi?id=52403
--- Comment #4 from Spencer Rinehart <[email protected]> --- I believe this is due to mod_dir.c line 366 (https://github.com/apache/httpd/blob/trunk/modules/mappers/mod_dir.c#L366), although I'm not positive. I'd like to see this fixed, and am willing to contribute, but I'm unsure exactly what change needs to be made. The comment says that the (r->finfo.filetype == APR_NOFILE) check means that there is nothing in the filesystem, but that doesn't seem to be the case for nonexistant php files when the request specifies the .php extension. Is the issue that the filetype should be getting set to APR_NOFILE in this case but isn't? Or is it the check that is incorrect: is checking for APR_NOFILE not the correct way to check that the file doesn't exist? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
