Jeff-

If you want everything served by WebKit, just add the
WKServer localhost 8088
SetHandler webkit-handler

to your apache config OUTSIDE of a <Location> block.

Jay


> -----Original Message-----
> From: Jeff Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:09 AM
> 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 but if I click on
> href="Help", instead of going to http://mysite.com/Help it goes to
> http://mysite.com/Home/Help.  Strangely, both work but the latter is
> not correct.  How can I tell Apache that Home is a file and not a
> directory?  Even if I go to Home.py, it still treats it like a
> directory.
> 
> Here's part of my httpd.conf:
> 
> <VirtualHost _default_:80>
> ServerName mysite.com
> DocumentRoot "/usr/home/jeff/www/mysite/www"
> ServerAdmin [EMAIL PROTECTED]
> ErrorLog /usr/home/jeff/www/mysite/logs/httpd-error.log
> TransferLog /usr/home/jeff/www/mysite/logs/httpd-access.log
> <Location />
>       WKServer localhost 8088
>       SetHandler webkit-handler
> </Location>
> </VirtualHost>
> 
> Any advice or comments?
> 
> Thanks,
> Jeff
> 
> 
> _______________________________________________
> Webware-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/webware-devel
> 


----------------------------------------------------------------------------

This e-mail and any attachments may be confidential or legally privileged.
If you received this message in error or are not the intended recipient, you
should destroy the e-mail message and any attachments or copies, and you are
prohibited from retaining, distributing, disclosing or using any information
contained herein.  Please inform us of the erroneous delivery by return
e-mail. 

Thank you for your cooperation.

----------------------------------------------------------------------------



_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to