On Tue, Aug 28, 2012 at 03:48:49AM +0000, ramu eppa wrote: > The apache2 error log is, > > radosgw: must specify 'rgw socket path' to run as a daemon > [Tue Aug 28 08:59:10 2012] [warn] FastCGI: (dynamic) server "/var/www/s3gw.fcgi" As the error log says, you need to specify 'rgw socket path' in your ceph.conf file. See the man page for an example: http://ceph.com/docs/master/man/8/radosgw/ Something like this should work: rgw socket path = /tmp/radosgw.sock And in your Apache httpd.conf: FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html