Score:0

403 after pointing A-Record of subdomain to IP of other server

ธง id

I have two servers X and Y.


Server X:

I have a VHOST for the subdomain test.api.konfigurator.company.de pointing to a directory which simply has a index.html containing the word "it works!".

First I tested it locally, by editing my hosts file in windows. That worked, the text "it works!" is showing if I call test.api.konfigurator.company.de from the browser.

So this made sure that the VHOST works. I deleted the record from my "hosts" file again.


Server Y:

I created a subdomain test.api.konfigurator.company.de from cpanel.

The process of creating the subdomain also created the A-Records.

I added this additional A-Record to company.de:

test.api.konfigurator.company.de.   300    A    3.70.50.1XX

If I ping test.api.konfigurator.company.de then I get 3.70.50.1XX so that worked.


So everything should be ready.

Expected behaviour:

If I open https://test.api.konfigurator.company.de from the browser, then the content "it works!" should show.

Actual behaviour:

Forbidden You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.


VHOST:

<VirtualHost *:80>
        ServerName test.api.konfigurator.company.de

        ServerAdmin webmaster@localhost
        DocumentRoot /var/www/company/test.api.konfigurator.company.de/public

        <Directory /var/www/company/test.api.konfigurator.company.de/public>
                Options Indexes FollowSymLinks
                AllowOverride All
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/api_company_konfigurator_error.log
        CustomLog ${APACHE_LOG_DIR}/api_company_konfigurator_access.log combined
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
in flag
โปรดระบุไฟล์การกำหนดค่าของเว็บเซิร์ฟเวอร์ของคุณ
Black avatar
id flag
ไฟล์ไหนกันแน่?
in flag
vhost นั้นมีไว้สำหรับ HTTP แต่คุณพยายามเข้าถึงด้วย HTTPS บล็อก HTTPS VirtualHost ของคุณอยู่ที่ไหน
Black avatar
id flag
คุณพูดถูก! ถ้าฉันเรียกมันด้วย http มันก็ใช้ได้! :)
Score:2
ธง in

คุณมีบล็อก VirtualHost สำหรับ HTTP ที่พอร์ต 80 เท่านั้น แต่คุณเรียกเซิร์ฟเวอร์ของคุณผ่าน HTTPS เนื่องจาก Apache ไม่พบ VirtualHost ที่ตรงกัน จึงใช้ VirtualHost เริ่มต้น

เพิ่ม VirtualHost สำหรับ HTTPS บนพอร์ต 443

Black avatar
id flag
น่าเสียดายที่ฉันได้รับข้อผิดพลาดเดิมอีกครั้งในวันนี้ ทั้งบน http และ https ดังนั้นต้องมีอย่างอื่นเกิดขึ้นฉันยังตั้งค่าโฟลเดอร์และไฟล์ทั้งหมดเป็น chmod 777 สำหรับการทดสอบ แต่ก็ไม่ได้สร้างความแตกต่าง ความคิดใด ๆ ?
Black avatar
id flag
ตกลง ฉันทราบแล้วว่า IP ของเซิร์ฟเวอร์ X เปลี่ยนไปและ A-Record ชี้ไปที่ IP เก่าแล้วในตอนนี้

โพสต์คำตอบ

คนส่วนใหญ่ไม่เข้าใจว่าการถามคำถามมากมายจะปลดล็อกการเรียนรู้และปรับปรุงความสัมพันธ์ระหว่างบุคคล ตัวอย่างเช่น ในการศึกษาของ Alison แม้ว่าผู้คนจะจำได้อย่างแม่นยำว่ามีคำถามกี่ข้อที่ถูกถามในการสนทนา แต่พวกเขาไม่เข้าใจความเชื่อมโยงระหว่างคำถามและความชอบ จากการศึกษาทั้ง 4 เรื่องที่ผู้เข้าร่วมมีส่วนร่วมในการสนทนาด้วยตนเองหรืออ่านบันทึกการสนทนาของผู้อื่น ผู้คนมักไม่ตระหนักว่าการถามคำถามจะมีอิทธิพลหรือมีอิทธิพลต่อระดับมิตรภาพระหว่างผู้สนทนา