อ้างอิงบทความหลัก https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mariadb-php-lamp-stack-on-debian-11
create username ใน mariadb แยก
https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-debian-11
น่าสนใจ https://wiki.debian.org/LaMp เป็นการเอา public_html มาไว้ใน /home (เหตุผลด้าน security)
ถ้าสร้าง site แยก จะ load php ไม่ได้ ไม่รู้ทำไม ก็ใช้อันเดิมไปแหละ(internal 500)
php show error https://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display
php upload limit
upload_max_filesize = 20M post_max_size = 21M
ย้าย drupal มมา host ใหม่
https://websitemigrationguides.com/guide.php?migrate=6
กรณีมีปัญหา ให้ clear database cache
ปัญหา Internal Error 500 เกิดจากการไม่ได้ตั้งค่า PHP ให้แสดง Error เวลาที่ code ทำงานผิดพลาด จึงทำให้ Apache แสดงผลเพียงว่ามี Error ทั้งนี้สามารถตั้งค่าให้ display error ได้ ในไฟล์ php.ini
Add new comment