On August 27, 2002 02:32 pm, Fionn Behrens wrote:
> On Tue, 27 Aug 2002 16:47:42 -0400
>
> Geoffrey Talvola <gtalvola@...> wrote:
> > Fionn,
> >
> > Do regular servlets work? You said PSP files fail, and HTML files wo=
rk,
> > but you didn't say whether or not regular Python Servlets work.
>
> I dont use them at that site or even that URL. I just use AddHandler to
> have psp files handled by (mod_)webkit.
Ahh, that's probably the cause. Webkit expects the uriPath of the servle=
t to=20
be passed to it in the PATH_INFO cgi var rather than in the SCRIPT_NAME v=
ar. =20
When you set the handler like that it might pass SCRIPT_NAME. You need t=
o=20
set up a <location /WK> directive with the handler set to webkit, and the=
n=20
use rewrite rules like those on the wiki page.=20
Tavis
|