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
|