Good Evening All, I'm probably going to kick myself for asking this but I'm having some difficulties here.
My pages consist, almost entirely of Webware content with my main server being Apache. I would like to visit www.myserver.com and see my Webware content (Index.py from the default Context). However when I setup Apache with the location container that follows, I can do www.myserver.com/Index and see the right document but a simple www.myserver.com yeilds the Apache directory index. I'm sure someone else is doing this. Any ideas? <Location /> WKServer localhost 8086 SetHandler webkit-handler </Location> Question 2 is I would like to have a few directories server through Apache (like graphics and downloads). Assuming that I use something like the location container above how do I have a few urls that are not handled by Webkit (ie. how do I turn of the webkit-handler?) <Location /downloads> SetHandler none? </Location> Hopefully that made a bit of sense. I look forward to a response. Thanks, Jeff Clement _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss