web server fedora

Description

Membangun web server mudah cepat dan praktis tis tis

Reviews
Shared by: Roby Susanto
Categories
Tags
Stats
views:
257
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

Related docs
Introduction to Fedora
Views: 28  |  Downloads: 8
Introduction to Fedora
Views: 38  |  Downloads: 8
Fedora Tutorial
Views: 38  |  Downloads: 6
Fedora Tutorial
Views: 121  |  Downloads: 16
Fedora_-software-
Views: 17  |  Downloads: 1
The Perfect Setup - Fedora Core 5 _64-bit_
Views: 3  |  Downloads: 0
Fedora  a Digital Object Repository
Views: 9  |  Downloads: 0
Spacewalk + Fedora = 42
Views: 0  |  Downloads: 0
Fedora Core 2安裝Step by Step
Views: 11  |  Downloads: 2
modul-lidux-fedora
Views: 1491  |  Downloads: 143
premium docs
Other docs by Roby Susanto
Setting WiFi
Views: 270  |  Downloads: 16
Flash MX Action Script For NewBe
Views: 1668  |  Downloads: 228