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
asked 5 months ago162 views
1 Answer
0

Hello.

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

sudo lsof -i :81
profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions