ispCP - Board - Support
Aw Stats dynamic 401 unauthorized - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Aw Stats dynamic 401 unauthorized (/thread-11971.html)



Aw Stats dynamic 401 unauthorized - Barnabas - 10-27-2010 12:54 AM

Problem :
Konnte mich nicht bei den Aw Stats anmelden.

Mein System :
Ubuntu Lucid Lynx
ispCP 1.0.7 OMEGA build: 20100819 codename: Priamos
Beschreibung:
In der Datei /var/log/apache2/default-error.log steht folgende Meldung :
Quote:[Tue Oct 26 14:36:26 2010] [error] [client XX.XXX.XXX.101] user meine-domain.de: authentication failure for "/stats/": Password Mismatch
In der Datei /var/log/apache2/users/meine-domain.de-access.log :
Quote:XX.XXX.XXX.101 - - [26/Oct/2010:14:34:15 +0200] "GET /stats/ HTTP/1.1" 401 370 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)"
In der Datei /etc/apache2/sites-available/ispcp.conf :
Quote:# httpd [meine-domain.de] dmn entry BEGIN.
...
AuthType Basic
AuthName "Statistics for domain meine-domain.de"
AuthUserFile /var/www/virtual/meine-domain.de/.htpasswd
AuthGroupFile /var/www/virtual/meine-domain.de/.htgroup
Require group statistics
....
In der Datei .htgroup steht nur :
Quote:meine-domain.de: meine-domain.de
Im WebGUI von ISPCP wird unter /[WebTools]/[Gruppen-/Benutzererwaltung] bei der Gruppenauflistung die Gruppe statistics angeführt.

Meine derzeitige Lösung :
Ändern der Datei .htgroup über die SSH -Konsole :
Quote:meine-domain.de: meine-domain.de
statistics: meine-domain.de

Wird wohl ein Bug sein.


RE: Aw Stats dynamic 401 unauthorized - ZooL - 10-27-2010 03:05 PM

Quote:Mein System :
Ubuntu Lucid Lynx
ispCP 1.0.7 OMEGA build: 20100819 codename: Priamos
Beschreibung:

Beachte du nutzt eine RC,

MFG


RE: Aw Stats dynamic 401 unauthorized - TheCry - 10-27-2010 03:14 PM

Hast Du dem User unter "/[WebTools]/[Gruppen-/Benutzererwaltung]" mal ein neues Passwort vergeben?
Dieser Benutzer muss auch in der Gruppe Statistik sein!
Ich habe den aktuellen Trunk gestern neu installiert und bei mir funktioniert es!