Current time: 05-16-2024, 05:57 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problem Awstats
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #2
RE: Problem Awstats
It seems like awstats should be validating against this table, but the template says otherwise...

Code:
ispcp debian # cat apache/parts/dmn_awstats_dynamic_entry.tpl
   ProxyRequests Off

   <Proxy *>
      Order deny,allow
      Allow from all
   </Proxy>

   ProxyPass                    /stats  http://localhost/stats/{DMN_NAME}
   ProxyPassReverse             /stats  http://localhost/stats/{DMN_NAME}

    <Location /stats>
        AuthType Basic
        AuthName "Statistics for domain {DMN_NAME}"
        AuthUserFile {WWW_DIR}/{DMN_NAME}/{HTACCESS_USERS_FILE_NAME}
        AuthGroupFile {WWW_DIR}/{DMN_NAME}/{HTACCESS_GROUPS_FILE_NAME}
        Require group {AWSTATS_GROUP_AUTH}
    </Location>

I actually have the same problem, it seems that the password set there is the original password that the domain is added with (maybe?), and after updating the users password, the .htpasswd doesn't get updated and login fails with the current password.

It would be nice to get this going with mod_auth_mysql, or similar. Until that happens, or this gets fixed, you might want to just use "htpasswd" tool to update the password in the .htpasswd file in question.

Hope that helps,
pGentoo
01-07-2009 03:04 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Problem Awstats - santerref - 01-07-2009, 02:38 PM
RE: Problem Awstats - pgentoo - 01-07-2009 03:04 PM
RE: Problem Awstats - santerref - 01-07-2009, 03:07 PM
RE: Problem Awstats - pgentoo - 01-07-2009, 03:11 PM
RE: Problem Awstats - santerref - 01-07-2009, 03:22 PM
RE: Problem Awstats - sci2tech - 01-08-2009, 01:46 AM
RE: Problem Awstats - pgentoo - 01-08-2009, 04:23 AM
RE: Problem Awstats - sci2tech - 01-08-2009, 05:10 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)