[Slackbuilds-users] awstats
Panagiotis Nikolaou
hostmaster at slackonly.com
Mon Dec 22 15:51:38 UTC 2014
Hi,
In awstats httpd-awstats.conf the settings is for apache 2.2
as a result all images request returning error 403,
and the images are not displayed on the awstats page...
This settings is also in the awstats docs page:
http://www.awstats.org/docs/awstats_setup.html
<http://slackbuilds.org/slackbuilds/14.1/network/awstats/patches/httpd-awstats.conf.patch>
in apache 2.4must be:
# This is to permit URL access to scripts/files in AWStats directory.
#
# Allowing access only via local machine may be too restrictive so you can
# set Require ip directive below to allow access to AWStats
# via your local LAN.
<Directory "/var/www/htdocs/awstats/wwwroot">
Options FollowSymLinks ExecCGI
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>
https://httpd.apache.org/docs/2.4/upgrading.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20141222/f0842720/attachment.html>
More information about the SlackBuilds-users
mailing list