hi,
i'm using Zentyal as my home router/gateway/nas and i installed some additional stuff to use torrents on it. i followed this guide:
http://www.transdroid.org/download/using-rtorrent-on-ubuntu/at one point i need to add this lines:
GIMount /RPC2 127.0.0.1:5000
<location /RPC2>
AuthName "rTorrent secure access"
AuthType Basic
AuthBasicProvider file
AuthUserFile /home/yourusername/Documents/rtorrent-htpasswd
Require user yourusername
</location>to this file:
/etc/apache2/sites-available/defaulti've made it and everything works fine. but the thing is, after i reboot my box those added lines dissapears!! how is that possible? is there an auto-restore feature in zentyal? how can i make this changes permanent?