Hi all
I tried to deploy a cluster with 0.72 ,the S3 api
of ceph(0.72v) about user's permission confused me .
this the user's
info :
but when i using s3 api to create bucket with the
user.
on the radosgw we get the info:
the .conf file about the gateway is :
host = ceph-rgw40
keyring = /etc/ceph/keyring.radosgw.gateway
rgw socket path = /tmp/radosgw.sock
log file = /var/log/ceph/radosgw.log
rgw dns name =ceph-osd26
rgw print continue =false
the rgw.conf is :
FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock
<VirtualHost *:80>
ServerName cephcom.com
#<!--Remove the comment. Add a server alias with *.{fqdn} for S3 subdomains-->
#<!--ServerAlias *.{fqdn}-->
#ServerAdmin {email.address}
DocumentRoot /var/www
RewriteEngine On
RewriteRule ^/(.*) /s3gw.fcgi?%{QUERY_STRING}[E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
<IfModule mod_fastcgi.c>
<Directory /var/www>
Options +ExecCGI
AllowOverride All
SetHandler fastcgi-script
Order allow,deny
Allow from all
AuthBasicAuthoritative Off
</Directory>
</IfModule>
AllowEncodedSlashes On
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
ServerSignature Off
</VirtualHost> and dns server seems ok ,when i ping the
domain name "cephcom.com":
thank for any help ! lixuehui
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com