20100728 phpmyadmin-3.3.5にupdateしました
Released Mon, 26 Jul 2010 16:49:20 GMT
phpmyadminのspamコントロール
内容
Released Mon, 26 Jul 2010 16:49:20 GMT
Welcome to phpMyAdmin 3.3.5, a bugfix release. 3.3.5.0 (2010-07-26) - patch #2932113 [information_schema] Slow export when having lots of databases, thanks to Stéphane Pontier - shadow_walker - bug #3022705 [import] Import button does not work in Catalan when there is no progress bar possible - bug [replication] Do not offer information_schema in the list of databases - bug [js] Avoid loading twice a js file - bug #3024344 [setup] Setup forces numeric MemoryLimit - bug #3025975 [auth] Odd LoginCookieValidity default value - bug #3026400 [PHP] ereg functions are deprecated - bug #3027557 [PHP] split() deprecated in PHP 5.3 (backport fixes from master) - bug #3023507 [core] No result set display from stored procedure SELECT - bug [export] CSV for MS Excel (Windows) should have semi-colon as separator - [core] Update library PHPExcel to version 1.7.3c - bug #2994885, bug #3029168 [import] Convert Excel column name correctly - bug [scripts] MySQL 5.5.5 does not accept TIMESTAMP(14) in create_tables.sql
phpmyadminのspamコントロール
内容
・phpmyadmin/setup.phpへの不正アクセスが多いので
・ローカルアドレス以外からのsetup.phpへのアクセスを無視します
・RewriteRuleに E(変数)を設定してaccess_log(設定は別記)に渡しています
・ローカルアドレス以外からのsetup.phpへのアクセスを無視します
・RewriteRuleに E(変数)を設定してaccess_log(設定は別記)に渡しています
RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$ [OR]
RewriteCond %{REMOTE_ADDR} !^192\.168\.0\.*$
RewriteRule (nosuichfile|setup)\.php$ - [G,L,E=ignorelog:1]
投票数:8
平均点:5.00
|
2010-07-27 httpd(apache)のupdate |
Linux10歩 |
2010-08-03 xenのupdate |

