halo .. Saya mencoba membuat web server di SuSe 7.0 dengan Apache 1.2.23. Pada webserver itu setiap user akan mempunyai web dir sendiri2, semisal : http://suse.belel.com/~user <-- untuk itu saya mengaktifkan .... <IfModule mod_userdir.c> UserDir www UserDir disabled root </IfModule> # dan <Directory /home/*/www/> AllowOverride none Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Allow from 192.168.0. Deny from all </LimitExcept> Order allow,deny Allow from all </Directory> ... tapi kelihatannya waktu buka alamat tsb maka akan keluar komentar : 403 Forbiden. You dont have permission Access to http://suse.belel.com/~user dari analisa tsb saya mengambil kesimpulan bahwa user yang menjalankan apache yaitu = nobody:nogroup tidak diijinkan untuk read di dir yang dituju (/home/*/www) saya telah coba untuk : 1. chmown -R nobody:nogroup /home/*/www -- ngga bisa juga 2. chmod u+rwx,g+r,o+r,a+r /home/*/www -- masih juga ngga bisa .. ;( ok mohon bantuannya ... thx ... salam
..:: learning from reallity :: .. ~# and blank doesnt mean empty #~ -- http://fastmail.fm - Accessible with your email software or over the web -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

