PDA

View Full Version : static password in htpasswd


jmroth
7th November 2006, 00:20
Hi there,
I have tried to add a "static" password entry into /root/ispconfig/isp/conf/htpasswd.master, like so:

<!-- BEGIN DYNAMIC BLOCK: user_password -->
{USER}:{PASSWORT}
<!-- END DYNAMIC BLOCK: user_password -->
test:nwktC4klLf/Xg

However any new generated .htpasswd file does not contain it. Why?
Hint:

# egrep -ri htaccess.master /root/ispconfig
#

:confused:

Regards,
Marc

till
7th November 2006, 12:20
About which .htpasswd files are you talking? The .htpasswd for the webalizer statistics or the .htpasswd files that can be created in the WebFTP?

jmroth
7th November 2006, 13:23
Ah! Ok, I see.
I actually meant the htpasswd for the stats directory.
But you can enlighten me about those of WebFTP too.

(And ... is it normal that in WebFTP there are no users displayed in the directory protection of the stats folder?)

Regards,
Marc

till
8th November 2006, 11:23
The .htpasswd file is created by the webalizer.php script. I'am not sure if it uses the master file.

The WebFTP uses its own .htpasswd files and can not see the file created for the stats directory.