Difference between revisions of "Talk:Qmail Statistics (AWStats)"
Line 6: | Line 6: | ||
I have added uninstall instructions. Btw., it would sound much more politely if you wouldn't start your comments with`this is poor quality' but with something like 'Michael, consider adding this or that..., because...`. Please respect that I sharing my work voluntarily. I can state any criticism given in an appropriate manner. | I have added uninstall instructions. Btw., it would sound much more politely if you wouldn't start your comments with`this is poor quality' but with something like 'Michael, consider adding this or that..., because...`. Please respect that I sharing my work voluntarily. I can state any criticism given in an appropriate manner. | ||
--[[User:Mweinber|Mweinber]] 20:16, 26 September 2008 (UTC) | --[[User:Mweinber|Mweinber]] 20:16, 26 September 2008 (UTC) | ||
+ | |||
+ | |||
+ | Tested on SME9 with awstats-7.4-1 | ||
+ | after running the script you need to do 2 adjustments | ||
+ | |||
+ | 1. in /etc/awstats/awstats.mail.conf | ||
+ | |||
+ | AllowFullYearView modify from 2 to 3 | ||
+ | |||
+ | 2. in /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/86awstats | ||
+ | |||
+ | insert AuthBasicProvider external after AuthType basic | ||
+ | it should be like this | ||
+ | |||
+ | AuthType Basic | ||
+ | AuthBasicProvider external | ||
+ | AuthExternal pwauth | ||
+ | |||
+ | Issue | ||
+ | |||
+ | expand-template /etc/httpd/conf/httpd.conf | ||
+ | service httpd-e-smith restart | ||
+ | |||
+ | --[[User:Larieu|Larieu]] ([[User talk:Larieu|talk]]) 14:48, 14 April 2016 (CEST) |
Latest revision as of 13:48, 14 April 2016
This is a poor quality howto as part of the installation instructions are hidden from the user which makes it much hard to judge what is going on, and even harder to revert when unsatisfied or no longer needed.
Second of all I think this should have been suggested in the bugtracker as a New Feature Request against the awstats contrib. — Cactus (talk | contribs) 02:11, 11 July 2008 (MDT)
Jonathan, I have added uninstall instructions. Btw., it would sound much more politely if you wouldn't start your comments with`this is poor quality' but with something like 'Michael, consider adding this or that..., because...`. Please respect that I sharing my work voluntarily. I can state any criticism given in an appropriate manner. --Mweinber 20:16, 26 September 2008 (UTC)
Tested on SME9 with awstats-7.4-1
after running the script you need to do 2 adjustments
1. in /etc/awstats/awstats.mail.conf
AllowFullYearView modify from 2 to 3
2. in /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/86awstats
insert AuthBasicProvider external after AuthType basic it should be like this
AuthType Basic AuthBasicProvider external AuthExternal pwauth
Issue
expand-template /etc/httpd/conf/httpd.conf service httpd-e-smith restart