คำถามติดแท็ก apache-modules

8
Apache Proxy: ไม่มีตัวจัดการโปรโตคอลที่ถูกต้อง
ฉันพยายามพร็อกซีไดเรกทอรีย่อยไปยังเซิร์ฟเวอร์อื่น httpd.conf ของฉัน: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/ [P] ปัญหาคือ Apache จะทำการบันทึกสิ่งนี้อยู่เสมอ: AH01144: No protocol handler was valid for the URL /subdir/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., referer: http://localhost/ ดังนั้นหลังจากค้นหาอินเทอร์เน็ตฉันได้เปิดใช้งานโมดูลเหล่านี้: LoadModule headers_module …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.