Everything in Vhosts_ispconfig.conf will be overwritten by ISPConfig.
But does ISPCOnfig not write a vhost for the sharedIP in your Vhosts_ispconfig.conf?
<VirtualHost [IP-ADDRESS:PORT]>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
|