How to have Xabi CMS and Apache Server running on the same server

To be completed by the original poster:

CMS Version

Xabi CMS 2.1

Installation Method

Docker

Operating System

Ubuntu Desktop 20.04

Issue

I need to have Xabi CMS and Apache Server running on the same machine for other web projects that I develop here at the company. I want to know how I can configure so that both work simultaneously.

I changed the port in the cms_custom-ports.yml file but I have to change the Apache configuration to use the reverse proxy. So everything is redirected to Xabi.

Is there any way for Xabi to use port 8080 and Apache on 80? Can you help me?

Thanks

Hi and welcome.

You would change this line of the custom-ports.yml file to - "8080:80" and then run:

docker-compose -f cms_custom-ports.yml up -d

You would then access Xibo from your host machine on http://localhost:8080, no need to reverse proxy anything.

Hope this helps! :slight_smile:

Hi dan!!

You are right, this morning, with my head resting I did some more tests and everything worked out well. I did exactly what I said and it worked.

Thanks

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