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)
Any tips how to best config apache to do this!?
(I'm on Mac Os X)
Thanks
/David
|