Merge pull request #12127 from ibennetch/glossary

Fixup for missing glossary terms
This commit is contained in:
Michal Čihař 2016-03-25 08:13:36 +01:00
commit 370620a868
2 changed files with 5 additions and 1 deletions

View File

@ -229,6 +229,10 @@ From Wikipedia, the free encyclopedia
.. seealso:: <http://www.wikipedia.org/wiki/module>
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).

View File

@ -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: