Install Passbolt alongside with LAMP

Hi all!
I’m a complete novice, sorry for such a basic question.
Will I be able to install Passbolt, which requires Nginx and MariaDB on a VPS where I already have a LAMP setup with CentOS 7, control panel (http://fastpanel.direct, if that is important), and two hosted websites?

Thanks!

Hi @patjoshea,

Yes, it’s possible. Since Apache is already installed the problem is two web servers trying to share the same ports 80 and 443.

There are different ways to resolve this problem. You could install Nginx and have it listen for two domains, and if it gets a request for the existing domain it acts as a reverse proxy in front of the Apache install and sends the request to Apache. You could change the port Apache listens on to 8000, for example.

All traffic goes through Nginx in this arrangement. It’s common. Apache would act as a backend service and not public facing.

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