Commit Graph

17 Commits

Author SHA1 Message Date
Joe Orton
c187a279bc - generate dummy mod_ssl cert with CA:FALSE constraint (#667841)
- add man page stubs for httpd.event, httpd.worker
- drop distcache support
- add STOP_TIMEOUT support to init script
2011-01-31 10:18:58 +00:00
jorton
3383664c3d - default config tweaks:
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
2010-07-09 13:00:51 +00:00
jorton
f47f283dc0 - Require: apr-util-ldap (#471898)
- init script changes: pass pidfile to status(), use status() in
    condrestart (#480602), support try-restart as alias for condrestart
- change /etc/httpd/run symlink to have destination /var/run/httpd, and
    restore "run/httpd.conf" as default PidFile (#478688)
2009-01-22 14:49:56 +00:00
jorton
110f0ad229 - update to 2.2.11
- package new /var/run/httpd directory, and move default pidfile location
    inside there
2008-12-18 16:30:24 +00:00
jorton
935b9586c4 - spec file cleanups: provide httpd-suexec, mod_dav; don't obsolete mod_jk;
drop trailing dots from Summaries
- init script
add LSB info header, support force-reload (#246944)
update description
drop 1.3 config check
pass $pidfile to daemon and pidfile everywhere
2007-07-25 17:16:39 +00:00
jorton
81d733cda6 - init: use killproc() delay to avoid race killing parent 2006-08-03 12:50:58 +00:00
jorton
22b674063e - update default httpd.conf:
clarify the comments on AddDefaultCharset usage (#135821)
remove all the AddCharset default extensions
don't load mod_imap by default
synch with upstream 2.0.53 httpd-std.conf
- remove htsslpass
- mod_ssl: set user from SSLUserName in access hook (upstream #31418)
- htdigest: fix permissions of created files (upstream #33765)
2005-03-29 12:19:40 +00:00
jorton
4435419080 - apachectl: restore use of $OPTIONS again 2005-03-02 08:17:41 +00:00
jorton
3eb2bca222 - fix cosmetic issues in "service httpd reload"
- move User/Group higher in httpd.conf (#146793)
- load mod_logio by default in httpd.conf
- apachectl: update for correct libselinux tools locations
2005-02-07 15:14:50 +00:00
jorton
7c0f3e466d - add security fix for CVE CAN-2004-0942 (memory consumption DoS)
- 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
2004-11-18 11:59:52 +00:00
cvsdist
e9bfb00733 auto-import changelog data from httpd-2.0.50-6.src.rpm
Sun Sep 05 2004 Joe Orton <jorton@redhat.com> 2.0.50-6
- include /etc/sysconfig/httpd template (#112085)
- pass $OPTIONS in httpd invocations in apachectl (#115910)
- do not pass $OPTIONS to apachectl from init script
- start httpd in C locale by default from apachectl
2004-09-09 06:22:47 +00:00
cvsdist
53326aac4e auto-import changelog data from httpd-2.0.50-4.src.rpm
Tue Aug 17 2004 Joe Orton <jorton@redhat.com> 2.0.50-4
- start httpd in the C locale by default (#128002)
- fix CustomLog comments in default httpd.conf (#43223)
- ensure correct mod_suexec vs mod_userdir hook ordering (Joshua Slive,
    upstream #18156)
2004-09-09 06:21:42 +00:00
cvsdist
3ebc88dfd0 auto-import httpd-2.0.48-16.ent from httpd-2.0.48-16.ent.src.rpm 2004-09-09 06:17:21 +00:00
cvsdist
6356941d71 auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpm 2004-09-09 06:16:56 +00:00
cvsdist
f8e1fe349e auto-import httpd-2.0.40-21 from httpd-2.0.40-21.src.rpm 2004-09-09 06:12:16 +00:00
cvsdist
d5ddf48498 auto-import changelog data from httpd-2.0.40-3.src.rpm
Mon Aug 26 2002 Joe Orton <jorton@redhat.com> 2.0.40-3
- allow "apachectl configtest" on a 1.3 httpd.conf
- add mod_deflate
- enable LDAP support in apr-util
- don't package everything in /var/www/error as config(noreplace)
2004-09-09 06:09:30 +00:00
cvsdist
3cbd43bfe9 auto-import changelog data from httpd-2.0.36-7.src.rpm
Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 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 <gbenson@redhat.com> 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 <gbenson@redhat.com> 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 <jorton@redhat.com>
- 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 <timp@redhat.com> 2.0.36-4
- automated rebuild
Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-3
- add patch to fix SSL mutex handling
Wed Jun 12 2002 Joe Orton <jorton@redhat.com> 2.0.36-2
- improved config directory patch
Mon May 20 2002 Joe Orton <jorton@redhat.com>
- initial build; based heavily on apache.spec and mod_ssl.spec
- fixes: #65214, #58490, #57376, #61265, #65518, #58177, #57245
2004-09-09 06:08:44 +00:00