https://issues.apache.org/bugzilla/show_bug.cgi?id=56883
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #8 from Eric Covener <[email protected]> --- Were you getting this error-level message the entre time? It would have been helpful to include it if so: [Mon Aug 25 21:33:47.276658 2014] [negotiation:error] [pid 3997:tid 140044101080832] [client 127.0.0.1:47304] AH00687: Negotiation: discovered file(s) matching request: /var/www/myapp/public/bar (None could be negotiated). --- /* We found some file names that matched. None could be served. * Rather than fall out to autoindex or some other mapper, this * request must die. */ if (anymatch && !neg->avail_vars->nelts) { ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Negotiation: discovered file(s) matching request: %s" " (None could be negotiated).", r->filename); return HTTP_NOT_FOUND; } --- Your scenario worked for me when I told httpd that .php had some mime type so mod_negotiation would temporarily negotiate it. That's why my HTML test worked. For me, 2.2 behaved no differently. Maybe your 2.2 config just has a different set of types configured. -- 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]
