Doug Lytle wrote: > Benedict simon wrote: >> Options +ExecCGI >> > > You need to get rid of the +, it should read: > > Options ExecCGI >
I don't think that's the problem. Without execgi you'd get the text of the perl script and he's getting a permission denied error. The BackupPC_Admin file must be owned by the backuppc user and suid, but must have the group ownership set to the httpd user (probably apache) and have at least rx permissions for group. Assuming backuppc and apache are the right user/group: cd /var/www/cgi-bin chown backuppc:apache BackupPC_Admin chmod u+s,g+rx,o-rwx BackupPC_Admin should fix it. If you have SELinux enabled you probably need to adjust its policy too. -- Les Mikesell [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/