Score:0

การกำหนดค่า AJP ล้มเหลว

ธง mq
cp.

ฉันกำลังพยายามเชื่อมต่อกับแอป TC กับโฮสต์เสมือนด้านล่าง แอป TC ทำงานโดยตรงที่ mysite.net:8080/mysite และให้บริการทั้งไซต์ตั้งแต่ดัชนีจนถึงการคำนวณ อย่างไรก็ตามการกำหนดค่าให้หน้า apache2 เริ่มต้น ฉันพลาดอะไรไป

<VirtualHost  *:80>
 
        ProxyRequests off
        ProxyPreserveHost On
        ServerName mysite.net.localhost
 
        ServerAdmin admin@localhost
 
        ProxyPass "/"       "ajp://localhost:8009/mysite"
        ProxyPassReverse "/" "ajp://localhost:8009/mysite"
 
        LogLevel warn
 
        ErrorLog ${APACHE_LOG_DIR}/mysite.net_error.log
        CustomLog ${APACHE_LOG_DIR}/mysite.net_access.log combined
 
</VirtualHost>

ด้านล่างนี้คือการเปลี่ยนแปลงของ server.xml และทั้งสองเซิร์ฟเวอร์ได้รับการรีบูตแล้ว

<!--connector enabled 210818-->
<Connector protocol="AJP/1.3"
           address="::1"
           port="8009"
           redirectPort="8443" />

นอกจากนี้ฉันใส่ symlink ใน /var/www/html/vhosts/[sites-available.conf] ยังคงแสดงค่าเริ่มต้น นำหน้า default.html และแสดงไดเร็กทอรี

in flag
Virtual host configurations do not go in `/var/www/html/vhosts` on Apache ... and that would be a strange place to keep them. When using Apache, it's generally better to put virtual host configurations in `/etc/apache2/sites-available`, then use `sudo a2ensite {filename}.conf` to enable them. This ensures that Apache does all the heavy lifting ...
mq flag
cp.
@matigo I removed the symlink, ran a2ensite [filename].conf it said already enabled, restarted apach2 and same, just showing the ubuntu apache default page. It is as straight forward as you instruct, what is wrong?

โพสต์คำตอบ

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