Current time: 04-19-2024, 08:50 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]ISPCP 1.06 - AWStats - 403
Author Message
Janko Offline
Junior Member
*

Posts: 189
Joined: May 2007
Reputation: 1
Post: #1
[ERLEDIGT]ISPCP 1.06 - AWStats - 403
hi folks,

ich habe hier ein merkwürdiges problem. ich habe einen server auf die aktuelle stable geupdated und mir ist dann aufgefallen das AWStats nicht mehr läuft. Es kommt ganz normal das "Authfenster" aber dort kann ich eingeben was ich will... nach einigen Versuchen kommt ein 403Error vom Apache. Es ist also auch nicht die 403Errorseite von ISPCP.

Fakten:
  • Debian Lenny
  • ob es erst seit dem Upgrade nicht mehr geht kann ich nicht sagen
  • aktuelles System (apt-get upgrade)
  • .htacces und .htgroup vorhanden und enthalten auch die Authdaten

/var/log/apache2/users/default-error.log:
Code:
[Wed Aug 11 20:42:00 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:42:01 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:42:10 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:42:12 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:43 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:46 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:46 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:47 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:47 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:47 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/
[Wed Aug 11 20:45:47 2010] [error] [client 93.217.42.6] client denied by server configuration: proxy:http://localhost/awstats/

Habe es mit einem anderem Server von mir verglichen wo noch die 1.05 läuft. Ich konnte leider keine wirklichen Unterschiede bemerken.

danke für eure Tips :-)

Gruß
Janko
(This post was last modified: 10-30-2010 01:29 AM by ZooL.)
08-12-2010 05:27 AM
Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #2
RE: ISPCP 1.06 - AWStats - 403
Leider muss ich erstmal auf Hier vermerken.. bitte mehr infos..
08-12-2010 10:58 AM
Visit this user's website Find all posts by this user
Janko Offline
Junior Member
*

Posts: 189
Joined: May 2007
Reputation: 1
Post: #3
RE: ISPCP 1.06 - AWStats - 403
(08-12-2010 10:58 AM)ZooL Wrote:  Leider muss ich erstmal auf Hier vermerken.. bitte mehr infos..


welche wichtigen infos hab ich denn vergessen die du gerne wissen möchtest ?
08-12-2010 12:35 PM
Find all posts by this user
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #4
RE: ISPCP 1.06 - AWStats - 403
Hast Du dein passwort überhaupt vergeben in der GUI??
08-12-2010 02:52 PM
Visit this user's website Find all posts by this user
Janko Offline
Junior Member
*

Posts: 189
Joined: May 2007
Reputation: 1
Post: #5
RE: ISPCP 1.06 - AWStats - 403
(08-12-2010 02:52 PM)gOOvER Wrote:  Hast Du dein passwort überhaupt vergeben in der GUI??

hi groover,

jap die passwörter sind vergeben worden. habe es einmal mit dem standartlogin für die domain probiert und mit einem extra angelegten user. der user wurde natürlich der gruppe "stats" zugeordnet.

gruß
janko
08-13-2010 03:01 AM
Find all posts by this user
Xanacas Offline


Posts: 3
Joined: May 2007
Reputation: 0
Post: #6
RE: ISPCP 1.06 - AWStats - 403
hab genau das gleich problem, wobei ich mir nicht sicher bin, kann es sein, dass awstats nur von localhost erreichbar ist?
habe folgendes im apacheconf ordner gefunden: 01_awstats.conf
Code:
Alias /awstatsicons "/usr/share/awstats/icon/"


NameVirtualHost 127.0.0.1:80

<VirtualHost 127.0.0.1:80>

    <IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P]
        RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$1 [P]
        RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R]
    </IfModule>

    ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl"

    <Directory /usr/lib/cgi-bin>
        AllowOverride none
        Options +ExecCGI
        DirectoryIndex awstats.pl
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>
die datei wurde so von ispcp installiert...

mein system:
debian lenny 5.06 - 2.6.18-194.8.1.el5.028stab070.5
x64
ispcp 1.06
vserver


Edit2: es geht wieder, aber bitte nicht fragen wieso
(This post was last modified: 10-22-2010 10:54 PM by Xanacas.)
10-22-2010 10:34 PM
Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #7
RE: ISPCP 1.06 - AWStats - 403
zu deiner datei frage im ispCP ist awstats als Proxy intigriert.. deswegen das localhost..

mfg
10-22-2010 11:17 PM
Visit this user's website Find all posts by this user
Xanacas Offline


Posts: 3
Joined: May 2007
Reputation: 0
Post: #8
RE: [ERLEDIGT]ISPCP 1.06 - AWStats - 403
kannst du mir das genauer erklären? - ich habe an der konfiguration meines wissens nichts geändert, sollte alles standard sein
10-23-2010 01:56 AM
Find all posts by this user
Janko Offline
Junior Member
*

Posts: 189
Joined: May 2007
Reputation: 1
Post: #9
RE: [ERLEDIGT]ISPCP 1.06 - AWStats - 403
ich finde es ein wenig merkwürdig das der thread auf erledigt gestellt wird obwohl ich keine brauchbare antwort bekommen hab....erledigt ist im grunde gar nichts
(This post was last modified: 10-23-2010 03:49 AM by Janko.)
10-23-2010 03:48 AM
Find all posts by this user
Kotty Offline
Junior Member
*

Posts: 167
Joined: Mar 2008
Reputation: 3
Post: #10
RE: [NICHT ERLEDIGT]ISPCP 1.06 - AWStats - 403
Hi Janko,

was taucht denn im Apachelog von der entsprechenden Domain auf?
10-29-2010 06:44 PM
Find all posts by this user
Thread Closed 


Forum Jump:


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