Install Xampp pada Ibex dan Jaunty

Xampp / Lampp, bagi saya adalah aplikasi portable web-server yang terdiri dari Apache, PHP, MySQL, dan lain-lainnya. Sangat bagus digunakan sebagai web-server sebelum dipasang pada server web yang sesungguhnya.

Xampp (kalo di Linux namanya Lampp) dapat berjalan dengan baik pada Linux dan Windows, Mac juga juga bisa!

Download dulu Xampp nya. Saya pakainya yang versi xampp-linux-1.6.5 karena masih support php4. Dapat Anda download dari situsnya langsung.

Cara instalasinya:

ekstraksi master tersebut di /opt/lampp
$ sudo tar xvfz xampp-linux-1.7.tar.gz -C /opt

mengubah permissionnya menjadi 775
$ sudo chmod -R 775 /opt/lampp

menjalankan xampp
$ sudo /opt/lampp/lampp start
kebalikannya
$ sudo /opt/lampp/lampp stop

supaya xampp otomatis jalan dari awal
$ sudo crontab -e
dan tambahkan baris berikut:
@reboot /opt/lampp/lampp start

Beberapa pilihan parameter yang bisa anda pilih:

start
Start XAMPP (Apache, MySQL and eventually others)

startapache
Start only Apache

startssl
Start only SSL support

startmysql
Start only MySQL

startftp
Start only ProFTPD

stop
Stop XAMPP (Apache, MySQL and eventually others)

stopapache
Stop only Apache

stopssl
Stop only SSL support

stopmysql
Stop only MySQL

stopftp
Stop only ProFTPD

reload
Reload (menjalankan kembali dgn konfigurasi baru) XAMPP (Apache, MySQL and eventually others)

reloadapache
Reload only Apache

reloadmysql
Reload only MySQL

reloadftp
Reload only ProFTPD

restart
Stop and start XAMPP

security
Check XAMPP’s security

php5
Activate PHP5

php4
Activate PHP4

phpstatus
Which version of PHP is active?

backup
Make backup file of your XAMPP config, log and data files

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *