[Bug 173388] Review Request: Denial of Service evasion module for Apache

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 20 20:58:39 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: Denial of Service evasion module for Apache


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173388





------- Additional Comments From icon at fedoraproject.org  2005-12-20 15:58 EST -------
Yeah, but this isn't any different from any other security update to apache.
Currently, rpm -q --scripts httpd show:

preinstall scriptlet (using /bin/sh):
# Add the "apache" user
/usr/sbin/useradd -c "Apache" -u 48 \
        -s /sbin/nologin -r -d /var/www apache 2> /dev/null || :
postinstall scriptlet (using /bin/sh):
# Register the httpd service
/sbin/chkconfig --add httpd
preuninstall scriptlet (using /bin/sh):
if [ $1 = 0 ]; then
        /sbin/service httpd stop > /dev/null 2>&1
        /sbin/chkconfig --del httpd
fi

If the main apache package isn't doing automatic restarts for updated packages,
then I don't think an apache module package should act differently.



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list