The permissions on BackupPC_Admin's file are:
"-rwx--x--- 1 edje edje 3927 aoĆ» 11 17:48
/var/www/cgi-bin/BackupPC/BackupPC_Admin"
"edje" is backuppc's user.
So what can would be wrong?
Even though your BackupPC runs as edje your apache webserver probably
runs as apache:apache
Because of that the apache group needs at least read access. Try setting
the permissions to either....
-rwxr-xr-x edje edje (chmod 755 BackupPC_Admin) or
-rwxr-x--- edje apache (chmod 750 BackupPC_Admin; chgrp apache
BackupPC_Admin)
You may need to restart apache for this change.
Regards,
Les
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/