This is how I have my apache configured
 
<Location /WK>
WkServer localhost 8086
setHandler webkit-handler
</Location>
 
AddType text/psp .psp
AddHandler psp-handler .psp
 
Action py-servlets /WK/
AddType py-servlets .py

 
Jose


-------- Original Message --------
Subject: [Webware-discuss] apache config
From: "Ian" <[EMAIL PROTECTED]>
Date: Mon, July 07, 2003 6:05 pm
To: [EMAIL PROTECTED]

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: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to