[Bese-devel] Issues with mod-lisp with latest ucw_ajax patches..

AJ Armstrong aja at clanarmstrong.com
Fri Aug 25 06:55:50 UTC 2006


Hello, folks

After upgrading to the 20060823 version of ucw_ajax (including the fun
of patching and installing bordeaux-threads and trivial-garbage as
well as patching my sbcl).

Now that things finally build and run, my sample code works fine with
the httpd backend, but seems broken under mod_lisp - this includes the
example code that comes with the package.

The apparent issue is that GET and POST methods that used to be mapped
to /index.ucw?foo are now going directly to /?foo.  So, from my apache
logs, the initial request:

127.0.0.1 - - [25/Aug/2006:00:45:24 -0600] "GET /index.ucw HTTP/1.1" 200 6445

Works just fine.  But clicking on anthing fails with something like:

127.0.0.1 - - [25/Aug/2006:00:45:41 -0600] "POST /?%5Fs=%5BLAHBLAHBLAH
 HTTP/1.1" 200 1443

The reason I suspect it is failing is because the apache server is set
up to pass *.ucw requests to the lisp-handler (not all requests in the
directory "/", which would fail anyway, because it wouldn't find
things like the dojo files).

Is there something I need to change in the application code or my
mod_lisp configuration?

-- 
--------------
AJ Armstrong (aja)
aja at clanarmstrong.com



More information about the bese-devel mailing list