Passbolt Failed to open dir

It would be nice to see if the following request suceeds:

curl -vLkH "Host: passbolt.dev" http://IP_OF_PASSBOLT_SERVER

When i do the ls /etc/apache2/sites-enabled/

i get this:

000-default.conf

This is the host conf:

For which machine? Both?

This is the server machine.

My client is my work laptop on the same network.
I should be able to reach it right since i was getting the apache 2 page.

There are two things:

  • The server should be able to talk to himself on that domain. It will do that via the localhost loopback.
127.0.0.1        localhost passbolt.dev
  • The client should be able to map the server ip with “fake” domain.
172.16.15.182    passbolt.dev

If you are getting a “get started with debian” page despite the 000-default.conf you showed us, you are either hitting another server, or the virtual host are not being used because of some error that should show with:

tail /var/log/apache2/error.log

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.