summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2016-05-28Fix a2enmod to run on perl 5.14 to simplify backportsStefan Fritsch2-2/+3
2016-05-28Remove links to manpages.debian.org in default index.htmlStefan Fritsch4-9/+35
While there, add some rel="nofollow" to other links. Also update problematic index.html files in postinst.
2016-05-28Fix race condition and logical error in init scriptStefan Fritsch2-5/+12
2016-05-28Fix crash in ap_get_useragent_hostStefan Fritsch3-0/+22
2016-04-10release 2.4.20-1Stefan Fritsch1-2/+2
2016-04-10Use pthread mutexes on linuxStefan Fritsch5-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-10fix forking.conf install pathStefan Fritsch1-1/+1
2016-04-10Give some hints to systemd-sysv-generatorStefan Fritsch3-0/+7
this fixes 'systemctl status'
2016-04-09Adjust for 2.4.20Stefan Fritsch3-17/+3
- adjust changelog - drop backported prefork_single_process_crash.patch
2016-04-09Build against lua 5.2Stefan Fritsch2-1/+7
2016-03-28Release 2.4.18-2Stefan Fritsch1-2/+2
2016-03-28stop apache2 before upgradeStefan Fritsch1-1/+1
otherwise htcacheclean may be left running
2016-03-28Bump Standards-VersionStefan Fritsch2-1/+2
2016-03-28rework htcacheclean integrationStefan Fritsch13-102/+257
* split into separate init script * activate/deactivate with a2enmod/a2dismo cache_disk * don't run as root * add test
2016-03-28duplicate-module-load test: use $ADTTMPStefan Fritsch1-9/+7
2016-03-27Merge autopkgtests from UbuntuStefan Fritsch5-0/+138
And fix duplicate-module-load test
2016-03-27Merge cross-compile tweaks for debian/rules from ubuntuStefan Fritsch2-2/+5
2016-03-26styleStefan Fritsch1-1/+2
2016-03-26style tweaksStefan Fritsch1-9/+11
no logic change
2016-03-26Don't treat mod_access_compat as essentialStefan Fritsch2-1/+3
2016-03-25add hint about systemd in README.multiple-instancesStefan Fritsch2-1/+4
2016-02-28remove MSIE ssl work-aroundsStefan Fritsch2-5/+5
2016-01-09README.backtrace: note that dir must be owned by www-dataStefan Fritsch2-3/+7
2016-01-09close a2query bug in changelogStefan Fritsch1-0/+7
2016-01-09a2query: whitespace fixesStefan Fritsch1-6/+6
2016-01-09a2query: replace C-ish for with perlish foreachStefan Fritsch1-2/+2
2016-01-09apache2-maintscript-helper: Add some quotesStefan Fritsch1-7/+7
The ones in [ "$CUR_MPM" != "$MPM" ] are really necessary if a2query fails. Add some more fore safety.
2016-01-09a2query: Fix regex for extracting MPMStefan Fritsch1-1/+1
2015-12-19release 2.4.18-1Stefan Fritsch1-2/+2
2015-12-19Adapt patches + changelogStefan Fritsch4-58/+7
Remove obsolete patches: - mod_http2_log_protocol.patch - revert-REDIRECT_URL.patch
2015-11-23release 2.4.17-3Stefan Fritsch1-2/+2
2015-11-23mpm_prefork: Fix segfault if started with -XStefan Fritsch3-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-31Release 2.4.17-2Stefan Fritsch1-2/+2
2015-10-31Don't use 'set -e' in secondary-init-scriptStefan Fritsch2-2/+2
It sources the main init script, which is not designed to work with 'set -e'
2015-10-31mod_http2: Log HTTP/2 in access logStefan Fritsch3-0/+25
Not HTTP/1.1
2015-10-31Revert REDIRECT_URL to pre-2.4.17 behaviorStefan Fritsch3-0/+41
2015-10-24Release 2.4.17-1Stefan Fritsch1-2/+2
2015-10-24Don't treat mpm_itk as MPM module in deferred actionsStefan Fritsch2-1/+3
2015-10-24Don't treat mpm_itk as MPM module in a2enmodStefan Fritsch2-1/+2
2015-10-24Don't treat mpm_itk as MPM module in a2queryStefan Fritsch2-2/+3
2015-10-24add http2.loadStefan Fritsch1-0/+1
2015-10-24Fix changelog, control after upstream mergeStefan Fritsch2-2/+4
* add libnghttp2-dev build-dep for http2 * bump version number
2015-08-22fixup upstream keyring pathStefan Fritsch1-1/+1
2015-08-22Conflict with apache2.2-common and apache2.2-binStefan Fritsch2-0/+4
2015-08-21Updated upstream keyringJean-Michel Vourgère2-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-20tweak locale settingStefan Fritsch1-1/+1
LC_ALL overrides LC_COLLATE which overrides LANG
2015-08-20Make symbol sorting consistent over different localesStefan Fritsch2-1/+12
2015-08-18release 2.4.16-3Stefan Fritsch1-2/+2
2015-08-17Remove default /var/www/html/index.html on package purgeStefan Fritsch2-1/+21
2015-08-17apxs: Don't pass --silent to libtoolStefan Fritsch2-10/+23