Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 81978

Summary: [ENH] - patch to net-www/awstats postinst-en.txt - authentication and a minor tweaks
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Aaron Walker (RETIRED) <ka0ttic>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Some enhancements for Apache awstats configuration
Some enhancements for Apache awstats configuration
Correct version ot the patch

Description Jakub Moc (RETIRED) gentoo-dev 2005-02-14 04:35:48 UTC
This patch includes:

1. example configurations for authenticated access to AWStats
2. a minor tweak which allows to access AWStats via a more convenient URI http://www.example.com/awstats instead of having to use http://www.example.com/awstats/awstats.pl explicitly.

Aaron, please comment. ;-)

Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-02-14 04:37:32 UTC
Created attachment 51195 [details, diff]
Some enhancements for Apache awstats configuration
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-02-18 04:13:27 UTC
Created attachment 51504 [details, diff]
Some enhancements for Apache awstats configuration

Added IfModule statements to the previous patch version.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-02-18 04:19:15 UTC
Created attachment 51507 [details, diff]
Correct version ot the patch

Uhm, now the other way round. Duh! Sorry. :-(
Comment 4 Robert Muchacki (RETIRED) gentoo-dev 2005-03-13 05:06:06 UTC
Well, I noticed this little error:

Alias /awstats/icons "/usr/share/webapps/awstats/PVR/htdocs/icon/"

Should be:

Alias /awstatsicons "/usr/share/webapps/awstats/PVR/htdocs/icon/"

Otherwise (at least in my case) there is no graphics :/
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-03-13 08:16:11 UTC
Robert, no, I cannot confirm this. Quite the opposite - /awstatsicons does not work for me at all, all the graphics gone. There is only one reference to /awstatsicons/other/button.gif in the two CSS files, which is a bug in those CSS files then. 
Comment 6 Aaron Walker (RETIRED) gentoo-dev 2005-03-21 05:36:00 UTC
In cvs.  Thanks very much for the enhanced instructions.  Feel free to open a separate bug regarding the CSS if you want.