> คลังความรู้ > Control Panel directadmin > Direct Admin ปัญหาในการแยกวิเคราะห์ html เป็น php ตั้งแต่ตั้งค่า php-fpm แทน mod_php


Direct Admin ปัญหาในการแยกวิเคราะห์ html เป็น php ตั้งแต่ตั้งค่า php-fpm แทน mod_php




วิธีแก้ไขให้อ่านข้อมูล php รวมกับ ไฟล์ html วิธีนี้ สำหรับคนที่มีสิทธิ์ เข้าถึง Admin ใน DirectAdmin เท่านั้น


- ใน Direct Admin > Custom HTTPD Configurations คลิกที่ php-fpm xx หลังชื่อผู้ใช้ (ในกรณีของฉัน php-fpm 7.4)
- ใน php-fpm xx |CUSTOM1|ช่อง ให้ป้อนข้อมูลต่อไปนี้:


|?LIMIT_EXTENSIONS=`LIMIT_EXTENSIONS` .htm .html|


จากนั้นใน .htaccess ฉันเพิ่ม: *username* ใส่ ชื่อโฮสของเรา


<FilesMatch "\.(html|htm)$">
    AddHandler "proxy:unix:/usr/local/php74/sockets/*username*.sock|fcgi://localhost" .html .htm
</FilesMatch>


(ฉันเพิ่มเฉพาะ .htm และ .html เนื่องจาก .php .inc ... ได้รับการเพิ่มโดย httpd.conf ของผู้ใช้แล้ว)


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read