[us...@httpd] How do I play out a request ??

2009-05-04 Thread ricardo13
Hi all, In this http://www.nabble.com/RewriteMap-PRG-By-Example-Using-C-to23283305.html link , I use a external program (in C) to rewrite URLs. In program, when I typed in browser localhost/1, or localhost/2, or localhost/3, they're mapped to a resource (a page). I have a reverse proxy then, w

Re: [us...@httpd] How do I play out a request ??

2009-05-05 Thread Krist van Besien
On Mon, May 4, 2009 at 10:34 PM, ricardo13 wrote: > In this > http://www.nabble.com/RewriteMap-PRG-By-Example-Using-C-to23283305.html link > , I use a external program (in C) to rewrite URLs. > > In program, when I typed in browser localhost/1, or localhost/2, or > localhost/3, they're mapped to

Re: [us...@httpd] How do I play out a request ??

2009-05-05 Thread ricardo figueiredo
Hi Krist, Sorry. My English doesn't good !!! You're right, I want a particular request to be dropped in stead of forwarded to the backend, Do you have any example using RewriteRule ?? Thank you Ricardo On Tue, May 5, 2009 at 4:48 AM, Krist van Besien wrote: > On Mon, May 4, 2009 at 10:34

Re: [us...@httpd] How do I play out a request ??

2009-05-05 Thread Krist van Besien
On Tue, May 5, 2009 at 2:32 PM, ricardo figueiredo wrote: > Hi Krist, > > Sorry. My English doesn't  good !!! > You're right, I want a particular request to be dropped in stead of > forwarded to > the backend, > > Do you have any example using RewriteRule ?? RewriteRule /bad_url - [F] Krist

Re: [us...@httpd] How do I play out a request ??

2009-05-05 Thread ricardo figueiredo
Hi Krist, Thank you !! On Tue, May 5, 2009 at 11:11 AM, Krist van Besien wrote: > On Tue, May 5, 2009 at 2:32 PM, ricardo figueiredo > wrote: > > Hi Krist, > > > > Sorry. My English doesn't good !!! > > You're right, I want a particular request to be dropped in stead of > > forwarded to > > t