Very sorry I sent this originally from the wrong Email Address, so here it is 
from the correct one!

Good morning folks! I am just starting out with Bacula on my Gentoo Server with 
apache 2.4.23 and php 5.6.26 

I have all the required apache modules and php modules installed and active, 
including the apache Redirect module. 

I have installed bacula 7.4.3 using portage. Everything is fine, and seems to 
work, 

I downloaded the bacula-gui 7.4.3 

When I go to the gui in the browser I get a 404 The requested URL /wizard/ was 
not found on this server. 

I have rsynced the untared files into /var/www/localhost/htdocs/bacula-gui 

Set owner to apache:apache with directories to 755 and files to 644 

I have put the htpasswd file into bacula-gui/protected/Data/ and the login 
works fine. 

Here is my apache2 vhosts file 



<VirtualHost *:80> 
DocumentRoot /var/www/localhost/htdocs/bacula-gui 
ServerName bacula-gui.fsoft.nnet 
CustomLog /var/log/apache2/bacula-gui-access.log combined 
ErrorLog /var/log/apache2/bacula-gui-error.log 
<Directory /var/www/localhost/htdocs/bacula-gui> 
AllowOverride All 
AuthType Basic 
AuthName bacula 
AuthUserFile 
/var/www/localhost/htdocs/bacula-gui/protected/Data/bacula-gui.users 
Require valid-user 
</Directory> 
</VirtualHost> 


I have searched the internet for help on this, but have not found anything that 
works. 

Any ideas welcome 

Francis 


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to