After installing BackupPC from ports, I try to run it in Apache. My Include in the apache22 configuration contains:
This seems to work fine so far but only if BackupPC_Admin is owned by www. Also if I then change the /usr/local/etc/backuppc to owner:www, it tells me it is running as www but should be instead running as backuppc.
It seems the service backuppc default is user backuppc but I am somehow starting it by www? So how would I get BackupPC to run as backuppc?
Code:
Alias /BackupPC/images /usr/local/www/backuppc
ScriptAlias /BackupPC /usr/local/www/cgi-bin/BackupPC_Admin
This seems to work fine so far but only if BackupPC_Admin is owned by www. Also if I then change the /usr/local/etc/backuppc to owner:www, it tells me it is running as www but should be instead running as backuppc.
It seems the service backuppc default is user backuppc but I am somehow starting it by www? So how would I get BackupPC to run as backuppc?