Resolves: #1564219 - SELinux prevents httpd from starting when mod_fcgid
is installed
This commit is contained in:
parent
d3cc1770da
commit
f05a6ad3bd
@ -1 +1 @@
|
|||||||
d /run/mod_fcgid - apache apache
|
d /run/mod_fcgid - root apache
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
Name: mod_fcgid
|
Name: mod_fcgid
|
||||||
Version: 2.3.9
|
Version: 2.3.9
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: FastCGI interface module for Apache 2
|
Summary: FastCGI interface module for Apache 2
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://httpd.apache.org/mod_fcgid/
|
URL: http://httpd.apache.org/mod_fcgid/
|
||||||
@ -124,9 +124,13 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf
|
|||||||
%if %{rundir_tmpfs}
|
%if %{rundir_tmpfs}
|
||||||
%{_tmpfilesdir}/mod_fcgid.conf
|
%{_tmpfilesdir}/mod_fcgid.conf
|
||||||
%endif
|
%endif
|
||||||
%dir %attr(0755,apache,apache) %{rundir}/mod_fcgid/
|
%dir %attr(0775,root,apache) %{rundir}/mod_fcgid/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 02 2018 Luboš Uhliarik <luhliari@redhat.com> - 2.3.9-14
|
||||||
|
- Resolves: #1564219 - SELinux prevents httpd from starting when mod_fcgid
|
||||||
|
is installed
|
||||||
|
|
||||||
* Tue Feb 20 2018 Paul Howarth <paul@city-fan.org> - 2.3.9-13
|
* Tue Feb 20 2018 Paul Howarth <paul@city-fan.org> - 2.3.9-13
|
||||||
- BR: gcc
|
- BR: gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user