summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2011-08-10 13:42:37 -0700
committerYehuda Sadeh <yehuda@hq.newdream.net>2011-08-10 13:43:02 -0700
commite9d92013220ad54e778036393dcf2744908ce140 (patch)
tree5548abfd9e0c90b30c246e1f50aa4779a8aeb459 /man
parent48a2aa1977b02828276b9cca4c3711cdf17bd2ee (diff)
downloadceph-e9d92013220ad54e778036393dcf2744908ce140.tar.gz
rgw: update radosgw man page
Diffstat (limited to 'man')
-rw-r--r--man/radosgw.810
1 files changed, 10 insertions, 0 deletions
diff --git a/man/radosgw.8 b/man/radosgw.8
index 316f5f27ef3..847a9e1bc69 100644
--- a/man/radosgw.8
+++ b/man/radosgw.8
@@ -16,6 +16,9 @@ to determine monitor addresses during startup.
.TP
\fB\-m\fI monaddress[:port]\fR
Connect to specified monitor (instead of looking through \fIceph.conf\fR).
+.TP
+\fB\-\-rgw\-socket\-path=\fIpath\fR
+Specify a unix domain socket path.
.SH EXAMPLES
An apache example configuration for using the RADOS gateway:
.IP
@@ -56,6 +59,13 @@ And the corresponding radosgw script:
.IP
#!/bin/sh
/usr/bin/radosgw -c /etc/ceph.conf
+.PP
+By default radosgw will run as single threaded and its execution will be controlled by the fastcgi process manager.
+An alternative way to run it would be by specifying (along the lines of) the following in the apache config:
+.IP
+FastCgiExternalServer /var/www/web1/web/s3gw.fcgi -socket /tmp/.radosgw.sock
+.PP
+and specify a unix domain socket path (either by passing a command line option, or through ceph.conf).
.SH AVAILABILITY
.B radosgw
is part of the Ceph distributed file system. Please refer to the Ceph wiki at