Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-28 | Fix a2enmod to run on perl 5.14 to simplify backports | Stefan Fritsch | 2 | -2/+3 | |
2016-05-28 | Remove links to manpages.debian.org in default index.html | Stefan Fritsch | 4 | -9/+35 | |
While there, add some rel="nofollow" to other links. Also update problematic index.html files in postinst. | |||||
2016-05-28 | Fix race condition and logical error in init script | Stefan Fritsch | 2 | -5/+12 | |
2016-05-28 | Fix crash in ap_get_useragent_host | Stefan Fritsch | 3 | -0/+22 | |
2016-04-10 | release 2.4.20-1 | Stefan Fritsch | 1 | -2/+2 | |
2016-04-10 | Use pthread mutexes on linux | Stefan Fritsch | 5 | -3/+22 | |
kfreebsd/hurd lack robust pthred mutexes. Therefore we need to keep using fcntl there. For fcnl, we need to specify the directory in apache2.conf explicitly, to support multi-instance setups. To achieve this, we add a marker to apache2.conf that is removed or replaced by a '#' during build, depending on the OS. | |||||
2016-04-10 | fix forking.conf install path | Stefan Fritsch | 1 | -1/+1 | |
2016-04-10 | Give some hints to systemd-sysv-generator | Stefan Fritsch | 3 | -0/+7 | |
this fixes 'systemctl status' | |||||
2016-04-09 | Adjust for 2.4.20 | Stefan Fritsch | 3 | -17/+3 | |
- adjust changelog - drop backported prefork_single_process_crash.patch | |||||
2016-04-09 | Build against lua 5.2 | Stefan Fritsch | 2 | -1/+7 | |
2016-03-28 | Release 2.4.18-2 | Stefan Fritsch | 1 | -2/+2 | |
2016-03-28 | stop apache2 before upgrade | Stefan Fritsch | 1 | -1/+1 | |
otherwise htcacheclean may be left running | |||||
2016-03-28 | Bump Standards-Version | Stefan Fritsch | 2 | -1/+2 | |
2016-03-28 | rework htcacheclean integration | Stefan Fritsch | 13 | -102/+257 | |
* split into separate init script * activate/deactivate with a2enmod/a2dismo cache_disk * don't run as root * add test | |||||
2016-03-28 | duplicate-module-load test: use $ADTTMP | Stefan Fritsch | 1 | -9/+7 | |
2016-03-27 | Merge autopkgtests from Ubuntu | Stefan Fritsch | 5 | -0/+138 | |
And fix duplicate-module-load test | |||||
2016-03-27 | Merge cross-compile tweaks for debian/rules from ubuntu | Stefan Fritsch | 2 | -2/+5 | |
2016-03-26 | style | Stefan Fritsch | 1 | -1/+2 | |
2016-03-26 | style tweaks | Stefan Fritsch | 1 | -9/+11 | |
no logic change | |||||
2016-03-26 | Don't treat mod_access_compat as essential | Stefan Fritsch | 2 | -1/+3 | |
2016-03-25 | add hint about systemd in README.multiple-instances | Stefan Fritsch | 2 | -1/+4 | |
2016-02-28 | remove MSIE ssl work-arounds | Stefan Fritsch | 2 | -5/+5 | |
2016-01-09 | README.backtrace: note that dir must be owned by www-data | Stefan Fritsch | 2 | -3/+7 | |
2016-01-09 | close a2query bug in changelog | Stefan Fritsch | 1 | -0/+7 | |
2016-01-09 | a2query: whitespace fixes | Stefan Fritsch | 1 | -6/+6 | |
2016-01-09 | a2query: replace C-ish for with perlish foreach | Stefan Fritsch | 1 | -2/+2 | |
2016-01-09 | apache2-maintscript-helper: Add some quotes | Stefan Fritsch | 1 | -7/+7 | |
The ones in [ "$CUR_MPM" != "$MPM" ] are really necessary if a2query fails. Add some more fore safety. | |||||
2016-01-09 | a2query: Fix regex for extracting MPM | Stefan Fritsch | 1 | -1/+1 | |
2015-12-19 | release 2.4.18-1 | Stefan Fritsch | 1 | -2/+2 | |
2015-12-19 | Adapt patches + changelog | Stefan Fritsch | 4 | -58/+7 | |
Remove obsolete patches: - mod_http2_log_protocol.patch - revert-REDIRECT_URL.patch | |||||
2015-11-23 | release 2.4.17-3 | Stefan Fritsch | 1 | -2/+2 | |
2015-11-23 | mpm_prefork: Fix segfault if started with -X | Stefan Fritsch | 3 | -0/+22 | |
Seems like worker/event are not affected. See also https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?r1=1712521&r2=1712520&pathrev=1712521 | |||||
2015-10-31 | Release 2.4.17-2 | Stefan Fritsch | 1 | -2/+2 | |
2015-10-31 | Don't use 'set -e' in secondary-init-script | Stefan Fritsch | 2 | -2/+2 | |
It sources the main init script, which is not designed to work with 'set -e' | |||||
2015-10-31 | mod_http2: Log HTTP/2 in access log | Stefan Fritsch | 3 | -0/+25 | |
Not HTTP/1.1 | |||||
2015-10-31 | Revert REDIRECT_URL to pre-2.4.17 behavior | Stefan Fritsch | 3 | -0/+41 | |
2015-10-24 | Release 2.4.17-1 | Stefan Fritsch | 1 | -2/+2 | |
2015-10-24 | Don't treat mpm_itk as MPM module in deferred actions | Stefan Fritsch | 2 | -1/+3 | |
2015-10-24 | Don't treat mpm_itk as MPM module in a2enmod | Stefan Fritsch | 2 | -1/+2 | |
2015-10-24 | Don't treat mpm_itk as MPM module in a2query | Stefan Fritsch | 2 | -2/+3 | |
2015-10-24 | add http2.load | Stefan Fritsch | 1 | -0/+1 | |
2015-10-24 | Fix changelog, control after upstream merge | Stefan Fritsch | 2 | -2/+4 | |
* add libnghttp2-dev build-dep for http2 * bump version number | |||||
2015-08-22 | fixup upstream keyring path | Stefan Fritsch | 1 | -1/+1 | |
2015-08-22 | Conflict with apache2.2-common and apache2.2-bin | Stefan Fritsch | 2 | -0/+4 | |
2015-08-21 | Updated upstream keyring | Jean-Michel Vourgère | 2 | -0/+4 | |
$ mkdir -m 700 ring $ wget https://www.apache.org/dist/httpd/KEYS -O debian/upstream/signing-key.orig.asc $ gpg2 --homedir ring --import debian/upstream/signing-key.orig.asc $ gpg2 --homedir ring --export > debian/upstream/signing-key.pgp $ rm -rf ring | |||||
2015-08-20 | tweak locale setting | Stefan Fritsch | 1 | -1/+1 | |
LC_ALL overrides LC_COLLATE which overrides LANG | |||||
2015-08-20 | Make symbol sorting consistent over different locales | Stefan Fritsch | 2 | -1/+12 | |
2015-08-18 | release 2.4.16-3 | Stefan Fritsch | 1 | -2/+2 | |
2015-08-17 | Remove default /var/www/html/index.html on package purge | Stefan Fritsch | 2 | -1/+21 | |
2015-08-17 | apxs: Don't pass --silent to libtool | Stefan Fritsch | 2 | -10/+23 | |