Author Topic: auto-restoring configs?  (Read 88 times)

jul

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
auto-restoring configs?
« on: January 28, 2012, 02:04:49 am »
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:
Code: [Select]
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:
Code: [Select]
/etc/apache2/sites-available/default
i'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?

jul

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: auto-restoring configs?
« Reply #1 on: January 30, 2012, 01:56:44 am »