From: Yehuda Sadeh Date: Tue, 2 Sep 2014 16:18:47 +0000 (-0700) Subject: rgw: add civetweb as a default frontend X-Git-Tag: v0.86~13^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2381%2Fhead;p=ceph.git rgw: add civetweb as a default frontend Fixes: #9013 Originally the configurable was empty, now setting explicitly both fastcgi and civetweb (on port 7480). Reviewed-by: Sage Weil Signed-off-by: Yehuda Sadeh --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 008c89be77d3..5dfdddb8d8f4 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -901,7 +901,7 @@ OPTION(rgw_bucket_quota_cache_size, OPT_INT, 10000) // number of entries in buck OPTION(rgw_expose_bucket, OPT_BOOL, false) // Return the bucket name in the 'Bucket' response header -OPTION(rgw_frontends, OPT_STR, "") // alternative front ends +OPTION(rgw_frontends, OPT_STR, "fastcgi, civetweb port=7480") // rgw front ends OPTION(rgw_user_quota_bucket_sync_interval, OPT_INT, 180) // time period for accumulating modified buckets before syncing stats OPTION(rgw_user_quota_sync_interval, OPT_INT, 3600 * 24) // time period for accumulating modified buckets before syncing entire user stats