You have to put these directives inside of a location block
<Location /WebKit>
    WKServer localhost 8086
    SetHandler webkit-handler
</Location>

see - http://httpd.apache.org/docs/mod/mod_mime.html#sethandler

-Aaron

Ian wrote:

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



-- -Aaron http://www.MetroNY.com/ "I don't know what's wrong with my television set. I was getting C-Span and the Home Shopping Network on the same station. I actually bought a congressman." - Bruce Baum





-------------------------------------------------------
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

Reply via email to