On Tue, 2002-04-16 at 10:45, David Eriksson wrote: > Hi, > > I'm looking for the optimal way of configuring > Apache to run Webware servlets directly under > the website document root. > > There is one way of doing it here > http://webware.colorstudy.net/twiki/bin/view/Webware/ModRewriteRecipes > > > But just changing the location from "<Location /WK>" > works fine for me. > > <Location /> > WKServer localhost 8086 > SetHandler webkit-handler > </Location> > > Now I just want to specify - say two directories for > static content that should override the above setting. > (/Graphics /Downloads)
Well, I'm not sure, but this is how I might guess: RewriteEngineOn RewriteRule ^/images/(.*)$ /path/to/images/$1 [L] Note: no PT, so processing *shouldn't* go through mod_webkit. That's my guess. If it, or something like it, works for you report back. Ian _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
