Quote:
Originally Posted by modules
i think you can edit /etc/apache2/sites-enabled/000-ispconfig.vhost
Not sure if this will be overwritten on update.
|
this file will be overwritten on update.
if you want to change "this" file. create
a new one (for example /etc/apache2/sites-available/ispconfig-my.vhost) and do the changes there.
next
change the symlink /etc/apache2/sites-enabled/000-ispconfig and let it point to YOUR file instead of the old one. this will work, because we always update the file itself, but NOT the symlink (if there is one)
Hope, this helps!