search for: htcacheclean

Displaying 4 results from an estimated 4 matches for "htcacheclean".

2015 Aug 11
6
Odd problem with updates to the recent CR
...>/dev/null || groupadd -g 48 -r apache getent passwd apache >/dev/null || \ useradd -r -u 48 -g apache -s /sbin/nologin \ -d /var/www -c "Apache" apache exit 0 postinstall scriptlet (using /bin/sh): # Register the httpd service /sbin/chkconfig --add httpd /sbin/chkconfig --add htcacheclean preuninstall scriptlet (using /bin/sh): if [ $1 = 0 ]; then /sbin/service httpd stop > /dev/null 2>&1 /sbin/chkconfig --del httpd /sbin/service htcacheclean stop > /dev/null 2>&1 /sbin/chkconfig --del htcacheclean fi posttrans scriptlet (using /bi...
2015 Aug 11
0
Odd problem with updates to the recent CR
...he > getent passwd apache >/dev/null || \ > useradd -r -u 48 -g apache -s /sbin/nologin \ > -d /var/www -c "Apache" apache > exit 0 > postinstall scriptlet (using /bin/sh): ># Register the httpd service > /sbin/chkconfig --add httpd > /sbin/chkconfig --add htcacheclean > preuninstall scriptlet (using /bin/sh): > if [ $1 = 0 ]; then > /sbin/service httpd stop > /dev/null 2>&1 > /sbin/chkconfig --del httpd > /sbin/service htcacheclean stop > /dev/null 2>&1 > /sbin/chkconfig --del htcacheclean &gt...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...d/run ln -s ../..%{_libdir}/httpd/modules $RPM_BUILD_ROOT/etc/httpd/modules mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d # install SYSV init stuff mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d install -m755 ./build/rpm/httpd.init \ $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd install -m755 ./build/rpm/htcacheclean.init \ $RPM_BUILD_ROOT/etc/rc.d/init.d/htcacheclean # install log rotation stuff mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d install -m644 ./build/rpm/httpd.logrotate \ $RPM_BUILD_ROOT/etc/logrotate.d/httpd # Remove unpackaged files rm -rf $RPM_BUILD_ROOT%{_libdir}/httpd/modules/*.exp \...
2015 Aug 11
2
Odd problem with updates to the recent CR
We started updating via CR over a week ago, before 6.7 was official, and just today identified an issue.... For (alleged) security, the agency I work as a contractor for runs SiteMinder, from CA. #insert rant_against_CA.h Anyway, starting late last week, we found issues - as in, its process, which runs under, and is started by, apache, was suddenly pegging a CPU or so. Trying to stop httpd, that