การติดตั้ง SSL ให้กับเว็บผ่าน VestaCP นั้นทำได้ 3 วิธี
1. ติดตั้ง SSL ให้เว็บ www.ชื่อโดเมน และชื่อโดเมนปกติ จาก Let's Encrypt สามารถติดตั้งจากเมนูและต่ออายุให้อัตโนมัติ
2. ติดตั้ง SSL ให้กับ Domain ย่อยทั้งหมด (Wildcard subdomain ต้องติดตั้งด้วย Command และต่ออายุเองทุก 3 เดือน)
3. ต่ออายุ SSL จากผู้ให้บริการภายนอก
1. LetsEncrypt ใบรับรองโดเมนย่อย wildcard โดยใช้ VestaCP
มีขั้นตอนดังนี้
...
VestaCP แก้ปัญหา open_basedir เว็บ app ต้องเขียนข้อมูลล...
โดย LINUX
แก้ปัญหากรณีทำเว็บ app ต้องเขียนข้อมูลลงดิส แต่ server ไม่อนุญาติ จึงเกิด Error realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)
มีวิธีแก้ไขสำหรับผู้ใช้ VestaCP บน CentOS 7
[domain] = เติมชื่อโดเมนของคุณ
# เปิดแก้ไฟล์ config(หากมีหลายโดเมนควรแก้ให้ครบทุกโดเมน)
vi /home/admin/conf/web/[domain].com.httpd.conf
# เลื่อนหา และเพิ่ม :/tmp ห...
Let’s Encrypt ขั้นตอนอัพเกรต Python 2.7 บน Centos 6.x
โดย LINUX
Let’s Encrypt will soon no longer support Python 2.6 due to its security update and the depreciate error prompted when running letsencrypt-auto script. Here is how to install Python 2.7 in CentOS 6 (can be done on CentOS 7 too) and enable Let’s Encrypt to use Python 2.7 environment. Install Python 2.7 in Centos Grab latest Python 2.7 from https://www.python.org/ftp/python, when we write this tutor...
การเพิ่ม SSL ให้ Vesta Control Panel
โดย LINUX
Vesta Control Panel คือ? Vesta เป็น Web Hosting Control Panel ประเภท Open Source อนุญาติให้เราดาวน์โหลดมาใช้ฟรีๆ เป็น CP ที่ติดตั้งได้ง่ายมากเมื่อเทียบกับ CP ตัวอื่นๆ และใช้ Native Package ทั้งหมดของ OS ซึ่งมีข้อดี คือ ถ้าหากต้องการอัพเดท Package สามารถใช้คำสั่ง yum update ได้ตามปกติ เพราะระบบไม่มีการแยก compile กับ OS แต่อย่างใด SSL คืออะไร? SSL หมายถึง Secure Socket Layer และวัตถุประสงค์หลักคื...
PHP เชื่อมต่อ SQL Server บน CentOS7
โดย LINUX
เหมาะผู้ดูแล Linux Server สามารถทำให้ PHP เชื่อมต่อ SQL Server ได้
มีขั้นตอนดังนี้
1. ติดตั้ง Microsoft ODBC Driver 17 for SQL ServerRedHat Enterprise Server, CentOS 6 and 7
ก็อปคำสั่งด้านล่างทีละบรรทัดไปวางในหน้าจอ Linux Command
sudo su
#Download appropriate package for the OS version#Choose only ONE of the following, corresponding to your OS version
#RedHat Enterprise Server 6curl https:...