RE: [Webware-devel] Apache setup

2001-08-23 Thread Love, Jay
Hmmm, I'm pretty sure this worked for me, but I'm not at home to take a look at it. I'll take a peak tonight. Jay > -Original Message- > From: Jeff Johnson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 10:42 AM > To: [EMAIL PROTECTED] &g

RE: [Webware-devel] Apache setup

2001-08-23 Thread Jeff Johnson
> If you want everything served by WebKit, just add the > WKServer localhost 8088 > SetHandler webkit-handler > > to your apache config OUTSIDE of a block. I tried it, but it still treats the first part of the URL after the host as a context instead of a page. Any ideas? Thanks for working on

RE: [Webware-devel] Apache setup

2001-08-23 Thread Love, Jay
Jeff- If you want everything served by WebKit, just add the WKServer localhost 8088 SetHandler webkit-handler to your apache config OUTSIDE of a block. Jay > -Original Message- > From: Jeff Johnson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 10:09 AM > To: [EMAIL PRO

RE: [Webware-devel] Apache setup

2001-08-23 Thread Jeff Johnson
I just figured out why "Home/Help" works. The first part of the URL after the host name is the context. Home doesn't match a context so it fails over to the default which happens to redirect to Home.py. So.. is the context required in the URL? Is there any way to go directly to http://mysite.co