From: Loic Dachary Date: Tue, 29 Oct 2013 15:13:56 +0000 (+0100) Subject: doc: radosgw workaround for OpenStack Horizon bug X-Git-Tag: v0.73~41 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3c962eb7d2fb5ceea829924af08f8a1471f7acf;p=ceph.git doc: radosgw workaround for OpenStack Horizon bug Signed-off-by: Loic Dachary Reviewed-by: Josh Durgin --- diff --git a/doc/radosgw/manual-install.rst b/doc/radosgw/manual-install.rst index 6b9b7e59d1f3..0d63855ab1e3 100644 --- a/doc/radosgw/manual-install.rst +++ b/doc/radosgw/manual-install.rst @@ -46,6 +46,17 @@ You may also clone Ceph's Apache and FastCGI git repositories:: rgw print continue = false +OpenStack Horizon support +------------------------- + +As of `OpenStack Grizzly +`_ the `Horizon +`_ dashboard `does not send +Content-Length `_ +which will trigger a ``411 Length Required`` error from +libapache2-mod-fastcgi when uploading an object. The recommended +workaround is to install the package from the ceph repositories as +instructed above. Apache Configuration ====================