[Mon Dec 10 09: 48: 14.553353 2018] [: error] [pid 19077] [client] PHP Fatal error: Uncaught exception 'RuntimeException' with message (/ var / www / vhosts / workshop. app / app / cache / prod) \ n 'in /var/www/vhosts/workshop.app/app/bootstrap.php.cache:2671\nStack trace: \ n # 0 /var/www/vhosts/workshop.app /app/bootstrap.php.cache(2632): Symfony \ Component \ HttpKernel \ Kernel-> buildContainer () \ n # 1 /var/ww/vhosts/workshop.app/app/bootstrap.php.cache (2411): Symfony \ Component \ HttpKernel \ Kernel-> initializeContainer () \ n # 2 /var/www/vhosts/workshop.app/app/bootstrap.php.cache(2442): Symfony \ Component \ HttpKernel \ Kernel-> boot () \ n # 3 /var/www/vhosts/workshop/app.php(28): Symfony \ Component \ HttpKernel \ Kernel-> handle (Object (Symfony \ Component \ HttpFoundation \ Request)) \ n # 4 {main} \ n thrown in /var/www/vhosts/workshop.app/app/bootstrap.php.cache on line 2671
Apache running under apache permissions: apache
php5.6
The rights to the folder were set and 777 the owner is naturally apache, but at the same time completely refuses to write everything into this folder. where to look, where to dig is not clear
UPD1 HTTPD config
<VirtualHost *:80> ServerName "domain.ru:80" ServerAlias "www.domain.ru" DocumentRoot "/var/www/vhosts/workshop.app/web" <Directory /var/www/vhosts/workshop.app/web> AllowOverride All Require all granted # Options FollowSymlinks </Directory>