[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Shravan Rajinikanth  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #7 from Shravan Rajinikanth  ---
I have posted the test case after cleaning up as much as I could. I was able to
isolate that the "RewriteEngine On" line is causing the issue and indicated it.
You can see this by commenting out the one line.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

--- Comment #6 from Shravan Rajinikanth  ---
Created attachment 34285
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34285&action=edit
testcase

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Eric Covener  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Eric Covener  ---
(In reply to Shravan Rajinikanth from comment #4)
> What would that include? Just the config files and server root? (Sure, I can
> get this to you soon, but really, everything is already here.)

A single, minimal config file you can pass to apachectl -f that demonstrates
the problem +  small zip of the documentroot it references.  

I'm not doubting that it fails for you, but I won't be able to keep trying
different permutations of all the unspecified stuff to do anything here without
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Shravan Rajinikanth  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Shravan Rajinikanth  ---
What would that include? Just the config files and server root? (Sure, I can
get this to you soon, but really, everything is already here.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Eric Covener  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Eric Covener  ---
Will need a complete, minimal self-contained test case to get anywhere with
this as a bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Shravan Rajinikanth  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #2 from Shravan Rajinikanth  ---
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 '^(.+)(?
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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Eric Covener  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Eric Covener  ---
Convince me those  sections match at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60159] mod_rewrite rules not executed

2016-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60159

Shravan Rajinikanth  changed:

   What|Removed |Added

 OS||All

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org