On Mar 22, 2004, at 7:40 AM, Gavin wrote:
> Is it possible to symlink contexts to folders outside the webkit
> working dir?
> And would you have to use Apache's ProxyPass and ProxyPassReverse to
> shortcut a url to WK?
It certainly should be -- Webware/WebKit never checks whether something
is a symlink or normal file, so it will shouldn't distinguish between
the two. Apaache's symlink handling is totally separate -- WebKit
doesn't use any Apache services, and runs in a different process.
Usually you will use mod_webkit or wkcgi to connect URLs to WebKit,
potentially with mod_rewrite to further customize your URLs. There's
several examples in the docs and on the Wiki.
--
Ian Bicking | ianb@... | http://blog.ianbicking.org
|