On Thursday, February 5, 2015 at 1:52:17 AM UTC-2, Ashley wrote:
> Hi Guys,
> 
> I successfully got bareos-webui working in Centos 7.
> 
> Make sure you have epel installed:
> 
> yum install epel-release
> 
> I used the contrib repo from RHEL 7 as there was no Centos 7 contrib Repo yet.
> 
> Also you need to edit /etc/httpd/conf.d/bareos-webui.conf and update the 
> Allow From syntax to the new apache 2.4 syntax like below
> 
> #   Deny from all
> #   Allow from localhost
> #   Allow from ::1
> Require all granted

Hello Ashley.
I confirm that bareos-webui did install in Centos 7 with epel-release.

Initially it presented a "Forbidden You don't have permission to access 
/bareos-webui/statistics/ on this server"
It only worked after I inserted the "Require all granted" line as you 
instructed.

It also presented connection failure to postgresql due to a SELinux restriction.
The solution as suggested by SELinux alert is to set a SELinux boolean:
sudo setsebool -P httpd_can_network_connect 1
sudo setsebool -P httpd_can_network_connect_db 1

Frank Bergkemper:
May I kindly suggest that you update your installation information on 
github.com (INSTALL.md file) to include these instructions? 
While there you could also include the information that on RedHat, the 
bareos-webui apache configuration file should be in /etc/httpd/conf.d instead 
of /etc/apache2/conf.d

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to