X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=httpd%2Fsrc%2FBackupPC.conf;fp=httpd%2Fsrc%2FBackupPC.conf;h=163bff98cee0cdd5ef9952eaf49921fae8d137b4;hp=0000000000000000000000000000000000000000;hb=5b79f9a3c01bca16dd4d211e76fc53daa549e421;hpb=f8c20efc11f400acafb7833947bae6c299467ef6 diff --git a/httpd/src/BackupPC.conf b/httpd/src/BackupPC.conf new file mode 100644 index 0000000..163bff9 --- /dev/null +++ b/httpd/src/BackupPC.conf @@ -0,0 +1,33 @@ +# +# DESCRIPTION +# +# This file controls access and configuration for the BackupPC CGI +# interface. +# +# Distributed with BackupPC version 3.1.1, released 22 Dec 2008. + + + +# +# 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 __CONFDIR__/BackupPC.users +AuthName "BackupPC Community Edition Administrative Interface" +require valid-user + + + +Alias __IMAGEDIRURL__ __IMAGEDIR__ +ScriptAlias /BackupPC_Admin __CGIDIR__/BackupPC_Admin