Re: mod_rewrite supported ?

2003-07-14 Thread Nicolas
Nicolas wrote:

hi

is mod_rewrite supported ?

example:
RewriteEngine  on
RewriteRule^/test$ /examples/servlets/index.html
JkSet uri:/examples/*.group ajp13:unixsocket
the request /test tries to access /examples/servlets/index.html in 
document Root

any solution or not implemented ?

i finally made it my self after i tried an example for jk1 i tried it 
with mod_jk2 and it works

JkSet uri:workstation.nicolas/examples/*.group ajp13:unixsocket
RewriteEngine on
RewriteRule ^/test$ /examples/servlets/index.html [PT]
the [PT] was the neccessary modification:
*|
From Apache-Manual
passthrough|PT|*' (*p*ass *t*hrough to next handler)
Note: *You have to use this flag if you want to intermix directives of 
different modules which contain URL-to-filename translators*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: mod_rewrite supported ?

2003-07-13 Thread Nicolas
Noel J. Bergman wrote:

In jk2 - the ordering of calls was changed which broke mod_rewrite
support. There was talk of changing to be more mod_rewrite (and
mod_alias?) friendly but I don't remember what the end result was.
   

See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549

Basically, there was a discussion and a decision to change it back in May,
but it hasn't been done, yet.
thx for the notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: mod_rewrite supported ?

2003-07-13 Thread Noel J. Bergman
> In jk2 - the ordering of calls was changed which broke mod_rewrite
> support. There was talk of changing to be more mod_rewrite (and
> mod_alias?) friendly but I don't remember what the end result was.

See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549

Basically, there was a discussion and a decision to change it back in May,
but it hasn't been done, yet.

--- Noel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_rewrite supported ?

2003-07-13 Thread Tim Funk
AFAIK - no. In jk2 - the ordering of calls was changed which broke 
mod_rewrite support. There was talk of changing to be more mod_rewrite (and 
mod_alias?) friendly but I don't remember what the end result was.

Look in the archives in the tomcat-dev list for this topic.

-Tim

Nicolas wrote:
hi

is mod_rewrite supported ?

example:
RewriteEngine  on
RewriteRule^/test$ /examples/servlets/index.html
JkSet uri:/examples/*.group ajp13:unixsocket
the request /test tries to access /examples/servlets/index.html in 
document Root

any solution or not implemented ?

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


mod_rewrite supported ?

2003-07-13 Thread Nicolas
hi

is mod_rewrite supported ?

example:
RewriteEngine  on
RewriteRule^/test$ /examples/servlets/index.html
JkSet uri:/examples/*.group ajp13:unixsocket
the request /test tries to access /examples/servlets/index.html in 
document Root

any solution or not implemented ?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]