diff --git a/ChangeLog b/ChangeLog index 395def4d8..c020c523c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA "Would you like to delete..." option - bug [privileges] List of tables not shown when the db name has a wildcard - bug #3011126 [display] Edit link missing after long query +- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period, + thanks to Isaac Bennetch - ibennetch 3.3.3.0 (2010-05-10) - patch #2982480 [navi] Do not group if there would be one table in group, diff --git a/Documentation.html b/Documentation.html index 15744ca4e..caf02b704 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3104,7 +3104,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] in your Apache configuration. See http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions.

- 1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work,

+ 1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work.

To be able to use cookie auth Apache must know that it has to rewrite the set-cookie headers.
Example from the Apache 2.2 documentation: