Hello, Thanks for your feedback.
Indeed, I may had to make it more clear on the v8.6.0 blog post <https://www.bacula-web.org/blog/bacula-web-8.6.0/>, it's not obvious if you don't check the release note <https://github.com/bacula-web/bacula-web/releases/tag/v8.6.0> in detail. I haven't tried yet but Lighttpd seem's to be well documented regarding virtual host. https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSimpleVhost To keep it simple, you can have specific document root and other options based on the "host" value in http request. This means you can host as many "virtual" web servers on a single host without the need to keep everything under /var/www/html. As I already said, I'll have a try on my side and update Bacula-Web documentation <https://docs.bacula-web.org> for next release. Let me know if you managed to setup virtual host on your side please - Just curious, why are you not using built-in authentication but HTTP Basic authentication instead ? - Which OS are you running Debian, Ubuntu, etc ? Any feedback about above questions ? Best regards Davide On Thu, Oct 27, 2022 at 5:54 PM sruckh--- via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > On 2022-10-26 23:11, Davide F. wrote: > > Hello, > > Thanks for your feedback > > First of all, I have two questions > > - Just curious, why are you not using built-in authentication but HTTP > Basic authentication instead ? > - Which OS are you running Debian, Ubuntu, etc ? > > Regarding the issue you're facing (403 permission denied). > As mentioned in latest documentation, please make sure > Lighttpd configuration is using Bacula-Web public sub-folder as a "root > folder" > > Assuming you've installed Bacula-Web in /var/www/html/bacula-web, > configure it like below > > server.document-root = "/var/www/html/bacula-web/public/" > > This is where I see a difference in the older version (v 8.4.4) I was > running and the current version (thanks for pointing that out). There is > no "public" sub-directory with the 8.4.4 version. As mentioned, I do not > have a virtual host configuration for bacula-web and would not set my > document root as suggested above, because I have several web apps in my > document-root directory. So, I access all my apps using > https://top.level.domain/some-directory, including the working 8.4.4 > version of bacula-web. I would use https://top.level.domain/bacula-web/ > . I did not notice you have changed the directory structure until you > pointed it out. I can try making a virtual host configuration to see if > that makes a difference, but this change, which I am not even sure I > entirely understand, since you are putting files outside of document root, > is most likely the reason for my error. > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users >
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users