Powered By Blogger

08 October 2014

install XAMPP on CentOS/RedHat 6

install XAMPP on CentOS  6

URL 1
http://sharadchhetri.com/2014/03/24/install-xampp-centosrhel-6-5/

URL 2 
http://setup-steps.blogspot.com/2013/01/xampp-for-linux-on-centos-63.html

========================================================

====  Brief from URL 1 ====

yum install wget
wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.3/xampp-linux-x64-1.8.3-3-installer.run

chmod +x xampp-linux-x64-1.8.3-3-installer.run

./xampp-linux-x64-1.8.3-3-installer.run

vi /opt/lampp/etc/extra/httpd-xampp.conf
(add
=====
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
# Require local
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
======
)

/opt/lampp/lampp restart

http://localhost/xampp

http://localhost/phpmyadmin

=================================================================

แต่ถ้าให้คิดจริงๆ วิธี ติดตั้ง ทีละตัว ง่ายกว่าเยอะ

http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/

yum install ไปทีละตัวเลย

หรือรัน setup บน konsole ก็ได้  

No comments: