Re: can PerlTransHandler deal with this?

2006-05-11 Thread Fayland Lam
Frank Maas wrote: I think i'm using the wrong handler, but is there any handler can handle this problem? As far as I can remember mod_rewrite kicks in after a PerlTransHandler. This should enable you to use a TransHandler to rewrite the URI based on the database contents, eg: http://o.exampl

RE: can PerlTransHandler deal with this?

2006-05-11 Thread Frank Maas
> I think i'm using the wrong handler, but is there any handler can handle > this problem? As far as I can remember mod_rewrite kicks in after a PerlTransHandler. This should enable you to use a TransHandler to rewrite the URI based on the database contents, eg: http://o.example.com/2.gif -> h

Re: can PerlTransHandler deal with this?

2006-05-11 Thread John ORourke
Fayland Lam wrote: let me describe my situation. we have something like http://o1.example.com/1.jpg and we have a table like: 1.jpg | o1 and now we want the people visit this by http://o.example.com/1.jpg yes, o1,o2,o3 are different servers. I'd like to config the o.example.com like PerlTrans

can PerlTransHandler deal with this?

2006-05-11 Thread Fayland Lam
let me describe my situation. we have something like http://o1.example.com/1.jpg http://o2.example.com/2.gif http://o3.example.com/4.jpg and we have a table like: img | site 1.jpg | o1 2.gif | o2 and now we want the people visit this by http://o.example.com/1.jpg http://o.example.com/2.