summaryrefslogtreecommitdiff
path: root/docs/conf
Commit message (Collapse)AuthorAgeFilesLines
* Merge of PR 318:Stefan Eissing2022-05-261-2/+2
| | | | | | | | | | | *) 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
* Add .opus extension for audio/ogg mimetype, per RFC 7845Joe Orton2020-12-161-1/+1
| | | | | | | | | | 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
* * docs/conf/magic: Allow mod_mime_magic to return "audio/x-wav" forJoe Orton2019-06-271-1/+1
| | | | | | | | | | | | | | | | 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
* Patch PR 62567. Fix by Michal Karm Babacek <michal.babacek gmail.com>Jim Jagielski2018-08-092-22/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837717 13f79535-47bb-0310-9956-ffa450edef68
* For all practical purposes, MS IE 2.0 thorough 5.0 cannot connect to anyWilliam A. Rowe Jr2018-04-041-28/+0
| | | | | | | | | | | 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
* RFC8081, new font/ registry as pointed out by SteffenWilliam A. Rowe Jr2017-09-291-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1810121 13f79535-47bb-0310-9956-ffa450edef68
* On the trunk:Stefan Eissing2017-08-161-0/+28
| | | | | | | | 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
* Remove 3DES by default for users of older crypto librarys; the cipherWilliam A. Rowe Jr2017-05-161-2/+2
| | | | | | | | | | | | | | | 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
* Fix pattern (.xml source filenames aren't charset tagged)William A. Rowe Jr2017-04-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792216 13f79535-47bb-0310-9956-ffa450edef68
* Still can find only one problem case alluded to by André.William A. Rowe Jr2017-04-211-4/+3
| | | | | | | | | 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
* KISS: RemoveType is a simpler fix for .tr; explain .da files; order ourWilliam A. Rowe Jr2017-04-181-4/+10
| | | | | | | | | | | | 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
* Remove trailing whitespace.Joe Orton2016-11-141-1/+1
| | | | | | | Submitted by: Josef Radinger git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769590 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo.Joe Orton2016-11-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1767638 13f79535-47bb-0310-9956-ffa450edef68
* httpoxy workarounds, first draft patch as published for all 2.2.x+ sourcesWilliam A. Rowe Jr2016-07-181-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753228 13f79535-47bb-0310-9956-ffa450edef68
* add comments for all media types in IANA registry dated 2016-07-14Roy T. Fielding2016-07-161-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1752884 13f79535-47bb-0310-9956-ffa450edef68
* add comments for all media types in IANA registry dated 2016-05-02Roy T. Fielding2016-05-031-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742054 13f79535-47bb-0310-9956-ffa450edef68
* add comments for all media types in IANA registry dated 2016-02-05Roy T. Fielding2016-02-171-0/+244
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730972 13f79535-47bb-0310-9956-ffa450edef68
* properly sort the types (no functional change)Roy T. Fielding2016-02-171-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730773 13f79535-47bb-0310-9956-ffa450edef68
* Add common extension "m4a" for MPEG 4 Audio toRainer Jung2016-01-071-1/+1
| | | | | | | | | | | | 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
* PR 53845: Remove commented config regarding DNT because the spec now has CR ↵Roy T. Fielding2015-10-091-11/+0
| | | | | | 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
* removing no longer needed h2 extra conf thingStefan Eissing2015-10-082-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707519 13f79535-47bb-0310-9956-ffa450edef68
* eliminating the last surviving H2Engine directiveStefan Eissing2015-09-021-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700783 13f79535-47bb-0310-9956-ffa450edef68
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-102-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690248 13f79535-47bb-0310-9956-ffa450edef68
* Clarify the change to the default cipher suite listsWilliam A. Rowe Jr2015-05-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682099 13f79535-47bb-0310-9956-ffa450edef68
* Conform to RFC 7525, with additional suggestion to drop RSA Kx ciphersWilliam A. Rowe Jr2015-05-141-15/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1679428 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented-out SSLStaplingForceURL at global scope.Jeff Trawick2014-10-271-3/+0
| | | | | | | | 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
* add OCSP Stapling configuration, disabled by defaultJeff Trawick2014-10-231-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633730 13f79535-47bb-0310-9956-ffa450edef68
* fix tr docs charsetAndré Malo2014-02-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564770 13f79535-47bb-0310-9956-ffa450edef68
* httpd allocates separate AF_INET/AF_INET6 sockets automaticallyJeff Trawick2014-01-231-3/+0
| | | | | | | when v4-mapped addresses are disabled git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560679 13f79535-47bb-0310-9956-ffa450edef68
* Some wordsmithing and hopefully this will close our outstanding github ↵Daniel Gruno2014-01-041-1/+1
| | | | | | 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
* use IANA registered mime type application/font-woff for woff fontsStefan Fritsch2013-07-241-1/+1
| | | | | | | PR: 55293 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1506674 13f79535-47bb-0310-9956-ffa450edef68
* Changed @exp_sysconfdir@ / @exp_logfiledir@ to relative paths.Guenter Knauf2013-04-161-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1468575 13f79535-47bb-0310-9956-ffa450edef68
* typoGregg Lewis Smith2013-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1438715 13f79535-47bb-0310-9956-ffa450edef68
* macro parameter definitions and uses must match exactlyFabien Coelho2013-01-221-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436796 13f79535-47bb-0310-9956-ffa450edef68
* Adds a stub starter file for mod_macro usage, to make people aware that it's ↵Rich Bowen2013-01-212-0/+22
| | | | | | there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436390 13f79535-47bb-0310-9956-ffa450edef68
* s/Options/AllowOverride/ in comment describing the syntax ofRich Bowen2012-11-081-1/+1
| | | | | | | AllowOverride. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406905 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2012-10-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401133 13f79535-47bb-0310-9956-ffa450edef68
* Define the document root once, and then use the variable elsewhere, soRich Bowen2012-10-221-2/+4
| | | | | | | | 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
* Keep this in, but commented out: also provide a littleJim Jagielski2012-09-221-0/+12
| | | | | | | | | | | | 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
* Revert r1371878 -- default configuration changes that drop the DNTEric Covener2012-09-171-10/+0
| | | | | | | | | | | | 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
* Apache does not tolerate deliberate abuse of open standardsRoy T. Fielding2012-08-111-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371878 13f79535-47bb-0310-9956-ffa450edef68
* mod_socache_shmcb and mod_socache_dbm: finish support ofJeff Trawick2012-08-071-2/+2
| | | | | | | | | | 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
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-061-1/+1
| | | | | | | now respect DefaultRuntimeDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
* doc fixes for r1299718:Jeff Trawick2012-08-051-1/+1
| | | | | | | The value of ScriptSock is relative to DefaultRuntimeDir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369604 13f79535-47bb-0310-9956-ffa450edef68
* Add a docs link to a configuration example.Rainer Jung2012-08-011-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368053 13f79535-47bb-0310-9956-ffa450edef68
* Add some improvements as suggested by KasparStefan Fritsch2012-06-101-2/+4
| | | | | | | | | | | - expand comment in config file - check username == NULL - detect SRP support via SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, not via openssl version - rename rv variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1348653 13f79535-47bb-0310-9956-ffa450edef68
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-081-0/+6
| | | | | | | | | | | for TLS, RFC 5054). PR: 51075 Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou, Peter Sylvester git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1347980 13f79535-47bb-0310-9956-ffa450edef68
* Updated event mpm configuration to match the defaults in documentation and ↵Daniel Gruno2012-03-291-5/+5
| | | | | | | | header definitions. Updated prefork defaults to better match documentation and header definition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306841 13f79535-47bb-0310-9956-ffa450edef68
* Update worker mpm defaults to match documentation and built-in defaults.Daniel Gruno2012-03-281-4/+4
| | | | | | As per https://issues.apache.org/bugzilla/show_bug.cgi?id=52102 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306426 13f79535-47bb-0310-9956-ffa450edef68
* Adapt Timeout to be the same as DEFAULT_TIMEOUT.Igor Galić2012-03-281-1/+1
| | | | | | | After all it's localted in a file called extra/httpd-default.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306350 13f79535-47bb-0310-9956-ffa450edef68