I have Apache 1.3.26 an Weware 0.7 (connetcted by mod_webkit)
Into apache config I have:

<IfModule mod_webkit.c>
    AddType text/psp .psp
    AddHandler psp-handler .psp

    <Location /webware>
      WKServer localhost 8086
      SetHandler webkit-handler
    </Location>
</IfModule>

And everything examples works fine.

Everything, but PATH_INFO. With examples, and my own testing PSP:

<%@ page imports = "sys,os,time"%>

<html>
<body bgcolor='white'>

<p>Path Info: <%=req.pathInfo()%>

</body>
</html>

I got error 404, like this:


                                404 Error

Page Not Available On This Server

   The page you requested, /test.psp/asdf, was not found on this server.

   Webware Webkit Application Server

Any ideas why ?

-- 
Daniel Podlejski <[EMAIL PROTECTED]>
   ... Hey Patty Garrett that's what I used to call you
   They tell me you want me but I hear they've got you ...


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to