Ignore:
Timestamp:
Jun 13, 2015, 4:23:26 AM (9 years ago)
Author:
andersk
Message:
Install /usr/sbin/suexec with mode 555, not 510

achernya noticed that this is needed for Pony to run httpd -S and
check whether a vhost is reified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r2673 r2707  
    8989-%caps(cap_setuid,cap_setgid+pe) %attr(510,root,%{suexec_caller}) %{_sbindir}/suexec
    9090+# cap_dac_override needed to write to /var/log/httpd
    91 +%caps(cap_setuid,cap_setgid,cap_dac_override+pe) %attr(510,root,%{suexec_caller}) %{_sbindir}/suexec
     91+%caps(cap_setuid,cap_setgid,cap_dac_override+pe) %attr(555,root,%{suexec_caller}) %{_sbindir}/suexec
    9292 
    9393 %dir %{_libdir}/httpd
Note: See TracChangeset for help on using the changeset viewer.