static password in htpasswd

Discussion in 'Installation/Configuration' started by jmroth, Nov 6, 2006.

  1. jmroth

    jmroth New Member

    Hi there,
    I have tried to add a "static" password entry into /root/ispconfig/isp/conf/htpasswd.master, like so:

    Code:
    <!-- 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:

    Code:
    # egrep -ri htaccess.master /root/ispconfig
    #
    
    :confused:

    Regards,
    Marc
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    About which .htpasswd files are you talking? The .htpasswd for the webalizer statistics or the .htpasswd files that can be created in the WebFTP?
     
  3. jmroth

    jmroth New Member

    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
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     

Share This Page