From 705b1aebd659a0219b42dc203194221fac5c42a0 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 24 Mar 2016 19:19:24 -0400 Subject: [PATCH] Fixup for missing glossary terms Signed-off-by: Isaac Bennetch --- doc/glossary.rst | 4 ++++ doc/setup.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 3062d0dc9c..e82d74e732 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -229,6 +229,10 @@ From Wikipedia, the free encyclopedia .. seealso:: + mod_proxy_fcgi + an Apache module implmenting a Fast CGI interface; PHP can be run as a CGI module, FastCGI, or + directly as an Apache module. + MySQL a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS). diff --git a/doc/setup.rst b/doc/setup.rst index da640f3ede..551630a42e 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -606,7 +606,7 @@ HTTP authentication mode support using :term:`CGI` PHP see :ref:`faq1_32`, for using with Apache :term:`CGI` see :ref:`faq1_35`. * When PHP is running under Apache's :term:`mod_proxy_fcgi` (e.g. with PHP-FPM), - :term:`Authorization` headers are not passed to the underlying FCGI application, + ``Authorization`` headers are not passed to the underlying FCGI application, such that your credentials will not reach the application. In this case, you can add the following configuration directive: