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

------------------------------------------------------------------------------
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