Archive for the ‘zenwalk’ Category
Lighttpd = Simple web server
Lighttpd adalah webserver untuk OS Unix, Linux, BSD, dan Windows. Lighttpd merupakan alternatif pilihan disamping webserver yang sudah terkenal semacam apache / httpd. Lighthttpd dijuluki juga si Lighty.
Lighttpd di desain untuk keamanan, kecepatan, fleksibel dan memenuhi standar international serta bisa diaplikasikan kedalam mesin produksi. Lighttpd sangat ringan dibandingkan webserver lainnya (kebutuhan kinerja cpu kecil), sangat cocok untuk server yang mempunyai beban besar. Untuk keterangan lebih lanjut silahkan kunjungi situs resminya disini .
Ok kita langsung aja pake lighttpd ini.
PHP, Apache, and Mysql HOWTO
ZENCAFE : PHP, Apache, and Mysql HOWTO
PHP (5.1.2 at the time of writing)
First open up a terminal then login as root.
Code:
username[~]$ su Password: root[username]#
Then use netpkg to download the latest version of PHP on the repository and install it.
Code:
root[username]# netpkg php Checking for network connectivity, please wait... Downloading dependency file ddependencies : yes Connecting to the packages repository... [N][s] Found php-5.1.2-i486-2z22.tgz on the repository : not installed what should I do ? 1) install 2) download 3) skip
PHP is now installed.
Read more »
Comments (7)



