I think that the offending line is the SetHandler--it tells Apache to send everything to WebKit. Try commenting it out, restarting Apache, and see if that fixes it for you.
Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -----Original Message----- From: Ian [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 9:05 PM To: [EMAIL PROTECTED] Subject: [Webware-discuss] apache config I changed my apache config to look like: AddType txt/psp .psp AddHandler psp-handler .psp SetHandler webkit-handler WKserver localhost 8087 Now whenever i request a page from apache, it passes the request to the appserver, even if its not a psp page. Is there a way i can tell it to only pass psp pages and handle everything else as it would normally? Ian ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
