Hello friends! I have a problem! After updating Ispconfig I had problems with the creation of web sites. The server can not create directories of web sites. What you need to take to fix it? Once upon a time made all the actions done according to the instructions on your website. Everything worked properly after the upgrade ispconfig ceased to create directories sites Operating System - Centos version 6.3 The web server - nginx ISPConfig 3.0.5.4p8 Operating System - Centos version 6.3 The web server - nginx
Yes, it works on symbolic links. I tried to create a directory manually to the site. On the screen you will see that the site alumni.enu.kz created manually. Site understands the format of html, php responds to 500 error
You can't use a symbolic link for /var/www. Use a bind mount if you want to relocate the /var/www directory to another drive: https://www.howtoforge.com/use_moun...ctory_of_a_ispconfig_server_to_a_new_location
Then I did not understand you a little bit. I'm creating a website through ispconfig. The table says that the site is not created, but in the root directory site is created. What should be done to create links between Ispconfig and server?
Is /var/www a symlink or not? If it's a symlink, then replace it with a bind mount, symlnks are not allowed for /var/www and ispconfig will reject to create the website when it finds a symlink.
You can not see in ISPConfig if /var/www is a symlink or not. Post the output of: ls -la /var of the server to see if you created /var/www as a symlink.
No. I asked for: ls -la /var and you posted: ls -la /var/www which can not show if /var/www is a symlink.
Ok, so it is not a symlink. In ths case you have to enable debug mode on the master server for the slave node and then run server.sh on the slave after you created a new site to see why it cant create the site. See last chapter of "Please red before posting" for more detailed debug instructions: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/