|
From: Grant P. <gp...@th...> - 2006-10-26 23:39:12
|
Hi all, I came accross a strange one today... While using the "Protected Web Directories" module in Usermin 1.230 = (Webmin Version 1.300), apache-2.2.0 Findong the web dir through the panel went OK, adding the .htacces + = .htpasswd files went OK, but I could not log in using the passwd I = specified in the setup. Upon further investigation, I noticed when I read the .htaccess file, an = extra line: "require user" showed up when I remove it, all works well. Can I, Should I remove this from some template file somewhere? -doesn't work- AuthUserFile "/home/domain.com/www/dir-to-protect/.htpasswd" AuthType Basic AuthName "Me Only" require user require myrealusernamehere -does work- AuthUserFile "/home/domain.com/www/dir-to-protect/.htpasswd" AuthType Basic AuthName "Me Only" require myrealusernamehere |