]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 18 Nov 2006 20:21:53 +0000 (20:21 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 18 Nov 2006 20:21:53 +0000 (20:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3653 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/ReleaseNotes
gui/bweb/ReleaseNotes
gui/bweb/script/bweb.conf [new file with mode: 0644]

index b8f74af471387b5c8ec5946036981c53be05955a..e5210f6f7538c3056fe39388809701442a29587b 100644 (file)
@@ -1,6 +1,7 @@
           Release Notes for brestore 1.39.28
 
 Version 1.40:
+ - Add debian package
  - Add BwebConsole package to keep bconsole installation and
    scp usage on admin workstation. It permit to use brestore on
    win32 system.
index babcf1c9e6380ddfc3db2071ff1759e1cab1ebbb..3161bd0263e93c70b6066e52e9fd1e59a81f0193 100644 (file)
@@ -1,6 +1,7 @@
           Release Notes for bweb 1.39.28
 
 2006/11/18
+ - Add debian package
  - Add cgi/bconsole.pl and BwebConsole package to keep bconsole installation and
    scp usage on admin workstation.
 
diff --git a/gui/bweb/script/bweb.conf b/gui/bweb/script/bweb.conf
new file mode 100644 (file)
index 0000000..7cfa294
--- /dev/null
@@ -0,0 +1,16 @@
+<Directory /usr/lib/cgi-bin/bweb>
+        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+        AuthType Basic
+        AuthName Bweb
+        AuthUserFile /etc/apache/htpasswd
+        AllowOverride None
+        Require valid-user
+</Directory>
+
+Alias /bweb /usr/share/bweb/html
+<Directory "/usr/share/bweb/html">
+    Options None
+    AllowOverride AuthConfig
+    Order allow,deny
+    Allow from all
+</Directory>