]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: rework framework configuration
authorYehuda Sadeh <yehuda@inktank.com>
Sat, 14 Dec 2013 00:13:17 +0000 (16:13 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Sat, 14 Dec 2013 00:13:17 +0000 (16:13 -0800)
commita3e50b09a1fa22b80dea014d4b7bd96c23904f22
tree3339ca12b962a56356d44ab956a8779d4e7105c5
parent4c3b6d602c58ee213bc898c8efe4b1112db16c79
rgw: rework framework configuration

The framework config code is now more generic and ready for multiple
config options. Different frameworks are comma separated and each
framework's config list is separated by space. Each config value is in
the key[=value] format. E.g.,

rgw framework = fastcgi, mongoose port=8080

Fastcgi socket configurables can now be set via this config line (either
socket_path, or socket_host + socket_port), e.g.,

rgw framework = fastcgi socket_path=/var/run/radosgw/rgw.sock

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_main.cc