Re: [ceph-users] radosgw setup - not working

2013-12-19 Thread raj kumar
Working now. Removed escape char from the api_key, Thank you so much for your suggestions. On Thu, Dec 19, 2013 at 4:31 AM, Andrew Woodward wrote: > I see python 2.6 So I assume this is a RHEL6 distro. I've not been able to > use mod-fcgid in any setup on RHEL6 variants. I'd reccomend you use

Re: [ceph-users] radosgw setup - not working

2013-12-18 Thread Andrew Woodward
I see python 2.6 So I assume this is a RHEL6 distro. I've not been able to use mod-fcgid in any setup on RHEL6 variants. I'd reccomend you use the mod-fastcgi packages from http://gitbuilder.ceph.com/. We have some example configs (puppet templates) you can refrence /etc/httpd/conf.d/fastcgi.conf

Re: [ceph-users] radosgw setup - not working

2013-12-17 Thread Yehuda Sadeh
On Tue, Dec 17, 2013 at 6:27 AM, raj kumar wrote: > Hi, > > I followed inst mentioned in ceph radosgw setup. > > I used swift python script to access it. I'm getting error like, > > Traceback (most recent call last): > File "a.py", line 8, in > authurl='http://192.168.211.70/auth', > File