การลง Xampp บน CentOS และการ สั่งให้ Auto Start แบบ ง่ายๆ

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 ค่าไว้ 

กรณีที่เปิด ใช้งาน 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>

การกำหนดให้ 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
Share on Google Plus

About I'am Webmaster

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments :