โดเมนหลักชี้ไปที่อินสแตนซ์ AWS EC2 อื่น และเนื่องจากโดเมนย่อยเป็นไซต์ที่กำลังจัดเตรียม ดังนั้นฉันจึงเปิดใช้อินสแตนซ์ AWS EC2 อื่น, ติดตั้ง Apache, เพิ่มโดเมนย่อย vhost เป็นค่าเริ่มต้น .conf
ที่ /etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
ServerName subdomain.maindomain.com
ServerAlias www.subdomain.maindomain.com
ServerAdmin [email protected]
DocumentRoot /var/www/html/subdomain
<Directory /var/www/html/subdomain>
Options Indexes FollowSymLinks MultiViews
Require all granted
#Options -Indexes +FollowSymLinks
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/subdomain.maindomain.com-error.log
CustomLog ${APACHE_LOG_DIR}/subdomain.maindomain.com-access.log combined
</VirtualHost>
ผ่านไป 24 ชั่วโมงแล้วและเว็บไซต์ไม่แสดงเลย
ไม่สามารถเข้าถึงไซต์นี้ได้ subdomain.maindomain.com ถูกปฏิเสธ
เชื่อมต่อ.
และฉัน ping subdomain.maindomain.com และให้ IP เซิร์ฟเวอร์ AWS EC2 ที่ถูกต้องแก่ฉัน มีอะไรผิดปกติที่นี่? ความช่วยเหลือข้อเสนอแนะคำแนะนำใด ๆ ที่ชื่นชมอย่างมาก ขอขอบคุณ
เซิร์ฟเวอร์คือ AWS EC2 พร้อมระบบปฏิบัติการ Ubuntu 20.4