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]



Reply via email to