https://bugzilla.wikimedia.org/show_bug.cgi?id=34388

Uwe Kaminski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |

--- Comment #7 from Uwe Kaminski <[email protected]> 2012-02-14 17:35:41 UTC ---
(In reply to comment #5)
> You server has a suhosin.executor.max_depth value which is too low for that
> extension. The default is 0 (aka disabled) according to
> http://www.hardened-php.net/suhosin/configuration.html#suhosin.executor.max_depth
> 
> So you should raise that value wherever it could be set (probably /etc/php.ini
> ).
> 
> 
> Marking bug as worksforme since it seems to be a local issue. Please reopen if
> the above hint does not solve the issue for you :-]

The file was located in /etc/php5/cgi/php.ini

It contains:
---
extension=suhosin.so
[suhosin]
suhosin.simulation="Off"
suhosin.log.syslog=511
suhosin.log.syslog.facility=9
suhosin.log.syslog.priority=5
suhosin.executor.max_depth=50
suhosin.executor.func.blacklist="system,exec,passthru,proc_open,shell_exec"
suhosin.executor.disable_eval="Off"
suhosin.session.encrypt="On"
suhosin.post.max_vars=1000
suhosin.request.max_vars=1000
---
I tried the values:
suhosin.executor.max_depth=50
suhosin.executor.max_depth=500
suhosin.executor.max_depth=0

but every time I did I got the same error as described:
> [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')

Hence reopening this bug.

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

Reply via email to