Current time: 05-19-2024, 03:46 PM Hello There, Guest! (LoginRegister)


Post Reply 
http://domain.tld/stats problem !!
Author Message
menaco Offline
Junior Member
*

Posts: 11
Joined: Oct 2009
Reputation: 0
Post: #1
http://domain.tld/stats problem !!
Hi
when i go to http://domain.tld/stats it require username and pass then i enter my domain user/pass but it never accept it...
please any idea ???
(This post was last modified: 11-15-2009 12:53 AM by menaco.)
11-15-2009 12:52 AM
Find all posts by this user Quote this message in a reply
menaco Offline
Junior Member
*

Posts: 11
Joined: Oct 2009
Reputation: 0
Post: #2
RE: http://domain.tld/stats problem !!
I solved login problem with control-panel -> webtools -> user&group management -> then i changed domain.tld pass and i can login correctly(ispcp has hashing problem with .htpasswd in domain creation time you must change it again... )
But it can't show stats because of this error:
Not Found

The requested URL /awstats/ was not found on this server.
Apache/2.2.3 (CentOS) Server at localhost Port 80


please any help ???
(This post was last modified: 11-16-2009 01:03 AM by menaco.)
11-16-2009 01:01 AM
Find all posts by this user Quote this message in a reply
lominomagico Offline
Newbie
*

Posts: 6
Joined: Oct 2009
Reputation: 0
Post: #3
RE: http://domain.tld/stats problem !!
i have same problem
11-25-2009 07:08 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #4
RE: http://domain.tld/stats problem !!
I think FreeBSD is not so supported as it should. There is a lot to do. Maybe you can figure out, whats wrong and tell us, how to fix Smile
11-25-2009 07:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
server801 Offline
Moderator
*****
Moderators

Posts: 349
Joined: Mar 2009
Reputation: 1
Post: #5
RE: http://domain.tld/stats problem !!
(11-25-2009 07:08 PM)lominomagico Wrote:  i have same problem
write you tuned on FreeBSD this panel. to the normal documentation-how to on FreeBSD
(This post was last modified: 11-26-2009 06:45 PM by server801.)
11-26-2009 06:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
edeis Offline
Junior Member
*

Posts: 34
Joined: May 2010
Reputation: 0
Post: #6
RE: http://domain.tld/stats problem !!
I am having the same problem. Can't access AWStats for domains. I am pretty sure that it was installed with ISPcp.

http://domain.tld/stats/

Not Found
The requested URL /awstats/ was not found on this server.

# locate awstats
/vz/private/121/etc/awstats/awstats.myhost.tld.conf
/vz/private/121/etc/awstats/awstats.domain.tld.conf
/vz/private/121/etc/awstats/awstats.localhost.localdomain.conf
/vz/private/121/etc/awstats/awstats.model.conf
/vz/private/121/etc/cron.hourly/awstats
/vz/private/121/etc/httpd/conf.d-disabled/awstats.conf
/vz/private/121/etc/httpd/vhosts/01_awstats.conf
/vz/private/121/etc/ispcp/awstats
/vz/private/121/etc/ispcp/apache/01_awstats.conf

I am running CentOS5.4 with 1.0.5 Omega.

Do you think that it is just a problem with the config here?
/vz/private/121/etc/httpd/vhosts/01_awstats.conf

Tips on how to solve appreciated!
(This post was last modified: 05-14-2010 07:22 AM by edeis.)
05-14-2010 07:16 AM
Find all posts by this user Quote this message in a reply
edeis Offline
Junior Member
*

Posts: 34
Joined: May 2010
Reputation: 0
Post: #7
RE: http://domain.tld/stats problem !!
I figured it out. This is how to get awstats to work on CentOS:

/etc/httpd/vhosts/01_awstats.conf


#
# AWStats Begin
#

#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/$2 [P]
RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R]
</IfModule>
Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/share/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/share/awstats/wwwroot/icon/"
ScriptAlias /awstats "/usr/share/awstats/wwwroot/cgi-bin/awstats.pl"

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

#</VirtualHost>

#
# AWStats End
#
(This post was last modified: 05-14-2010 09:51 AM by edeis.)
05-14-2010 09:50 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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