I've been running webkit as root on my windows box using apache2 without using any mod_rewrites (although I do have to use rewrite for my vertual hosts but that is a different matter)
All I did was set my webware default context to my apache document root then I set up webkit to use location WK ------------------------------ <Location /WK> WKServer localhost 8086 SetHandler webkit-handler </Location> ------------------------------- And then I set up an action to go with my py extensions ------------------------------- Action py-serverpages /WK/ AddType py-serverpages .py ------------------------------- This seems to work great as far as I can tell (BTW I am using mod_webkit and that also works like a charm on windows now -- Thanks webware team for all the great hard work) Jose Message: 4 Date: Fri, 27 Dec 2002 14:16:24 -0500 (EST) From: Tripp Lilley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Webware-discuss] Apache 2.0 breaks RunWebkitAsApacheRoot ? It seems that Apache 2.0 is a bit more comprehensive in its evaluation of the config file than previous versions. It actually checks to make sure DocumentRoot is a directory, and won't start up if it isn't. Unfortunately, the Wiki recipie RunWebkitAsApacheRoot depends on a bogus DocumentRoot, and whatever keeps <Location / > from working when the DocumentRoot actually exists still happens. (That is, using <Location / > causes a loop of requests). I suppose I'm posting this as an FYI that those wishing to use WebKit as the root under Apache 2.0 will likely need to use the mod_rewrite recipes (ugh). Is the problem with <Location / > one that must be solved in Apache, or can we solve it in AppServer? --__--__-- _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss End of Webware-discuss Digest ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
