Re: [ceph-users] can't get radosgw with apache work, 403 and 405 error

2014-04-04 Thread Georgios Dimitrakakis
Just for future reference for others to see it, I did manage to solve this by adding the rgw dns host entry to ceph.conf , push it to all ceph machines and restart the services! Obviously I had to add in advance the correct entries in the dns server and adjust correctly the rgw.conf file.

Re: [ceph-users] can't get radosgw with apache work, 403 and 405 error

2014-04-03 Thread Georgios Dimitrakakis
Hi! I am facing the exact same problem!!! I am also on a CentOS 6.5 64bit system Does anyone has any suggestions? Where to look? What to check?? zhongku did you manage to solve this problem? On the other hand if I use python as shown here: http://ceph.com/docs/master/radosgw/s3/python/ I can

[ceph-users] can't get radosgw with apache work, 403 and 405 error

2014-03-13 Thread zhongku
Hello, I'm trying to setup radosgw with apache fastcgi on centos 6.5 64bit system. Unfortunately I can' get it right to work, some operation will fail. "s3cmd ls" will success "s3cmd ls s3://bucket-name" return 403 AccessDenied "s3cmd mb s3://bucket-name" return 405 MethodNotAllowed Here i