cepakke neng source antara lain:
1. httpd-2.0.50.tar.gz
2. mysql-5.0.76-rc.tar.gz
3. php-5.2.5.tar.gz
instalasi pertama
1. install httpdnya dulu
langkah2
a. extrak httpd perintah
# tar xzvf httpd-2.0.50.tar.gz
# cd httpd-2.0.50
# ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-so --enable-rewrite --enable-expires --enable-headers
# make
# make install
sampai selesai
b. Install mysql seperti yang sebelumnya langkahnya sama persis jadi ngkperlu
diuraikan lagi oke
c. Kemudian install phpnya lngkah2nya
# tar xzvf php-5.2.5.tar.gz
# cd php-5.2.5
# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-openssl --enable-sockets --with-zlib-dir=/usr/lib --enable-magic-quotes --enable-inline-optimization --enable-bcmath --with-curl --with-png-dir --with-jpeg-dir --enable-calendar --with-ttf --with-gd --enable-mbstring
enter tunggu sampek selesai kemudian
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
seeprti langkah sebelumnya
tambahkan baris berikut ke httpd.conf
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
jalankan apachenya
# /usr/local/apache2/bin/apachectl start
ada sedikit eror tapi langsung aja cek dengan perintah
# ps ax
kalo ada commend httpd k berarti apache jalan sekarang brows ipnya
akan tertulis Its Work jadi apache jalan
selesai
Wednesday, November 26, 2008
Instal Webserver dengan Pack Terbaru
Thursday, November 20, 2008
Merubah Tanggal Di FREEBSD
jalankan perintah ntpdate :
Sekarang set ke tanggal yang benar dengan ntp client:
# ntpdate -v -b in.pool.ntp.org
Anda dapat memverifikasi kebenaran tanggal tsb:
# date
Output:
Wed Jan 25 12:36:21 IST 2006
Subscribe to:
Posts (Atom)