From: John Wilkins Date: Tue, 29 Apr 2014 01:11:03 +0000 (-0700) Subject: doc: Ensure fastcgi socket doesn't clash with gateway daemon socket. X-Git-Tag: v0.81~70^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1679%2Fhead;p=ceph.git doc: Ensure fastcgi socket doesn't clash with gateway daemon socket. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/rgw-centos.conf b/doc/radosgw/rgw-centos.conf index 7e0f23f56977..54ef72cf3a5c 100644 --- a/doc/radosgw/rgw-centos.conf +++ b/doc/radosgw/rgw-centos.conf @@ -1,4 +1,4 @@ -FastCgiExternalServer /var/www/html/s3gw.fcgi -socket /var/run/ceph/client.radosgw.gateway.asok +FastCgiExternalServer /var/www/html/s3gw.fcgi -socket /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock diff --git a/doc/radosgw/rgw-debian.conf b/doc/radosgw/rgw-debian.conf index 88e43aec706e..127805ed48d6 100644 --- a/doc/radosgw/rgw-debian.conf +++ b/doc/radosgw/rgw-debian.conf @@ -1,5 +1,4 @@ -FastCgiExternalServer /var/www/s3gw.fcgi -socket /var/run/ceph/client.radosgw.gateway.asok - +FastCgiExternalServer /var/www/s3gw.fcgi -socket /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock