begimana kalau pindah ke NGINX aja? atau cherokee? atau hiawatha? enak, mini, ringan, simpel, powerfull
2010/2/8 Andri <[email protected]> > ane ada masalah jg nih... > > Cuz masih 'dual-boot', document rootny ada d drive NTFS. So ane rubah > settinganny jadi gini > > > DocumentRoot /media/htdocs > <Directory /> > Options FollowSymLinks > AllowOverride None > </Directory> > <Directory /media/htdocs/> > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > allow from all > </Directory> > > Tp sekarang buka http://localhost jadi 403...(padahal pas dulu pake jaunty > nggak). Liat di permission /media/htdocs, 700. Mo chmod jadi 755 ataupun d > chown, permissionya tetep ga berubah, ttp 700 (dah pake verbose, tapi tak > ada tanda2 error). > > Kenapa yah? > > > 2010/2/7 zahris noorzein <[email protected]> > > sebelumnya cek dulu di root documentnya apakah ada value follow symlink nya >> disable.. krn akan percuma symlinknya kalau apache disuruh untuk tidak >> membuka symlink >> >> Pada 6 Februari 2010 21:03, Agus Setiawan <[email protected]>menulis: >> >> >>> 2010/2/6 bayu fathurachman <[email protected]> >>> >>>> saya lagi belajar php.. >>>> >>>> dan menggunakanya di ubuntu.. >>>> setelah saya menginstall semua tools diatas dan >>>> mengkonfigurasinya,pada langkah terakhir agak sedikit bingung.. >>>> secara default,phpmyadmin akan terinstall di folder /usr/share/ >>>> phpmyadmin/direktori. >>>> dan saya harus menyalin folder tersebut ke folder /var/www/direktori. >>>> lalu saya mengetik perintah >>>> >>>> $ sudo ln-s /usr/share/phpmyadmin/ /var/www/phpmyadmin >>>> >>>> namun ternyata tidak bisa.. >>>> bisa di jelaskan dimana letak kesalahanya dan mohon solusinya.. >>>> terimakasih dan mohon bantuanya.. >>>> >>> >>> >>> halo bayu.. >>> untuk langkah diatas sudah benar dengan membuat symlink atau symbolik >>> link dengan perintah ln -s >>> tujuan dari pembuatan symlink diatas bukanlah untuk mengkopi atau >>> menyalin isi direktori /usr/share/phpmyadmin kedalam direktori >>> /var/www/phpmyadmin tapi hanya mengarahkan file /var/www/phpmyadmin ke >>> direktori /usr/share/phpmyadmin.. jadi kalo ada user yang mengklik atau >>> mengakses file /var/www/phpmyadmin secara langsung akan diarahkan ke >>> direktori /usr/share/phpmyadmin >>> >>> hal itu juga berlaku pada saat bikin website.. jadi cukup dibuatkan >>> symlinknya,kemudian ditaruh di top direktori websitenya.. nanti langsung >>> mengarah ke destination file/direktorinya.. >>> >>> pertanyaan selanjutnya, kenapa ga jalan? >>> itu bisa disebabkan karena belum diinstall mysqlnya atau phpnya.. atau >>> lupa password mysql.. >>> atau bisa juga belum mengikuti prosedur penginstallan seperti pada >>> referensi dibwh ini.. >>> >>> atau karena belum meng-includekan konfigurasi phpmyadmin untuk >>> apachenya.. biasanya ini yang terlupakan pada saat install phpmyadmin.. >>> klo yg ini solusinya : >>> >>> 1. edit file */etc/apache2/apache2.conf * >>> >>> r...@ubuntu:~# nano /etc/apache2/apache2.conf >>> >>> 2. tambahkan baris ini pada akhir file /etc/apache2/apache2.conf >>> >>> Include /etc/phpmyadmin/apache.conf >>> >>> Selamat mencoba.. >>> >>> referensi : >>> [1] >>> http://adhy0687.wordpress.com/2009/12/27/cara-menginstal-apache-php-mysql-dan-phpmyadmin-pada-ubuntu/ >>> [2] >>> http://wartawarga.gunadarma.ac.id/2009/09/cara-menginstal-apache-php-mysql-dan-phpmyadmin-pada-ubuntu/ >>> [3] >>> http://crynobone.com/install-apache2-mysql5-php5-and-phpmyadmin-on-ubuntu/ >>> >>> -- >>> Agus Setiawan >>> www.agussetiawan.net >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Klub Linux Bandung" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<klub-linux-bandung%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/klub-linux-bandung?hl=en. >>> >> >> >> >> -- >> http://www.dedoimedo.com/computers/linux-wrong-reasons.html --Don't use >> Linux for the wrong reasons >> ------------------------------------------------------- >> Blog : http://www.thetunnels.net >> Wave : [email protected] >> Fb : http://www.facebook.com/zahris >> Twitter : http://www.twitter.com/zahris >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Klub Linux Bandung" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<klub-linux-bandung%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/klub-linux-bandung?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Klub Linux Bandung" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<klub-linux-bandung%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/klub-linux-bandung?hl=en. > -- You received this message because you are subscribed to the Google Groups "Klub Linux Bandung" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/klub-linux-bandung?hl=en.
