Problem with ruby-lsappi with cPanel generated subdomain of an add-on domain

#1
I am trying to set up a rails app to use lsapi on a subdomain of an add-on domain generated by cpanel. I'm getting:


2009-01-15 02:27:42.152 [INFO] [66.57.45.45:60971-0#tracker.sageserver.com] connection to [uds://tmp/lshttpd/rubyrailslsapi.sock] on request #0, Connection refused!
2009-01-15 02:27:42.152 [INFO] [66.57.45.45:60971-0#tracker.sageserver.com] connection to [uds://tmp/lshttpd/rubyrailslsapi.sock] on request #0, Connection refused!
2009-01-15 02:27:42.152 [INFO] [66.57.45.45:60971-0#tracker.sageserver.com] connection to [uds://tmp/lshttpd/rubyrailslsapi.sock] on request #0, Connection refused!
2009-01-15 02:27:42.152 [NOTICE] [66.57.45.45:60971-0#tracker.sageserver.com] oops! 503 Service Unavailable
2009-01-15 02:27:42.152 [NOTICE] [66.57.45.45:60971-0#tracker.sageserver.com] Content len: 0, Request line:
GET /admin HTTP/1.1
2009-01-15 02:27:42.152 [NOTICE] [66.57.45.45:60971-0#tracker.sageserver.com] Redirect: #2, URL: /dispatch.lsapi




I've followed the tutorial, both quick start using rails context, and the more involved setup using lsapi context. I'm still getting the same errors...


Any ideas?

TIA
 
Top