After much troubleshooting I am finally getting WebKit 404's, YAY!
LoadModule webkit_module modules/mod_webkit.dll
<Location /WK>
WKServer localhost 8086
SetHandler webkit-handler
</Location>
AddHandler psp-handler .psp
Action py-serverpages /WK/
AddType py-serverpages .py
I placed a Hello.psp and Hello.py in a /test/ directory on one of my sites.
When running either of those I get the WebKit 404. What should I do?
Also, I was surprised to find out WebWare uses another daemon alongside
Apache. Is this simply the way WebWare is supposed to work? It troubles me.
|