I have deployed official sample / skeleton application for zend 1 using apache2, php-fpm and php version 5.4.9-4~precise+1. Only first request is successful and next ones return 500 error. In both cases the apache / fpm logs are exactly the same:
[Tue Dec 18 09:06:28 2012] error [error] [client 10.227.43.183] FastCGI: server "/app/php/box/php-fpm" stderr: PHP message: PHP Warning: is_readable(): open_basedir restriction in effect. File(/usr/share/php/ZendX/Application/Resource/View.php) is not within the allowed path(s): (/srv/www/www) in /srv/www/www/library/Zend/Loader.php on line 198
[Tue Dec 18 09:06:28 2012] error [error] [client 10.227.43.183] FastCGI: server "/app/php/box/php-fpm" stderr: PHP message: PHP Warning: require_once(/srv/www/www/library): failed to open stream: No such file or directory in /srv/www/www/library/Zend/View.php on line 64
Any idea what might have happened?
Thanks in advance

