Multiple HTTP ports on Lightsail

0

Hi, I'm trying to install a reactjs > laravel combination app. The one working is on port :80 is where I point my reactjs app. I created port :81 for my laravel api but I can't seem to make this one work.

Things I tried:

  1. Setup Apache VirtualHost (https://httpd.apache.org/docs/2.4/en/vhosts/examples.html)
  2. Add port 81 at Lightsail > Instance > Networking > Firewall
GP
feita há 5 meses173 visualizações
1 Resposta
0

Hello.

How about checking if you can listen on port 81 using the command below?

sudo lsof -i :81
profile picture
ESPECIALISTA
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas