[Bese-devel] Newbie question UCW and mod_lisp

Sasha Kovar sasha-lisp at arcocene.org
Sat Oct 13 22:04:36 UTC 2007


.-- Peter Hiltz:
| Hello, I'm new to lisp and UCW so apologize in advance for dumb questions. I'm 
| looking for suggestions on what I did wrong in trying to get ucw_ajax (from 
| the box-set) to run with apache and mod_lisp. 
[...] 
| generated the following error:
| 10:41          UCW INFO    Sending 500 Internal Server Error for 
| request "/ucw/index.ucw"
| 10:41  UCW.BACKEND INFO    Gracefully aborting backend request because: The 
| value "127.0.0.1" is not of type (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*))..
| 
| The error log shows:
| (IT.BESE.ARNESI:+ERROR+ 3401286274 IT.BESE.UCW::UCW.BACKEND "Error while 
| handling a httpd backend request in worker #<HTTPD-WORKER httpd worker 1 
| {1002497CC1}> on socket #<STREAM-USOCKET {1003C5ACD1}>:
| The value \"127.0.0.1\" is not of type (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*)).")
| (IT.BESE.ARNESI:+INFO+ 3401286274 IT.BESE.UCW::UCW.BACKEND "Gracefully 
| aborting backend request because: The value \"127.0.0.1\" is not of type 
| (SIMPLE-ARRAY (UNSIGNED-BYTE 8) (*))..")

Hi.  

I'm using the latest UCW and mod_lisp together, and also saw this.  I
unpulled this patch, and the problem went away:

Fri Sep 28 09:26:59 PDT 2007  attila.lendvai at gmail.com
  * Added support for extracting X-Forwarded-For header in a proxy setup to see the real remote address.


I also had trouble with:

Thu Sep 13 16:17:00 PDT 2007  attila.lendvai at gmail.com
  * Clean up cookie handling. WARNING: api changed
  
  Added a separate cookies slot for both the request and the response with the
  approriate helper methods.

I haven't ruled out pilot error in my application code on the second patch. 

I was going to have a deeper look at those two in the next couple days.  But
this will hopefully help you get UCW running now.

Sasha



More information about the bese-devel mailing list