System details:
CentOS 7.3
Bacula 9.06
Baculum 9.05
MySQL (MariaDB) 5.5.56

I just finished configuring Baculum and have access to the web interface now. 
However, when I try to click on any of the options on the Workspace (Storage 
Daemons, Clients, Volumes, Pools, etc..), nothing happens. I checked 
/var/log/httpd/baculum-web-error.log and I see these two errors:

[Thu Feb 08 13:10:09.679435 2018] [access_compat:error] [pid 4399] [client 
172.31.48.196:57161] AH01797: client denied by server configuration: 
/usr/share/baculum/htdocs/index.php, referer: http://xbacdirector01-lv:9095/web/
[Thu Feb 08 13:10:09.679773 2018] [access_compat:error] [pid 4399] [client 
172.31.48.196:57161] AH01797: client denied by server configuration: 
/usr/share/baculum/htdocs/web, referer: http://xbacdirector01-lv:9095/web/

There is no /usr/share/baculum/htdocs/web on my system.

I tried adding the following to /etc/httpd/conf/httpd.conf and restarting httpd:
<Directory "/usr/share/baculum/htdocs">
    AllowOverride All
    Require all granted
</Directory>

That didn’t help though. Does anyone have any ideas on how to fix this?

--Shawn
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to