Merge pull request #12127 from ibennetch/glossary
Fixup for missing glossary terms
This commit is contained in:
commit
370620a868
@ -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).
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user