fix permissions of /var/lib/awstats

http conf file fixed for apache 2.4 [release 7.4-2mamba;Thu Sep 24 2015]
This commit is contained in:
Silvan Calarco 2024-01-05 20:43:33 +01:00
parent b3a3debe08
commit a24cecceab
2 changed files with 12 additions and 2 deletions

View File

@ -15,6 +15,7 @@ ScriptAlias /awstats/ "/usr/share/awstats/wwwroot/cgi-bin/"
Options None Options None
AllowOverride None AllowOverride None
Order allow,deny Order allow,deny
Require all granted
Allow from all Allow from all
</Directory> </Directory>

View File

@ -1,12 +1,12 @@
%define httpdconf_path /etc/httpd %define httpdconf_path /etc/httpd
%define awstats_user awstats %define awstats_user awstats
%define awstats_nuser 65036 %define awstats_nuser 65036
%define awstats_group apache %define awstats_group nobody
%define awstats_home /var/lib/awstats %define awstats_home /var/lib/awstats
Name: awstats Name: awstats
Version: 7.4 Version: 7.4
Release: 1mamba Release: 2mamba
Summary: AWStats is a free log analyzer Summary: AWStats is a free log analyzer
Group: Graphical Desktop/Applications/Internet Group: Graphical Desktop/Applications/Internet
Vendor: openmamba Vendor: openmamba
@ -21,6 +21,11 @@ Patch0: %{name}-6.9-awstats_model_conf.patch
Patch1: %{name}-created_dir_mode.patch Patch1: %{name}-created_dir_mode.patch
License: GPL License: GPL
BuildArch: noarch BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
BuildRequires: perl-libwww
## AUTOBUILDREQ-END
#Requires: perl-Geo-IP #Requires: perl-Geo-IP
#Requires: perl-Time-HiRes #Requires: perl-Time-HiRes
#Requires: perl-Storable #Requires: perl-Storable
@ -121,6 +126,10 @@ exit 0
%doc docs/* tools/webmin tools/xslt %doc docs/* tools/webmin tools/xslt
%changelog %changelog
* Thu Sep 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4-2mamba
- fix permissions of /var/lib/awstats
- http conf file fixed for apache 2.4
* Thu Aug 13 2015 Automatic Build System <autodist@mambasoft.it> 7.4-1mamba * Thu Aug 13 2015 Automatic Build System <autodist@mambasoft.it> 7.4-1mamba
- automatic version update by autodist - automatic version update by autodist