Anything that is added to the Apache Directives, get added to the Vhost confiig at the beginning... <VirtualHost 111.111.111.111:80> <---- THE APACHE DIRECTIVE STUFF ---> REST OF CONFIG </VirtualHost> I wanted to set the DocumentRoot from the Apache Directives, that is not possible since The default DocumentRoot overwrites my setting. HOw can we add the DIRECTIVE STUFF at the bottom? <VirtualHost 111.111.111.111:80> REST OF CONFIG <---- THE APACHE DIRECTIVE STUFF ---> </VirtualHost>
Copy your changed template to /root/ispconfig/isp/conf/customized_templates. That way it won't be overwritten when you update ISPConfig.
I just started using ISPConfig this weekend so i'm still learning how it is all put together. I'm sorry i think im to new at this. I was in the understanding dat the DocumentRoot in the virtualhost folder can't be overwritten. So only the first one is caught.
Yes, and that's what this thread requests. so you got as default what this thread is asking for, Really unlikeley as this thread here is about a software named ispconfig 2 which ahs nothing in common with ispconfig 3.
I'm sorry i think im to new at this. I thought that the DocumentRoot in the virtualhost folder can't be overwritten. So only the first one is caught.