How to install Apache2 Web Server linux.
# ติดตั้งด้วยคำสั่ง
$ sudo apt-get install apache2
# ไฟล์คอนฟิก
/etc/apache2/apache2.conf
# ลงโมดูลของ MySql
$ sudo apt-get install libapache2-mod-auth-mysql
# สั่งเริ่มทำงาน
$ sudo /etc/init.d/apache2 restart
No comments:
Post a Comment