ff5aa488fb
Add avif mime type
...
Submitted by: Adam Silverstein <adamsilverstein earthboundhosting.com>
Github: closes #451
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918129 13f79535-47bb-0310-9956-ffa450edef68
2024-06-03 08:44:55 +00:00
4c33c31214
Fix BrowserMatch for gvfs.
...
PR: 66148
Submitted by: Romain Tartière <romain blogreen.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916381 13f79535-47bb-0310-9956-ffa450edef68
2024-03-18 08:18:11 +00:00
669a1e656b
mod_dav: Update redirect-carefully example BrowserMatch config to
...
match more recent client versions.
PR: 66148, 67039
Submitted by: Michal Maloszewski <michal.maloszewski canonical.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915651 13f79535-47bb-0310-9956-ffa450edef68
2024-02-08 14:37:13 +00:00
93298767a1
Add MPEG-TS file extensions
...
Submitted by: Mohamed Akram <mohd.akram outlook.com>
Github: closes #372
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915514 13f79535-47bb-0310-9956-ffa450edef68
2024-02-01 15:36:20 +00:00
c9028584a8
Fix a typo (missing "t")
...
s/redisribution/redistribution/
PR 67018 [<hanskrentel yahoo.de>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914884 13f79535-47bb-0310-9956-ffa450edef68
2023-12-23 10:30:04 +00:00
00b2bd1404
Add WebAssembly MIME type and file extension
...
Submitted by: Dave Hodder <dmh dmh.org.uk>
Github: closes #332
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910849 13f79535-47bb-0310-9956-ffa450edef68
2023-07-07 11:12:02 +00:00
1869205e49
Add application/vnd.geogebra.slides mime type
...
Submitted by: Zbynek Konecny <zbynek1729 gmail.com>
Github: closes #207
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910843 13f79535-47bb-0310-9956-ffa450edef68
2023-07-07 08:18:52 +00:00
f4230a5e7d
Merge of PR 318:
...
*) core: the conf/mime.types has been updated in conformance with RFC 9239:
- .js moved from 'application/javascript' to 'text/javascript'
- .mjs was added as 'text/javascript'
[Mathias Bynens <@mathiasbynens> via PR 318]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901273 13f79535-47bb-0310-9956-ffa450edef68
2022-05-26 08:43:13 +00:00
5f45856cb6
Add .opus extension for audio/ogg mimetype, per RFC 7845
...
RFC 7845: https://tools.ietf.org/html/rfc7845#section-9
Submitted by: Richard de Boer <richard tubul.net>
Github: closes #144
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884511 13f79535-47bb-0310-9956-ffa450edef68
2020-12-16 16:57:44 +00:00
c5e3ad4a7a
* docs/conf/magic: Allow mod_mime_magic to return "audio/x-wav" for
...
WAV files, and omit returning "audio/unknown" for other RIFF
format files. Having a MIME type defined on a continuation line
*and* the preceding top-level match breaks mod_mime_magic, which
treats the second result "printed" as the MIME encoding. Neither
audio/x-wav nor audio/unknown are IANA registered, though Firefox
and Chrome both appear to recognize the former. Since the RIFF
format can contain non-audio media, returning audio/unknown as
a fallback for all RIFF files appears to be bogus anyway.
Submitted by: Àngel Ollé Blázquez <aollebla redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862200 13f79535-47bb-0310-9956-ffa450edef68
2019-06-27 09:06:56 +00:00
ca78ac0107
Patch PR 62567. Fix by Michal Karm Babacek <michal.babacek gmail.com>
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837717 13f79535-47bb-0310-9956-ffa450edef68
2018-08-09 11:30:10 +00:00
3c02abb871
For all practical purposes, MS IE 2.0 thorough 5.0 cannot connect to any
...
httpd 2.next deployments; therefore the user-agent string will not be
readable, and this cruft is now a no-op. MS IE 20.0 in the far far future
may try to connect, removing this cruft future-proofs us.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828373 13f79535-47bb-0310-9956-ffa450edef68
2018-04-04 18:59:37 +00:00
6950b4ada7
RFC8081, new font/ registry as pointed out by Steffen
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1810121 13f79535-47bb-0310-9956-ffa450edef68
2017-09-29 15:10:29 +00:00
e4431e60a4
On the trunk:
...
mod_ssl: adding SSLPolicy and SSLProxyPolicy directives plus documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805182 13f79535-47bb-0310-9956-ffa450edef68
2017-08-16 12:22:28 +00:00
7316342839
Remove 3DES by default for users of older crypto librarys; the cipher
...
has been reclassified in current OpenSSL releases as WEAK due to 112
or fewer bits of remaining cipher strength, while the Sweet32 disclosure
extended the criticism of RC4 on to 3DES. (IDEA, which potentially has the
same issue, is never enabled by default in OpenSSL, due to patent concerns.)
This commit does not change default httpd behavior, but alters the suggested
behavior of newly provisioned httpd servers. Where adopted, XP with IE8 will
no longer handshake with mod_ssl (previously, XP with IE6 would not handshake.)
The same net effect occurs where OpenSSL is updated to 1.1.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1795358 13f79535-47bb-0310-9956-ffa450edef68
2017-05-16 19:33:36 +00:00
70c618f35f
Fix pattern (.xml source filenames aren't charset tagged)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792216 13f79535-47bb-0310-9956-ffa450edef68
2017-04-21 14:46:30 +00:00
e23d950174
Still can find only one problem case alluded to by André.
...
Where Accept-Lanuage is da Q=1 and ru Q=1, leaving these out of the priority
list results in English as the tie-breaker, which is incorrect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792214 13f79535-47bb-0310-9956-ffa450edef68
2017-04-21 14:42:29 +00:00
2091bb843a
KISS: RemoveType is a simpler fix for .tr; explain .da files; order our
...
LanguagePriority by a first-order comparison and drop negligable translations
from our ordered priority preference list entirely.
A better comparison would be total number of documents in-sync, or some
convoluted weight ordering each document by which are more in sync than
others. Leaving that puzzle to an interested hacker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1791807 13f79535-47bb-0310-9956-ffa450edef68
2017-04-18 16:25:03 +00:00
8db141ff80
Remove trailing whitespace.
...
Submitted by: Josef Radinger
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769590 13f79535-47bb-0310-9956-ffa450edef68
2016-11-14 10:43:35 +00:00
e4129aad1a
Fix typo.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1767638 13f79535-47bb-0310-9956-ffa450edef68
2016-11-02 11:28:25 +00:00
235ee2ff40
httpoxy workarounds, first draft patch as published for all 2.2.x+ sources
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753228 13f79535-47bb-0310-9956-ffa450edef68
2016-07-18 14:07:00 +00:00
8d9713b30e
add comments for all media types in IANA registry dated 2016-07-14
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1752884 13f79535-47bb-0310-9956-ffa450edef68
2016-07-16 00:00:43 +00:00
75d3795d10
add comments for all media types in IANA registry dated 2016-05-02
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742054 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 00:02:28 +00:00
7d84dae077
add comments for all media types in IANA registry dated 2016-02-05
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730972 13f79535-47bb-0310-9956-ffa450edef68
2016-02-17 23:05:55 +00:00
4ab46d70e0
properly sort the types (no functional change)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730773 13f79535-47bb-0310-9956-ffa450edef68
2016-02-17 00:09:34 +00:00
79b3863c61
Add common extension "m4a" for MPEG 4 Audio to
...
mime.types.
As a reference see Wikipedia:
https://en.wikipedia.org/wiki/MPEG-4_Part_14#.MP4_versus_.M4A
PR: 57895
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723567 13f79535-47bb-0310-9956-ffa450edef68
2016-01-07 15:04:33 +00:00
6d177396d0
PR 53845: Remove commented config regarding DNT because the spec now has CR status (confirming our interpretation) and MS has committed to changing their implementation: http://blogs.microsoft.com/on-the-issues/2015/04/03/an-update-on-microsofts-approach-to-do-not-track/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707831 13f79535-47bb-0310-9956-ffa450edef68
2015-10-09 23:25:02 +00:00
54e6961c7e
removing no longer needed h2 extra conf thing
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707519 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 12:52:54 +00:00
6537db8178
eliminating the last surviving H2Engine directive
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700783 13f79535-47bb-0310-9956-ffa450edef68
2015-09-02 12:20:57 +00:00
8c27a4cd1b
reworked mod_h2 donation checkin into build system, added documentation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690248 13f79535-47bb-0310-9956-ffa450edef68
2015-07-10 11:45:46 +00:00
aab0eba576
Clarify the change to the default cipher suite lists
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682099 13f79535-47bb-0310-9956-ffa450edef68
2015-05-27 18:59:59 +00:00
5982e45da0
Conform to RFC 7525, with additional suggestion to drop RSA Kx ciphers
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1679428 13f79535-47bb-0310-9956-ffa450edef68
2015-05-14 18:44:52 +00:00
be36489772
Remove commented-out SSLStaplingForceURL at global scope.
...
Global or not, its use is specialized and those that need it won't need a sample,
and others may be confused.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1634736 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 23:18:16 +00:00
a797fdcf70
add OCSP Stapling configuration, disabled by default
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633730 13f79535-47bb-0310-9956-ffa450edef68
2014-10-23 00:59:40 +00:00
3957e92328
fix tr docs charset
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564770 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 13:33:29 +00:00
9a8e3d149a
httpd allocates separate AF_INET/AF_INET6 sockets automatically
...
when v4-mapped addresses are disabled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560679 13f79535-47bb-0310-9956-ffa450edef68
2014-01-23 13:18:02 +00:00
8355586d9d
Some wordsmithing and hopefully this will close our outstanding github issues. Closes #2 and also resolves #3
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555427 13f79535-47bb-0310-9956-ffa450edef68
2014-01-04 22:07:46 +00:00
ecedd50b15
use IANA registered mime type application/font-woff for woff fonts
...
PR: 55293
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1506674 13f79535-47bb-0310-9956-ffa450edef68
2013-07-24 19:42:53 +00:00
c59ebd8421
Changed @exp_sysconfdir@ / @exp_logfiledir@ to relative paths.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1468575 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 19:39:20 +00:00
54f82283bd
typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1438715 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 21:19:27 +00:00
46c9392d6e
macro parameter definitions and uses must match exactly
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436796 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 08:38:38 +00:00
4027c5641e
Adds a stub starter file for mod_macro usage, to make people aware that it's there.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436390 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 14:56:55 +00:00
db7ba71bf1
s/Options/AllowOverride/ in comment describing the syntax of
...
AllowOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406905 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 03:07:01 +00:00
4ae8d21fa6
Typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401133 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 00:36:39 +00:00
c53e59d56c
Define the document root once, and then use the variable elsewhere, so
...
that if it gets changed one place it inherits it everywhere. Also, a
practical example of `Define` in action.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401126 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 23:42:24 +00:00
8eb1d72558
Keep this in, but commented out: also provide a little
...
more background/rationale. This, hopefully, satisfies both
ends of the debate: we don't "assume" that everyone who
uses this browser didn't make the specific choice, but
we allow for admins who care about DNT and want to either
1. Make a statement
2. Force adherence to the standard
to easily do so.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388825 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22 16:11:02 +00:00
5d491ab1ff
Revert r1371878 -- default configuration changes that drop the DNT
...
header from IE10.
See:
Message-ID: <CALK=YjMGPNHBqNiad-ghzcEzxDovQgYOpjpSSyXmN=r74v43qg@mail.gmail.com >
PR 53845
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1386913 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 23:47:33 +00:00
ad8644d93c
Apache does not tolerate deliberate abuse of open standards
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371878 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 07:51:52 +00:00
a9896837af
mod_socache_shmcb and mod_socache_dbm: finish support of
...
DefaultRuntimeDir
a partial conversion was made in r1299718, affecting cases
where no filename was specified
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370225 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 12:44:30 +00:00
b6f86b92c2
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
...
now respect DefaultRuntimeDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
2012-08-06 12:15:03 +00:00