<feed xmlns='http://www.w3.org/2005/Atom'>
<title>httpd.git/httpd.logrotate, branch add_tests</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/'/>
<entry>
<title>use systemctl from logrotate (#221073)</title>
<updated>2012-04-27T15:56:26+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@redhat.com</email>
</author>
<published>2012-04-27T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=f7210bd855369cbcc364dd7ab585c4a40fe108e3'/>
<id>f7210bd855369cbcc364dd7ab585c4a40fe108e3</id>
<content type='text'>
Resolves: rhbz#221073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves: rhbz#221073
</pre>
</div>
</content>
</entry>
<entry>
<title>- default config tweaks:</title>
<updated>2010-07-09T13:00:51+00:00</updated>
<author>
<name>jorton</name>
<email>jorton@fedoraproject.org</email>
</author>
<published>2010-07-09T13:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=3383664c3dfec710b37695603382ded98af8c99d'/>
<id>3383664c3dfec710b37695603382ded98af8c99d</id>
<content type='text'>
harden httpd.conf w.r.t. .htaccess restriction (#591293)
load mod_substitute, mod_version by default
drop proxy_ajp.conf, load mod_proxy_ajp in httpd.conf
add commented list of shipped-but-unloaded modules
bump up worker defaults a little
drop KeepAliveTimeout to 5 secs per upstream
- fix LSB compliance in init script (#522074)
- bundle NOTICE in -tools
- use init script in logrotate postrotate to pick up PIDFILE
- drop some old Obsoletes/Conflicts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
harden httpd.conf w.r.t. .htaccess restriction (#591293)
load mod_substitute, mod_version by default
drop proxy_ajp.conf, load mod_proxy_ajp in httpd.conf
add commented list of shipped-but-unloaded modules
bump up worker defaults a little
drop KeepAliveTimeout to 5 secs per upstream
- fix LSB compliance in init script (#522074)
- bundle NOTICE in -tools
- use init script in logrotate postrotate to pick up PIDFILE
- drop some old Obsoletes/Conflicts
</pre>
</div>
</content>
</entry>
<entry>
<title>- restart service in posttrans (#491567)</title>
<updated>2009-09-08T15:58:46+00:00</updated>
<author>
<name>jorton</name>
<email>jorton@fedoraproject.org</email>
</author>
<published>2009-09-08T15:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=b2a4380f418ec73fe75699ad04506cdef2b88b98'/>
<id>b2a4380f418ec73fe75699ad04506cdef2b88b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix pidfile in httpd.logrotate (thanks to Rainer Traut)</title>
<updated>2009-03-17T13:09:35+00:00</updated>
<author>
<name>jorton</name>
<email>jorton@fedoraproject.org</email>
</author>
<published>2009-03-17T13:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=8a37bd4c40e2a4cf25f181e81d75a6fefac371bd'/>
<id>8a37bd4c40e2a4cf25f181e81d75a6fefac371bd</id>
<content type='text'>
- don't build mod_mem_cache or mod_file_cache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- don't build mod_mem_cache or mod_file_cache
</pre>
</div>
</content>
</entry>
<entry>
<title>- add security fix for CVE CAN-2004-0942 (memory consumption DoS)</title>
<updated>2004-11-18T11:59:52+00:00</updated>
<author>
<name>jorton</name>
<email>jorton@fedoraproject.org</email>
</author>
<published>2004-11-18T11:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=7c0f3e466d2df836374154b430ed98853a7ef022'/>
<id>7c0f3e466d2df836374154b430ed98853a7ef022</id>
<content type='text'>
- SELinux: run httpd -t under runcon in configtest (Steven Smalley)
- fix SSLSessionCache comment for distcache in ssl.conf
- restart using SIGHUP not SIGUSR1 after logrotate
- add ap_save_brigade fix (upstream #31247)
- mod_ssl: fix possible segfault in auth hook (upstream #31848)
- add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677)
- apachectl: restore use of $OPTIONS
- apachectl, httpd.init: refuse to restart if $HTTPD -t fails
- apachectl: run $HTTPD -t in user SELinux context for configtest
- update for pcre-5.0 header locations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SELinux: run httpd -t under runcon in configtest (Steven Smalley)
- fix SSLSessionCache comment for distcache in ssl.conf
- restart using SIGHUP not SIGUSR1 after logrotate
- add ap_save_brigade fix (upstream #31247)
- mod_ssl: fix possible segfault in auth hook (upstream #31848)
- add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677)
- apachectl: restore use of $OPTIONS
- apachectl, httpd.init: refuse to restart if $HTTPD -t fails
- apachectl: run $HTTPD -t in user SELinux context for configtest
- update for pcre-5.0 header locations
</pre>
</div>
</content>
</entry>
<entry>
<title>auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpm</title>
<updated>2004-09-09T06:16:56+00:00</updated>
<author>
<name>cvsdist</name>
<email>cvsdist@fedoraproject.org</email>
</author>
<published>2004-09-09T06:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=6356941d7174ac4cb94ba9bb2d6fe71849128384'/>
<id>6356941d7174ac4cb94ba9bb2d6fe71849128384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto-import changelog data from httpd-2.0.36-7.src.rpm</title>
<updated>2004-09-09T06:08:44+00:00</updated>
<author>
<name>cvsdist</name>
<email>cvsdist@fedoraproject.org</email>
</author>
<published>2004-09-09T06:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/httpd.git/commit/?id=3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd'/>
<id>3cbd43bfe959217a1e7b971a76ee0f396c8ca3dd</id>
<content type='text'>
Wed Jul 10 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-7
- use /sbin/nologin as shell for apache user (#68371)
- add patch from CVS to fix possible infinite loop when processing internal
    redirects
Wed Jun 26 2002 Gary Benson &lt;gbenson@redhat.com&gt; 2.0.36-6
- modify init script to detect 1.3.x httpd.conf's and direct users to the
    migration guide
Tue Jun 25 2002 Gary Benson &lt;gbenson@redhat.com&gt; 2.0.36-5
- patch apachectl to detect 1.3.x httpd.conf's and direct users to the
    migration guide
- ship the migration guide
Fri Jun 21 2002 Joe Orton &lt;jorton@redhat.com&gt;
- move /etc/httpd2 back to /etc/httpd
- add noindex.html page and poweredby logo; tweak default config to load
    noindex.html if no default "/" page is present.
- add patch to prevent mutex errors on graceful restart
Fri Jun 21 2002 Tim Powers &lt;timp@redhat.com&gt; 2.0.36-4
- automated rebuild
Wed Jun 12 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-3
- add patch to fix SSL mutex handling
Wed Jun 12 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-2
- improved config directory patch
Mon May 20 2002 Joe Orton &lt;jorton@redhat.com&gt;
- initial build; based heavily on apache.spec and mod_ssl.spec
- fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wed Jul 10 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-7
- use /sbin/nologin as shell for apache user (#68371)
- add patch from CVS to fix possible infinite loop when processing internal
    redirects
Wed Jun 26 2002 Gary Benson &lt;gbenson@redhat.com&gt; 2.0.36-6
- modify init script to detect 1.3.x httpd.conf's and direct users to the
    migration guide
Tue Jun 25 2002 Gary Benson &lt;gbenson@redhat.com&gt; 2.0.36-5
- patch apachectl to detect 1.3.x httpd.conf's and direct users to the
    migration guide
- ship the migration guide
Fri Jun 21 2002 Joe Orton &lt;jorton@redhat.com&gt;
- move /etc/httpd2 back to /etc/httpd
- add noindex.html page and poweredby logo; tweak default config to load
    noindex.html if no default "/" page is present.
- add patch to prevent mutex errors on graceful restart
Fri Jun 21 2002 Tim Powers &lt;timp@redhat.com&gt; 2.0.36-4
- automated rebuild
Wed Jun 12 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-3
- add patch to fix SSL mutex handling
Wed Jun 12 2002 Joe Orton &lt;jorton@redhat.com&gt; 2.0.36-2
- improved config directory patch
Mon May 20 2002 Joe Orton &lt;jorton@redhat.com&gt;
- initial build; based heavily on apache.spec and mod_ssl.spec
- fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
</pre>
</div>
</content>
</entry>
</feed>
