Remove apache-httpd related link

The apache-httpd doc file has been removed already.
We should remove the related link as well.

Change-Id: Ie14de3ef537a613b36b854c1119678f007c6545c
This commit is contained in:
wangxiyuan 2017-11-01 10:14:50 +08:00
parent 70fe4ec09b
commit 10f4686b96
4 changed files with 16 additions and 7 deletions

View File

@ -51,11 +51,14 @@ Ubuntu 14.04 and Apache 2.4.7.
To enable federation, you'll need to:
1. `Run keystone under Apache`_, rather than using uwsgi command.
1. Run keystone under Apache for `SUSE`_, `RedHat`_ or `Ubuntu`_, rather than
using uwsgi command.
2. `Configure Apache to use a federation capable authentication method`_.
3. `Configure Federation in Keystone`_.
.. _`Run keystone under Apache`: ../apache-httpd.html
.. _`SUSE`: ../../install/keystone-install-obs.html#configure-the-apache-http-server
.. _`RedHat`: ../../install/keystone-install-rdo.html#configure-the-apache-http-server
.. _`Ubuntu`: ../../install/keystone-install-ubuntu.html#configure-the-apache-http-server
Configure Apache to use a federation capable authentication method
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -20,9 +20,12 @@ Setup Mellon
Configure Apache HTTPD for mod_auth_mellon
------------------------------------------
Follow the steps outlined at: `Running Keystone in HTTPD`_.
Follow the steps outlined at: Keystone install guide for `SUSE`_, `RedHat`_ or
`Ubuntu`_.
.. _`Running Keystone in HTTPD`: ../apache-httpd.html
.. _`SUSE`: ../../install/keystone-install-obs.html#configure-the-apache-http-server
.. _`RedHat`: ../../install/keystone-install-rdo.html#configure-the-apache-http-server
.. _`Ubuntu`: ../../install/keystone-install-ubuntu.html#configure-the-apache-http-server
You'll also need to install the Apache module `mod_auth_mellon
<https://github.com/UNINETT/mod_auth_mellon>`_. For example:

View File

@ -20,9 +20,12 @@ Setup Shibboleth
Configure Apache HTTPD for mod_shibboleth
-----------------------------------------
Follow the steps outlined at: `Running Keystone in HTTPD`_.
Follow the steps outlined at: Running Keystone in HTTPD for `SUSE`_, `RedHat`_
or `Ubuntu`_.
.. _`Running Keystone in HTTPD`: ../apache-httpd.html
.. _`SUSE`: ../../install/keystone-install-obs.html#configure-the-apache-http-server
.. _`RedHat`: ../../install/keystone-install-rdo.html#configure-the-apache-http-server
.. _`Ubuntu`: ../../install/keystone-install-ubuntu.html#configure-the-apache-http-server
You'll also need to install `Shibboleth <https://wiki.shibboleth.net/confluence/display/SHIB2/Home>`_, for
example:

View File

@ -1,2 +1,2 @@
Documentation for running Keystone with Apache HTTPD is in
doc/source/apache-httpd.rst
doc/source/install/