]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc
authorKern Sibbald <kern@sibbald.com>
Wed, 17 Jan 2007 14:16:54 +0000 (14:16 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 17 Jan 2007 14:16:54 +0000 (14:16 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4007 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index f06145fc93ec2946d6a44a00c4cc7e5002812ed7..a61fe43b38372e57d4a049031bbf3caff9d05add 100644 (file)
@@ -89,11 +89,22 @@ Simply use lang/fr/tpl/*.tpl files instead of tpl/*.tpl
     cd /var/www/cgi-bin/bweb
     ./bweb.pl 
 
+ you might also want to try:
+
+    ./bgraph.pl 
+
+ To make sure the graphing modules are loaded.  However, running it
+ will spray binary graphics data on your terminal.  Otherwise, you will
+ get an error.
+
  That should show you if any of the pre-requisites are missing.
  On SuSE 10.2, I was able to load all the appropriate modules via rpms,
   with the exception of Expect and Time::ParseDate, which I loaded manually
   using perl.
 
+  If you experience problems, always consult the Apache error_log
+  file.
+
 ################ APACHE CONFIGURATION ##########################
 
 It could be a good idea to protect your bweb installation (optional).