Hello, I have a certain DocumentRoot specified in the ISPConfig panel for one of my sites. Whenever I make a change to that site, it adds the 'DocumentRoot /var/www/web1/web' under my specified DocumentRoot in the httpd config. In this case, my website will show /var/www/web1/web instead of what I specified. I have to remove that 'DocumentRoot /var/www/web1/web' line from httpd config and restart apache each time I make a change to my site in the ISPConfig panel in order for my website to come back up.
You can not specify a different document root for a website in ISPConfig. If you need that, you will have to add a vhost configuration to your main httpd.conf manually after the Vhost_ispconfig.conf include.
Normally after the include, but you will have to remove the website in ISPConfig then. But if it works for you when you put it before the include, thats fine too