[BackupPC-users] how to reuse backuppc login within my homepage?

2009-10-26 Thread Matthias Meyer
Hello, I want to integrate backuppc within my homepage. I have a page where visitors can login and I want to reuse this login for backuppc too. Therefore I have a configuration for my homepage in /etc/apache2/conf.d which use the same htpasswd as backuppc: Alias /MyHome /usr/share/MyHome/www/

Re: [BackupPC-users] how to reuse backuppc login within my homepage?

2009-10-26 Thread Les Mikesell
Matthias Meyer wrote: > Hello, > > I want to integrate backuppc within my homepage. > I have a page where visitors can login and I want to reuse this login for > backuppc too. > > Therefore I have a configuration for my homepage in /etc/apache2/conf.d > which use the same htpasswd as backuppc: >

Re: [BackupPC-users] how to reuse backuppc login within my homepage?

2009-10-27 Thread Matthias Meyer
Les Mikesell wrote: > Matthias Meyer wrote: >> Hello, >> >> I want to integrate backuppc within my homepage. >> I have a page where visitors can login and I want to reuse this login for >> backuppc too. >> >> Therefore I have a configuration for my homepage in /etc/apache2/conf.d >> which use th

Re: [BackupPC-users] how to reuse backuppc login within my homepage?

2009-10-31 Thread Matthias Meyer
Hello, AuthName do the trick :-) Now I wanna have a "Logout". Therefore I have a configuration for my homepage in /etc/apache2/conf.d: Alias /MyHome /usr/share/MyHome/www/ AllowOverride None AuthGroupFile /etc/backuppc/htgroup AuthUserFile /etc/backuppc/htpasswd