Hi all, If been reading all the information I found about using Symfony 3 Framework in ISPConfig 3. I have two threads that show me some ways to do it: https://www.howtoforge.com/community/threads/run-symfony-2-on-ispconfig.59065/#post-298347 and https://www.howtoforge.com/community/threads/symfony3-with-ispconfig3.72995/#post-350993 The first one talks about php_open_basedir, I left this way if the second one doesn't works for me. I don't understand how it can help me. The second one is the one I tried. I have in my localhost an app developped in Symfony 3 that works perfectly and I want to deploy it in a ISPConfig 3 VPS. The steps I have done are: Copied all folders and files of my app in /var/www/clients/client0/web1/private Copied all /var/www/clients/client0/web1/web in /var/www/clients/client0/web1/private without ovewriting the existing files chattr -i /var/www/clients/client0/web1 rm -rf /var/www/clients/client0/web1/web ln -s /var/www/clients/client0/web1/private/web /var/www/clients/client0/web1/web cd /var/www/clients/client0/web1 chown -h web1:client0 web But with no luck. Even if I have a simple phpinfo(); in a php file I get an ERR_CONNECTION_TIMED_OUT. Does somebody found a way to have a Symfony app working in ISPConfig 3?. Cheers.
Seriously, nobody can explain in this forum how to set up a so well known framewwork in ISPConfig?. I would like to use the private folder to have my app but I don't know how.