https://bugzilla.wikimedia.org/show_bug.cgi?id=34388
--- Comment #8 from Uwe Kaminski <[email protected]> 2012-02-14 17:45:24 UTC --- (In reply to comment #6) > (In reply to comment #2) > > Thanks. The error.log contains this entry if MobileFrontend is active: > > > > [Mon Feb 13 18:41:48 2012] [error] [client 88.128.4.213] FastCGI: server > > "/srv/www/fcgi/n9wiki.de/php5/php-fcgi-starter" stderr: ALERT - maximum > > execution depth reached - script terminated (attacker '88.128.4.213', file > > '/srv/www/n9wiki.de/http/index.php') > > You also you can disable Hardened-PHP / Suhosin or change: > suhosin.executor.max_depth > One possible solution is to set these values in a .htaccess file: > > php_value suhosin.executor.max_depth 0 > php_flag suhosin.simulation On > > - The first one deactivates the maximum execution depth. > - The second one sets Suhosin to simulation mode (not needed) I created a .htaccess in the directory containing the LocalSetting.php The only entries in this .htaccess file where the both lines from above. The result was an internal server error. Then I tried both lines above one separately and got this error in the log: [Tue Feb 14 18:29:30 2012] [error] [client 88.128.153.176] FastCGI: server "/srv/www/fcgi/n9wiki.de/php5/php-fcgi-starter" stderr: ALERT - maximum execution depth reached - script terminated (attacker '88.128.153.176', file '/srv/www/n9wiki.de/http/index.php') [Tue Feb 14 18:40:50 2012] [alert] [client 88.128.153.176] /srv/www/n9wiki.de/http/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Tue Feb 14 18:41:31 2012] [alert] [client 88.128.153.176] /srv/www/n9wiki.de/http/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration [Tue Feb 14 18:41:44 2012] [error] [client 88.128.153.176] FastCGI: server "/srv/www/fcgi/n9wiki.de/php5/php-fcgi-starter" stderr: ALERT - maximum execution depth reached - script terminated (attacker '88.128.153.176', file '/srv/www/n9wiki.de/http/extensions/MobileFrontend/library/WURFL/Handlers/KDDIHandler.php', line 45) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
