Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
There must be something wrong with your /etc/nginx/sites-available/default config because it always returns a blank page from a web browser.
Wish I could get this working… Any help would be appreciated.
This comment has been deleted
I like the how-to’s on this site, they’re usually quite informative and easy to follow.
I do however seem to have hit a snag on this particular how-to. I’ll mention that the Bacula install works perfectly, no issues there.
I’ve done 2 fresh installs as well as bit of reconfiguring with each one, and I keep getting the same error over and over.
When I open a browser all I get is the following:
Exception trace File: /usr/share/nginx/html/core/db/cdb.class.php on line 44 in function PDO->__construct File: /usr/share/nginx/html/core/bweb.class.php on line 99 in function CDB::connect File: /usr/share/nginx/html/index.php on line 26 in function Bweb->__construct Database error File /usr/share/nginx/html/core/db/cdb.class.php Line 44 Exception code 1045 Exception message SQLSTATE[28000] [1045] Access denied for user ‘bacula’@‘localhost’ (using password: YES)
I’m guessing it’s some sort of mismatch of passwords between Bacula and MySQL, but the documentation is unclear in regards to this.
One thing which stands out is in the step above for the nginx config file:
$config[0][‘password’] = ‘bacula-db-pass’;
It mentions it should match the password in the /etc/bacula/bacula-dir.conf in the “dbpassword” setting), but it is blank there. I filled it in, but that didn’t work either. But at no point in the documentation does it say to fill it in either…I’d say that updates may have changed how this installs.
Any ideas?
I keep getting a 403 error when attempting to login to the test page. I have followed this series diligently and have a working setup of bacula from step 1. Not totally sure where I have gone wrong. My suspicion is that I need the latest version of the software and not 7.0.3 like they used in the article?
I decided to refer to the documentation on the Bacula website, and realized there’s quite a few steps missing to get this working properly! I started from scratch and it works now.
great article!, but can someone giveme a hand, it returns a blank page this is the log for nginx
2017/03/30 11:59:45 [error] 13822#0: *60 FastCGI sent in stderr: “PHP message: PHP Parse error: syntax error, unexpected ‘bacula’ (T_STRING) in /usr/share/nginx/html/application/config/config.php on line 36” while reading response header from upstream, client: 172.21.38.64, server: 172.16.1.150, request: “GET /index.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “172.16.1.150”