See http://bugs.php.net/bug.php?id=51595 for examples.
I can see you're using suhosin. Can you try to set another PHP value like:
fastcgi_param PHP_ADMIN_VALUE "pcre.backtrack_limit=424242";
open_basedir is a special case. If you can try without suhosin it
would be great also.
Thx
++ jerome
You're declaring _environment variable_ called "PHP_ADMIN_VALUE", no wonder it doesn't work.
Use FPM config for that:
php_admin_value[open_basedir] = ...
for old-style XML config you can do this:
<value name="php_defines">
<value name="open_basedir">...</value>
</value>
--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime statistics for PHP
how did you compile 5.3.2 with FPM support ? Which SVN revision did you use ?
so that's normal behaviour. This feature is only available on FPM.
FPM does solve it, because you can create several FPM pools running under different
configuration and serving different web-sites.
[url=http://www.stow-group.com/EN/products/palletised-goods/conventional-pallet-racking-2511.aspx]
Pallet Racking[/url] |
[url=http://www.shoe-envy.co.uk/Fitflop_Boots]Fitflop Boots[/url]
Posted at Nginx Forum: http://forum.nginx.org/read.php?3,105656,108198#msg-108198