From 963e9e43c0821097f4f75dc297759d0558b818db Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Thu, 29 Jan 2015 18:56:52 +0000 Subject: [PATCH] Add doc links between mod_proxy_fcgi and mod_authnz_fcgi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1655800 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_fcgi.html.en | 1 + docs/manual/mod/mod_authnz_fcgi.xml | 1 + docs/manual/mod/mod_proxy_fcgi.html.en | 1 + docs/manual/mod/mod_proxy_fcgi.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/docs/manual/mod/mod_authnz_fcgi.html.en b/docs/manual/mod/mod_authnz_fcgi.html.en index 2a17a04a94..9a96591776 100644 --- a/docs/manual/mod/mod_authnz_fcgi.html.en +++ b/docs/manual/mod/mod_authnz_fcgi.html.en @@ -62,6 +62,7 @@ httpd authentication and authorization and Access Control
  • mod_auth_basic
  • fcgistarter
  • +
  • mod_proxy_fcgi
  • top
    diff --git a/docs/manual/mod/mod_authnz_fcgi.xml b/docs/manual/mod/mod_authnz_fcgi.xml index 1a30204b77..5cefa686e9 100644 --- a/docs/manual/mod/mod_authnz_fcgi.xml +++ b/docs/manual/mod/mod_authnz_fcgi.xml @@ -47,6 +47,7 @@ httpd authentication and authorization and Access Control mod_auth_basic fcgistarter +mod_proxy_fcgi
    Invocation modes diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en index 8053ccc180..d747ff81fc 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.en +++ b/docs/manual/mod/mod_proxy_fcgi.html.en @@ -67,6 +67,7 @@
    top
    diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index fa8afaf8bc..fa0699efa2 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -57,6 +57,7 @@ fcgistarter mod_proxy +mod_authnz_fcgi
    Examples

    Remember, in order to make the following examples work, you have to -- 2.40.0