1. Download ตาม Version ที่ต้องการ จาก http://www.apachefriends.org/en/xampp-linux.html
2. ssh วางไฟล์บน /opt
3. tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
4. /opt/lampp/lampp start
5. ทดสอบเรียก http://192.168.1.xx/ ตาม ip ที่ set ค่าไว้
2. ssh วางไฟล์บน /opt
3. tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
4. /opt/lampp/lampp start
5. ทดสอบเรียก http://192.168.1.xx/ ตาม ip ที่ set ค่าไว้
กรณีที่เปิด ใช้งาน phpmyadin ไม่ได้ ให้ทำการ แก้ไข
vi /opt/lampp/etc/extra/httpd-xampp.conf
<Directory “/opt/lampp/phpmyadmin”>
AllowOverride
AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
AllowOverride
AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
การกำหนดให้ Xampp auto start from boot server
1. vi /etc/rc.local
2. เพิ่มข้อมูล /opt/lampp/lampp start
หากเรียกเว็บจากเครื่องอื่น ไม่ได้ ให้ดู firewall (iptables)
ข้อมูลเพิ่มเติม
http://www.voip4share.com/centos-the-community-enterprise-operating-system-f55/centos-6-4-t2371.html
0 comments :
Post a Comment