Added old backuppc 3.1.0 ebuild, and new -r1 ebuild taken from gentoo bug #287133
This commit is contained in:
19
app-backup/backuppc/files/fixperms
Normal file
19
app-backup/backuppc/files/fixperms
Normal file
@@ -0,0 +1,19 @@
|
||||
Options +execCGI
|
||||
AddHandler cgi-script .cgi
|
||||
DirectoryIndex index.cgi
|
||||
|
||||
AuthType Basic
|
||||
AuthName "BackupPC cgi interface"
|
||||
AuthUserFile /etc/BackupPC/authUser
|
||||
Require valid-user
|
||||
Allow from all
|
||||
|
||||
<Files BackupPC_Admin>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
|
||||
<Files .htaccess>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
Reference in New Issue
Block a user