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
質問済み 5ヶ月前173ビュー
1回答
0

Hello.

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

sudo lsof -i :81
profile picture
エキスパート
回答済み 5ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ