I needed to add

LoadModule auth_basic_module /usr/lib/apache2/modules/mod_auth_basic.so
LoadModule authz_groupfile_module 
/usr/lib/apache2/modules/mod_authz_groupfile.so
LoadModule authn_file_module /usr/lib/apache2/modules/mod_authn_file.so
LoadModule authz_user_module /usr/lib/apache2/modules/mod_authz_user.so
LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so

to the top of /etc/backuppc/apache.conf

mod_authz_user got the "No groups file?" error to go away, but then
it just served up the .cgi file's contents.  Adding mod_cgi
took care of that.


Anyway, that's the current workaround that gets backuppc going for me.
It might not be the optimal long-term solution.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to