Here are the permissions 
-rw-r--r-- 1 apache apache 20 Nov 2 08:24 baculum.users 
This should be OK I think?? 
Francis 


From: "Marcin Haba" <ganius...@gmail.com> 
To: "themetman" <themet...@themetman.net> 
Cc: "Bacula-users" <Bacula-users@lists.sourceforge.net> 
Sent: Wednesday, 2 November, 2016 17:59:46 
Subject: Re: [Bacula-users] Fwd: Bacula-Gui The requested URL /wizard/ was not 
found on this server. 

Hello Francis, 

Thanks for detailed problem description. 

I think that it can be problem with write permission to baculum.users 
file. You can check this file permissions and owner/group. 

Best regards. 
Marcin Haba (gani) 

On 2 November 2016 at 12:27, Francis The Metman <themet...@themetman.net> 
wrote: 
> Marcin, I am not using any symbolic links. I just got the error box when I 
> tried to save the wizard configuration (it had already saved it OK) and it 
> was saying that the Auth file in /baculum/protected/Data/ was probably wron, 
> despite the fact it had to be OK to log in!!! 
> I am 100% positive that I had filled in the same username and passsword in 
> the last screen of the wizard as was used for the htpasswd file in 
> /baculum/protected/Data/ 
> Not only that I did it 3 times, then when I changed the root folder of the 
> vhost to baculum from bacula-gui, it all went through fine. 
> I should have untarred the download directly into my localhost root as the 
> install instructions tell you. My error! 
> Anyway, it is up and running now. Just got to get my head round setting it up 
> for my network machines now. 
> Best wishes, and thanks for the prompt help. 
> Francis 
> 
> 
> ----- Original Message ----- 
> From: "Marcin Haba" <ganius...@gmail.com> 
> To: "TheMetMan" <themet...@themetman.net> 
> Cc: "Bacula-users" <Bacula-users@lists.sourceforge.net> 
> Sent: Wednesday, 2 November, 2016 10:11:15 AM 
> Subject: Re: [Bacula-users] Fwd: Bacula-Gui The requested URL /wizard/ was 
> not found on this server. 
> 
> Hello Francis, 
> 
> You are welcome :-) 
> 
> I think that the wizard shouldn't expect the Baculum files in baculum/ 
> directory, something looks to be wrong here. Baculum should work just 
> in web server document root path the same as in subdirectory somehwere 
> in document root. The difference is only with URL (added prefix with 
> subdirectory). 
> 
> The problem here can be when you have symbolic links somewhere in path: 
> 
> /var/www/localhost/htdocs/bacula-gui/ 
> 
> because Baculum tries to solve them. 
> 
> Best regards. 
> Marcin Haba (gani) 
> 
> On 2 November 2016 at 09:29, TheMetMan <themet...@themetman.net> wrote: 
>> Dear Marcin, BINGO!!! 
>> there was one .htaccess file missing, the one in the root of the virtual 
>> host. 
>> Thank you SO MUCH!!! 
>> and yes rewrite is enabled by default in gentoo. 
>> Only one problem, the wizard expects the virtual host to be in a folder 
>> called baculum in the root of the apache server, so the wizard falls over 
>> when trying to save the settings at the end. I had called the folder 
>> bacula-gui so I changed it to baculum, and it worked. 
>> Now to get down to the backups. 
>> Regard 
>> Francis 
>> 
>> ----- Original Message ----- 
>> From: "Marcin Haba" <ganius...@gmail.com> 
>> To: "Francis The Metman" <themet...@themetman.net> 
>> Cc: Bacula-users@lists.sourceforge.net 
>> Sent: Tuesday, 1 November, 2016 2:20:16 PM 
>> Subject: Re: [Bacula-users] Fwd: Bacula-Gui The requested URL /wizard/ was 
>> not found on this server. 
>> 
>> Hello Francis, 
>> 
>> I propose to check two things: 
>> 
>> 1) if .htaccess files are copied to destination path. They are in a 
>> few places. If you used * (asterisk) character in rsync then the 
>> hidden files could be not copied from source directory. 
>> 
>> 2) if mod_rewrite module is enabled in Apache. On some distributions 
>> it isn't enabled by default, maybe Gentoo is one from them. 
>> 
>> Please let know here if it works. 
>> 
>> Best regards. 
>> Marcin Haba (gani) 
>> 
>> On 1 November 2016 at 14:28, Francis The Metman <themet...@themetman.net> 
>> wrote: 
>>> 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 
>> 
>> 
>> 
>> -- 
>> "Greater love hath no man than this, that a man lay down his life for 
>> his friends." Jesus Christ 
>> 
>> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie 
>> za przyjaciół swoich." Jezus Chrystus 
>> 
> 
> 
> 
> -- 
> "Greater love hath no man than this, that a man lay down his life for 
> his friends." Jesus Christ 
> 
> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie 
> za przyjaciół swoich." Jezus Chrystus 
> 



-- 
"Greater love hath no man than this, that a man lay down his life for 
his friends." Jesus Christ 

"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie 
za przyjaciół swoich." Jezus Chrystus 
------------------------------------------------------------------------------
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