単一の専用サーバーでホストされる 5 つの Web サイトがあります。
### Many documents(apache2) provide help to achieve this
site1.com > should access /var/www/html/site1
site2.com > should access /var/www/html/site2
しかし、私が望むのは以下のシナリオです....Apache2でこれ(以下)を達成するにはどうすればよいですか?
### So for example (eg. IP: 54.33.123.21) :
54.33.123.21/site1 > should access /var/www/html/site1
54.33.123.21/site2 > should access /var/www/html/site2
IPのみを使用する必要があります。今のところドメイン名はありません。
前もって感謝します。