Hi, i don't know if someone can help me, I have ISPConfig version 3.0.1.1, and when I try to access to http://mydomain.tld/stats I put my username (admin) and my password (I configured it in Sites>Domain>Statistics) but then my web browser send me the following message: Forbidden You don't have permission to access /stats/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. And in the logs at /var/log/ispconfig/httpd/mydomain.tld/error.log I notice the following two lines: [Mon May 25 18:17:56 2009] [error] [client 1.2.3.4] Directory index forbidden by Options directive: /var/www/mydomain.tld/web/stats/ [Mon May 25 18:17:56 2009] [error] [client 1.2.3.4] File does not exist: /var/www/error/403.html Did someone know what is the problem, I try to access /var/www/mydomain.tld/web/stats and the directory is empty, only the file .htaccess is present and have the following lines: AuthType Basic AuthName "Members Only" AuthUserFile /var/www/clients/client5/web12/.htpasswd_stats <limit GET PUT POST> require valid-user </limit> I appreciate your help, thanks in advance
Thanks for the quick reply, I forgot to tell you that I create my site 5 days ago and I still don't see statistics about it. Does the folder /var/www/mydomain.tld/web/stats should have any file? because I only have the .htaccess in that folder, thanks in advance
yes, i have this version installed: webalizer - 2.01_10-30.1.i386 What other thing it might be? I have CentOS 5.2 installed, thanks for your help
# ls -la /etc | grep webalizer -rw-r--r-- 1 root root 23735 Jan 8 2007 webalizer.conf This are the uncommented lines in the file webalizer.conf : LogFile /var/log/httpd/access_log OutputDir /var/www/usage HistoryName /var/lib/webalizer/webalizer.hist Incremental yes IncrementalName /var/lib/webalizer/webalizer.current PageType htm* PageType cgi PageType php PageType shtml DNSCache /var/lib/webalizer/dns_cache.db DNSChildren 10 Quiet yes FoldSeqErr yes HideURL *.gif HideURL *.GIF HideURL *.jpg HideURL *.JPG HideURL *.png HideURL *.PNG HideURL *.ra SearchEngine yahoo.com p= SearchEngine altavista.com q= SearchEngine google.com q= SearchEngine eureka.com q= SearchEngine lycos.com query= SearchEngine hotbot.com MT= SearchEngine msn.com MT= SearchEngine infoseek.com qt= SearchEngine webcrawler searchText= SearchEngine excite search= SearchEngine netscape.com search= SearchEngine mamma.com query= SearchEngine alltheweb.com query= SearchEngine northernlight.com qr=
Please run: mkdir /etc/webalizer ln -s /etc/webalizer.conf /etc/webalizer/webalizer.conf and wait until tomorrow to see if the stats get created.
Thanks, i'm gonna do that and tomorrow I will check it out an I will let you know, thank you so much for your help.
@ Angelbulas I am also strugling with stats and looked around in several directories and found this: In /etc/httpd/conf.d I found "webalizer.conf" then I vi-edit webalizer.conf and saw on the first line : Alias /usage /var/www/usage. On my windows machine I go to www.something.org/usage/ and no login popup just a page with statistics about traffic and so on. Don't ask me how ...
This file is not in use on a ISPConfig setup and you will not get any website stats with it! The URL to get stats on a ispconfig server is www.yourdomain.tld/stats/
@ Till, I don't want to be rude but out of curiosity why is in the file /etc/httpd/conf.d/webalizer.conf Alias /usage /var/www/usage ? I am only a dummy to ispconfig but I like it every day a little more and want to learn as much as possible. Please see attached images for something.nu/usage.
@ Till, I looked at the tut. "perfect server.." and "webalizer" get's installed according to page 5 point 19.
I can allso not acces the stats. When I go to www.domain.tld/stats it's asking for a username and password. When I fill in the client name and the stats password, it comes again with the request for login. Is there soething I do wrong??? Regards Carlo
you have to go to your control panel, click on "Sites" and then click in the site that you want to enable statistics, then click on "Stats" and set a password. The user is always "admin" and the password is the one that you set, then you can login. I still can't see my statistics, i hope you do. regards
I have a similar problem. I cannot access the stats page (403 error) after installing "Drupal" on the site and enabled drupal's .htaccess file on the root directory of the site. Before installing drupal, i was able to access the stats page normally. I'm not sure if this happened after the installation of drupal, but i suspect the new .htaccess file. What should i check?