On Wed, May 01, 2002 at 08:17:57PM +0700, Ari Widodo wrote: > file .htpasswd sudah di /home/testing > > error yang muncul di error.log-nya apaceh; > [Wed May 1 18:19:11 2002] [error] [client 192.168.10.1] > (13)Permission denied: Could not open password file: > /home/testing/.htpasswd > [Wed May 1 18:19:11 2002] [error] [client 192.168.10.1] > user testing not found: /admin
Kelihatannya ada masalah dengan permission untuk file .htpasswd Owner dan Permission file .htpasswd coba dibuat begini: chown apache.apache /home/testing/.htpasswd chmod 440 /home/testing/.htpasswd Dengan asumsi apache adalah user dan group dari httpd. Pastikan juga: chmod o+x /home/testing ishobr -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

