https://bz.apache.org/bugzilla/show_bug.cgi?id=60159
Shravan Rajinikanth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Shravan Rajinikanth <[email protected]> --- Eric, calling an actually non-existant URL like "/api/produc" instead of "/api/products" still gives me a 404, but a completely different log output (below). Further, removing the directory directive causes the index.php page to load instead of 404'ing. [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace2] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] init rewrite engine with requested uri /api/produc [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace1] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] pass through /api/produc [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace3] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] [perdir C:/Workbench/Webserver/example.com/api/] strip per-dir prefix: C:/Workbench/Webserver/example.com/api/produc -> produc [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace3] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] [perdir C:/Workbench/Webserver/example.com/api/] applying pattern '^(.+)(?<!/)$' to uri 'produc' [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace4] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] [perdir C:/Workbench/Webserver/example.com/api/] RewriteCond: input='C:/Workbench/Webserver/example.com/api/produc/' pattern='-d' => not-matched [Wed Sep 21 01:28:33.978593 2016] [rewrite:trace1] [pid 6024:tid 1012] mod_rewrite.c(476): [client x.x.x.x:31018] x.x.x.x - - [example.com/sid#6595032cc8][rid#65958aa2c0/initial] [perdir C:/Workbench/Webserver/example.com/api/] pass through C:/Workbench/Webserver/example.com/api/produc -- 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]
