Posts

Showing posts with the label awstats

awstats icons

/home/shreetherm/domains/shreethermatech.com/awstats/.data awstats.shreethermatech.com.conf DirIcons="/icon" # DirData="/home/trimitic/domains/trimiti.com/awstats/.data" # Relative or absolute web URL of your awstats cgi-bin directory. # This parameter is used only when AWStats is run from command line # with -output option (to generate links in HTML reported page). # Example: "/awstats" # Default: "/cgi-bin"   (means awstats.pl is in "/yourwwwroot/cgi-bin") # DirCgi=/awstats" # Relative or absolute web URL of your awstats icon directory. # If you build static reports ("... -output > outputpath/output.html"), enter # path of icon directory relative to the output directory 'outputpath'. # Example: "/awstatsicons" # Example: "../icon" # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # DirIcons="icon" ...

awstats installation

Set Up AWStats for Nginx on Ubuntu sudo apt-get install awstats add access log file to generate stats using this server { # ... all your other config ... access_log /var/log/nginx/yourdomain.com.access.log ; # ... all your other config ... } /etc/nginx/sites-available vi awstats.parleproducts.com.conf cd /etc/awstats/ vi awstats.parleproducts.com.conf #path to your nginx log file LogFile="/var/log/nginx/parleproducts.com.access.log" # Domain of your vhost SiteDomain="parleproducts.com" # Directory where to store the awstats data DirData="/var/lib/awstats/" # Other domains/subdomain you want included from your logs, for example the www subdomain HostAliases="www.parleproducts.com" # If you customized your log format above add this line: LogFormat = ""%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"" # If you did not, uncomment and use this line: #...

awstats error The requested URL /vstats was not found on this server.

Not Found The requested URL /vstats was not found on this server. http://mangoholidays.in/vstats/ just add / after the end of URL

awstats not working

old stats does not work with www. they have added below code in .htacess so issue occurred. ============== #Force www: #RewriteEngine on #RewriteCond %{HTTP_HOST} ^bharatiyaindustries.com [NC] #RewriteRule ^(.   *) $  http://www.bharatiyaindustries.com/$1  [L,R=301,NC] ============== tell them to clear browser cache and check once through below URL http://controlpanelsafrica.com/cgi-bin/awstats/awstats.pl Redirection rule that needs to be added Redirect 302 /stats https://tubecleaner.co.in/cgi-bin/awstats/awstats.pl