On Thu, Feb 17, 2011 at 07:20:02PM +0800, cclien wrote:
> Hi all
> 
> I just tried to deploy a rados gateway with Lighttpd.
> But it have some trouble parsing object names.
> 
> Here's what I found in debug log on the non-working copy:
>     RADOS S3 Gateway: SCRIPT_NAME=/mybucket
>     RADOS S3 Gateway: REQUEST_URI=/mybucket/ceph.tgz
> 
> I think it will be better to retrive user's request from REQUEST_URI.

I haven't looked into rgw deeply, but if this is about the contents of
SCRIPT_NAME vs PATH_INFO, it might be related to lighttpd's behavior
differing from apache's. I stumbled on this when running fastcgis
under lighttpd 4 years ago:

http://redmine.lighttpd.net/issues/show/729

-- 
:(){ :|:&};:
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to