Project

General

Profile

Bug #21705

Updated by Anonymous over 6 years ago

When running RGW with multiple civetweb instances 
   --rgw_frontends="civetweb port=8000,civetweb port=8001" 

 the first instance will correctly drop itself (and thus RGW) to the appropriate user.    The second instance will try to repeat the procedure, and fail (permission denied).    As a result, we'll be running with one civetweb instance. 

 https://github.com/ceph/civetweb/pull/23

Back