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
; To: [EMAIL PROTECTED] > Subject: [Webware-devel] Apache setup > > > Hi all, > > I'm an apache newbie and I was playing around yesterday with trying to > hide the CGI part of the URL so that http://mysite.com/WKMod/Home > becomes http://mysite.com/Home. That works now

RE: [Webware-devel] Apache setup

2001-08-23 Thread Jeff Johnson
irectly to http://mysite.com/Home.py without it trying to make Home.py a context? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff > Johnson > Sent: Thursday, August 23, 2001 10:09 AM > To: [EMAIL PROTECTED] > Subject: [Webware-devel] A

[Webware-devel] Apache setup

2001-08-23 Thread Jeff Johnson
Hi all, I'm an apache newbie and I was playing around yesterday with trying to hide the CGI part of the URL so that http://mysite.com/WKMod/Home becomes http://mysite.com/Home. That works now but if I click on href="Help", instead of going to http://mysite.com/Help it goes to http://mysite.com/H