Awstats not supported anymore

Jvanderlinde

New member
Joined
Aug 4, 2011
Messages
2
Hello.

My Webhoster is recently upgrading all its direct admin licences and versions on their huge serverpark. I'm a large reseller user who owns up to 60 customers for various websites and so on. I provide them a website with all the options they need in order to get a fully operational business on the web.

One of the features that are included would be Awstats, something just as neath in tracking visitors as Analytics would be. Recently Awstats has stopped working on various websites and their reseller accounts. I asked my hoster what the problem was; They told me that Direct admin integrated Awstats could no longer be requested by using the direct url like domain.com/awstats/, instead you have to log into directadmin and view your stats using domain manager. Since i sell my clients a very solid package of software to manage their website, i would like to not give my clients direct access by FTP or Database level because of illegal copying and so on. My clients can live with the idea they have everything and can request support anytime they want,

but here's the deal. Awstats is usable while it lasts, untill the whole serverpark is updated and i'm forced to start putting alot of website into analytics accounts and tell people how to use them, because the top tier Direct admin decided to put their Awstats access into a higher level. What is wrong with just having a user / pass combi by using htaccess as a protection level? Can someone clarify why this choice is being made?

I'm not talking about 60 clients with 60 websites, more likely 150 websites and not my own websites mentioned :(
 
Actually i should be wrong, but, i dont know anything about the /stats (or /awstats) remove from directadmin, afaik is still working...
 
Ok, confirmed, tested right now on a test server and the /awstats path is working correctly... so.. where did he found that wasnt no more compatible?

Regards
 
Awstats is by default working yes,

but my hoster is telling me you cannot access awstats by publicy anymore. You need to be logged in > Goto site statistics and hit "stats". It will show you a Awstats panel and so on.

Lets say this Awstats has worked for over a few years using the public url, but by the new updates from Directadmin itself this would be no longer possible.

Suddenly my hoster tells me there is a fix for still showing Awstats and he managed to put it up.
 
Your webhost is wrong then. If your running the newest version of DirectAdmin and have AWStats installed, all you need to do is login to a user account and click on "Site Summary / Statistics / Logs" and then click "Set" button located at the right of this text:

"Set selected domains to be publicly viewable from /[awstats]"

Then AWStats will be public available without password, if you want it to be password protected, then you have to setup .htaccess password using filemanager in DirectAdmin or do it manually.
 
Also if you password AWStats directory using .htaccess by using DirectAdmin filemanager, for example, please note that this will create problems for WordPress sites that is using anything else then default URL in WordPress. To fix this issue, then add this line to the top of a .htaccess file in root of domains public_html folder:

Code:
ErrorDocument 401 "Unauthorized access"

That line will fix any problems related to WordPress permalinks and the use of password protection on AWStats folder. Maybe it should be included in .htaccess in public_html automatically by DirectAdmin when using filemanager to password protect a directory? That would be nice addition!
 
Your webhost is wrong then. If your running the newest version of DirectAdmin and have AWStats installed, all you need to do is login to a user account and click on "Site Summary / Statistics / Logs" and then click "Set" button located at the right of this text:

"Set selected domains to be publicly viewable from /[awstats]"

Then AWStats will be public available without password, if you want it to be password protected, then you have to setup .htaccess password using filemanager in DirectAdmin or do it manually.


I have message "Stats links created" for using awstats.

Browsing to mydomain.com/awstats result 403 forbidden

I have perl running fine with /cgi-bin/hello.pl
"Hello World" result


Tho I dont see /awstats dir:
/home/username/domains/mydomain.com/?????


Will DA automatically create awstats dir right away or maybe after some hours?
or did I miss something DA config?



Thankz
 
Back
Top