From: John Wilkins Date: Tue, 29 Apr 2014 01:08:59 +0000 (-0700) Subject: doc: Added rhel-6-server-optional-rpms repo. X-Git-Tag: v0.81~70^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=63b2964b340e2b152565a8248407d6e3be9e05bd;p=ceph.git doc: Added rhel-6-server-optional-rpms repo. Signed-off-by: John Wilkins --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 7e01fae18c9f..6c9ea629d304 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -149,7 +149,12 @@ To install Apache with 100-continue, execute the following steps: ``noarch`` entry above. -#. Update your repo and install Apache and FastCGI. :: +#. Update your repository. On RHEL systems, enable the + ``rhel-6-server-optional-rpms`` repository. :: + + sudo yum update --enablerepo=rhel-6-server-optional-rpms + +#. Install Apache and FastCGI. :: sudo yum update && sudo yum install httpd mod_fastcgi @@ -218,9 +223,6 @@ RPM-based Packages sudo /etc/init.d/httpd restart -.. _RFC 2616, Section 8: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html -.. _gitbuilder.ceph.com: http://gitbuilder.ceph.com -.. _Installing YUM Priorities: ../yum-priorities Enable SSL @@ -365,3 +367,6 @@ following:: .. _Get Packages: ../get-packages .. _Ubuntu Server Guide: https://help.ubuntu.com/12.04/serverguide/httpd.html .. _Setting up an SSL secured Webserver with CentOS: http://wiki.centos.org/HowTos/Https +.. _RFC 2616, Section 8: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html +.. _gitbuilder.ceph.com: http://gitbuilder.ceph.com +.. _Installing YUM Priorities: ../yum-priorities