<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
In awstats httpd-awstats.conf the settings is for apache 2.2 <br>
as a result all images request returning error 403,<br>
<span>and the images are not displayed on the awstats page</span>...<br>
This settings is also in the awstats docs page:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.awstats.org/docs/awstats_setup.html">http://www.awstats.org/docs/awstats_setup.html</a><br>
<a
href="http://slackbuilds.org/slackbuilds/14.1/network/awstats/patches/httpd-awstats.conf.patch"></a>
<br>
in apache 2.4<span class="kwd"></span><span class="pln"> must be:<br>
<br>
# This is to permit URL access to scripts/files in AWStats
directory.<br>
#<br>
# Allowing access only via local machine may be too restrictive so
you can <br>
# set Require ip directive below to allow access to AWStats<br>
# via your local LAN. <br>
<Directory "/var/www/htdocs/awstats/wwwroot"><br>
Options FollowSymLinks ExecCGI<br>
AllowOverride None<br>
</span><span class="pln">- Order allow,deny <br>
-
Allow from all<br>
+ </span><span class="pln"><span class="pln">Require all granted</span><br>
</Directory> <br>
<br>
</span><span class="pln"><a class="moz-txt-link-freetext" href="https://httpd.apache.org/docs/2.4/upgrading.html">https://httpd.apache.org/docs/2.4/upgrading.html</a><br>
</span>
</body>
</html>