On 2022-11-02 10:29, Davide F. wrote:

Hello,

Did you manage to make it work ?

Best,

I set up a virtual host configuration using SSL. I set up document root to the bacula-web/public directory. This did not work. I get http 500 error. This page is not working. Can't currently handle request type error.

I next modified the index.php (in the bacula-web/public directory ) to be the php info page:

<?php
phpinfo();
?>

I refreshed browser and the phpinfo page was displayed. As the phpinfo page works, I am guessing that the lighttpd configuration file I made for bacula-web works.

I am unable to get get bacula-web-8.6.2 working with lighttpd using SSL and a configuration that points to bacula-web/public at the Document root.
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to