Word Document

web server fedora

You must be logged in to download this document
Description

Membangun web server mudah cepat dan praktis tis tis

Reviews
Shared by: roby susanto
Categories
Tags
Stats
views:
152
downloads:
20
rating:
not rated
reviews:
0
posted:
1/6/2009
language:
English
pages:
0
# ====================================================================== # ===]||[ KocenK Beta Version Tutor for webserver using fedora 8 ]||[=== # ====================================================================== install mysql seperti ini yum install mysql mysql-server lalu periksa apakah sudah terinstall chkconfig --levels 235 mysqld on /etc/init.d/mysqld start lalu masukin password kamu / bikin password mysqladmin -u root password contoh : mysqladmin -u root password kocenkcak3p lalu periksa lagi netstat -tap | grep mysql bila sukses akan tampak seperti ini tcp 0 0 *:mysql *:* LISTEN 2713/mysqld lalu set password hosname seperti ini mysqladmin -h server1.example.com -u root password lalu kita tinggal install webservernya yum install lighttpd lalu kita cek lagi chkconfig --levels 235 lighttpd on /etc/init.d/lighttpd start klu sudah coba bukak localhost sukses lom hehehee nah sampai disini masih berupa html blum php langkah selanjutnya adalah membuat php dapat berjalan lihat config na di sini /etc/lighttpd/lighttpd.conf. sekarang kita install phpnya yum install lighttpd-fastcgi php-cli setelah terinstall bukak /etc/php.ini dan rubahlah bagian cgi menjadi seperti ini [...] cgi.fix_pathinfo = 1 lalu pada bagian /etc/lighttpd/lighttpd.conf menjadi seperti ini [...] server.modules = ( # "mod_rewrite", # "mod_redirect", # "mod_alias", "mod_access", # "mod_cml", # "mod_trigger_b4_dl", # "mod_auth", # "mod_status", # "mod_setenv", "mod_fastcgi", # "mod_proxy", # "mod_simple_vhost", # "mod_evhost", # "mod_userdir", # # # # # # # [...] jangan lupa pada bagian berjalan seperti contoh di bawah [...] #### fastcgi module ## read fastcgi.txt for ## for PHP don't forget fastcgi.server "mod_cgi", "mod_compress", "mod_ssi", "mod_usertrack", "mod_expire", "mod_secdownload", "mod_rrdtool", "mod_accesslog" ) fastcgi.server tanda # juga dibuang agar phpnya dapat ini more info to set cgi.fix_pathinfo = 1 in the php.ini = ( ".php" => ( "localhost" => ( "socket" => "/var/run/lighttpd/php"bin-path" => "/usr/bin/php-cgi" ) ) ) fastcgi.socket", [...] bila sudah coba restart /etc/init.d/lighttpd restart bila sudah coba buat info.php /var/www/lighttpd/ <<< di posisi ini touch info.php nano / vi //var/www/lighttpd/info.php install agar suport php5 yum search php yum install php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc lalu restart /etc/init.d/lighttpd restart jadi deh untuk menambahkan phpmyadmin tinggal download phpMyAdmin-2.11.8.1-all-languag taruh di posisi /var/www/lighttpd/ rubah nama jadi phpmyadmin install dan lihat hasilnya sukses selalu buat semua hehehehee

Post this Doc to Twitter
Embed on any Website or Blog
Related docs
From Web 1.0 to Web 3.0
Views: 881  |  Downloads: 93
Fedora-Multimedia-Installation-HOWTO
Views: 195  |  Downloads: 4
Configure DNS in Linux
Views: 919  |  Downloads: 137
client_server_performance
Views: 1839  |  Downloads: 42
server_virtualization[1]
Views: 239  |  Downloads: 26
Web 2.0 Overview powerpoint Presentation
Views: 1491  |  Downloads: 259
SQL Server for BlackBaud Products
Views: 675  |  Downloads: 20
BEA WebLogic Server 9.0
Views: 659  |  Downloads: 24
Other docs by roby susanto
Flash MX Action Script For NewBe
Views: 884  |  Downloads: 94