Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
backuppc_community
> backuppc_community-suse.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File backuppc_community-suse.patch of Package backuppc_community
diff -uNr backuppc_community-3.1.0+ftp.orig/httpd/mod_cgi/backuppc_community.conf.suse10 backuppc_community-3.1.0+ftp/httpd/mod_cgi/backuppc_community.conf.suse10 --- backuppc_community-3.1.0+ftp.orig/httpd/mod_cgi/backuppc_community.conf.suse10 1970-01-01 01:00:00.000000000 +0100 +++ backuppc_community-3.1.0+ftp/httpd/mod_cgi/backuppc_community.conf.suse10 2009-02-01 21:06:48.000000000 +0100 @@ -0,0 +1,29 @@ +# +# This file controls access to the BackupPC CGI Interface. +# + +<Directory /usr/lib/backuppc/www > + +# +# This section tells apache which machines can access the interface. +# You can change the allow line to allow access from your local +# network, or comment out this region to allow access from all +# machines. +# +order deny,allow +deny from all +allow from 127.0.0.1 + +# +# You can change the authorization method to LDAP or another method +# besides htaccess here if you are so inclined. +# +AuthType Basic +AuthUserFile /etc/apache2/conf.d/backuppc_community.users +AuthName "BackupPC Community Edition Administrative Interface" +require valid-user + +</Directory> + +Alias /BackupPC/images /usr/lib/backuppc/www/images +ScriptAlias /BackupPC_Admin /usr/lib/backuppc/www/html/BackupPC_Admin diff -uNr backuppc_community-3.1.0+ftp.orig/httpd/mod_cgi/backuppc_community.conf.suse11 backuppc_community-3.1.0+ftp/httpd/mod_cgi/backuppc_community.conf.suse11 --- backuppc_community-3.1.0+ftp.orig/httpd/mod_cgi/backuppc_community.conf.suse11 1970-01-01 01:00:00.000000000 +0100 +++ backuppc_community-3.1.0+ftp/httpd/mod_cgi/backuppc_community.conf.suse11 2009-02-01 21:06:49.000000000 +0100 @@ -0,0 +1,29 @@ +# +# This file controls access to the BackupPC CGI Interface. +# + +<Directory /usr/lib/backuppc/www > + +# +# This section tells apache which machines can access the interface. +# You can change the allow line to allow access from your local +# network, or comment out this region to allow access from all +# machines. +# +order deny,allow +deny from all +allow from 127.0.0.1 + +# +# You can change the authorization method to LDAP or another method +# besides htaccess here if you are so inclined. +# +AuthType Basic +AuthUserFile /etc/apache2/conf.d/backuppc_community.users +AuthName "BackupPC Community Edition Administrative Interface" +require valid-user + +</Directory> + +Alias /BackupPC/images /usr/lib/backuppc/www/images +ScriptAlias /BackupPC_Admin /usr/lib/backuppc/www/html/BackupPC_Admin