1
0
Fork 0
mirror of https://github.com/apache/httpd.git synced 2025-12-05 23:07:17 +00:00
Mirror of Apache HTTP Server. Issues: http://issues.apache.org https://httpd.apache.org
Find a file
Joe Orton c024d5d79e feat: add HEIC, HEIF and related mime types
See https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format

Submitted by: Alexandru Mărășteanu <hello alexei.ro>
Github: closes #580


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930199 13f79535-47bb-0310-9956-ffa450edef68
2025-12-02 16:10:37 +00:00
.github/workflows mod_ssl: Add support for Encrypted Client Hello (ECH) based off 2025-09-12 08:05:11 +00:00
build Follow-up to r1919587: CMake: Fix type in variable name (MODULES_SYNMBOLS -> MODULES_SYMBOLS) 2024-07-31 12:25:40 +00:00
changes-entries Follow up to r1929972: CHANGES entry. 2025-11-25 11:43:03 +00:00
docs feat: add HEIC, HEIF and related mime types 2025-11-26 11:30:42 +00:00
include * include/httpd.h: Define HTTP_EARLY_HINTS (103) per RFC 8297. 2025-08-21 07:04:46 +00:00
modules feat: add HEIC, HEIF and related mime types 2025-12-02 16:10:37 +00:00
os * os/win32/modules.c: Include "ap_config.h" to match the file generated by 2024-07-20 12:15:48 +00:00
server envvars from HTTP headers low precedence 2025-12-01 12:03:12 +00:00
srclib remove leftovers from initial libapreq import 2011-11-13 00:21:15 +00:00
support Revert r1914045, since the new -o option duplicates the -B option. 2025-08-06 07:28:09 +00:00
test feat: add HEIC, HEIF and related mime types 2025-11-26 11:30:42 +00:00
.gdbinit * .gdbinit (dump_bucket_ex): Use a string comparison with the bucket 2023-01-09 10:09:46 +00:00
.gitignore * mod_tls: update version of rustls-ffi to v0.13.0. 2024-04-22 13:55:22 +00:00
ABOUT_APACHE Trigger ci. 2024-01-16 17:10:31 +00:00
acinclude.m4 Remove libsystemd dependency from main httpd binary 2022-04-12 15:43:04 +00:00
ap.d Import the core parts of the DTrace patch. This is a modified and updated 2008-12-05 03:34:52 +00:00
Apache-apr2.dsw Windows bits for mod_log_json.dsp 2020-05-13 10:43:05 +00:00
Apache.dsw Windows bits for mod_log_json.dsp 2020-05-13 10:43:05 +00:00
apache_probes.d catch up on recently-added hooks 2009-12-18 15:29:55 +00:00
BuildAll.dsp Add modules/examples/, and a new BuildAll dummy stub. 2007-08-24 02:07:46 +00:00
BuildBin.dsp Windows bits for mod_log_json.dsp 2020-05-13 10:43:05 +00:00
buildconf Add buildconf option to force (rather than suppress) regeneration of 2019-11-12 12:45:57 +00:00
CHANGES Tweak formatting and fix credit to Charles Smutz. 2024-11-13 19:27:07 +00:00
CMakeLists.txt CMake: Use TARGET_COMPILE_DEFINITIONS to set preprocessor definitions. 2024-07-21 07:40:54 +00:00
config.layout A server layout for NetBSD's pkgsrc default settings 2023-03-02 14:37:20 +00:00
configure.in trigger ci 2025-08-21 14:46:09 +00:00
emacs-style Don't use tabs. 2003-12-29 12:59:02 +00:00
httpd.dsp Windows manifests are ;1 for .exe, ;2 for .dll and .so - ref: http://msdn.microsoft.com/en-us/library/ms235591.aspx 2008-06-11 16:34:20 +00:00
INSTALL Add git commands for apr checkout to INSTALL 2025-02-14 16:03:33 +00:00
InstallBin.dsp Mirror r483555, for GUI environment. Reason for the duplication is to make 2006-12-07 17:47:43 +00:00
LAYOUT Fix obvious errors. Probably the rest of the 2014-07-23 20:00:50 +00:00
libapreq.dsp add apreq in Win32 2018-02-26 18:36:15 +00:00
libhttpd.dsp *) core/mod_http/mod_http2: 2022-04-04 08:24:09 +00:00
LICENSE Synch with trunk. 2021-07-28 09:00:44 +00:00
Makefile.in * Correctly handle filenames that contain spaces 2025-06-04 09:31:05 +00:00
Makefile.win Fix some typo in trunk that have already been fixed in 2.4.x when r1816156 has been backported in 1821093 2020-05-23 13:29:14 +00:00
NOTICE s/2020/2021/ 2021-01-23 07:20:47 +00:00
NWGNUmakefile Fix typo in code comments; dependancies -> dependencies 2025-03-18 09:54:15 +00:00
README Converts README to markdown (no textual changes) for better display on 2024-01-24 21:33:30 +00:00
README.CHANGES * Add a 'be' [skip ci] 2023-03-07 07:34:08 +00:00
README.cmake Remove awk dependency when building using CMake. Before this awk was required 2024-07-20 16:18:18 +00:00
README.md * Create README.md as symlink to README for better Github rendering [skip ci] 2024-01-25 07:09:28 +00:00
README.platforms Make up-to-date 2014-08-27 16:37:24 +00:00
ROADMAP Fix spelling errors found by codespell. [skip ci] 2020-02-13 18:15:57 +00:00
SECURITY.md * Add basic security policy for GitHub mirror 2021-07-01 06:52:49 +00:00
STATUS Force ci build. 2024-05-13 19:49:56 +00:00
VERSIONING Fix spelling errors found by codespell. [skip ci] 2020-02-13 18:15:57 +00:00

Apache HTTP Server

What is it?

The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet. As a project of the Apache Software Foundation, the developers aim to collaboratively develop and maintain a robust, commercial-grade, standards-based server with freely available source code.

The Latest Version

Details of the latest version can be found on the Apache HTTP server project page.

Documentation

The documentation available as of the date of this release is included in HTML format in the docs/manual/ directory. The most up-to-date documentation can be found at https://httpd.apache.org/docs/trunk/.

Installation

Please see the file called INSTALL. Platform specific notes can be found in README.platforms.

Licensing

Please see the file called LICENSE.

Cryptographic Software Notice

This distribution may include software that has been designed for use with cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included files that may be subject to export controls on cryptographic software:

Apache httpd 2.0 and later versions include the mod_ssl module under modules/ssl/ for configuring and listening to connections over SSL encrypted network sockets by performing calls to a general-purpose encryption library, such as OpenSSL or the operating system's platform-specific SSL facilities.

In addition, some versions of apr-util provide an abstract interface for symmetrical cryptographic functions that make use of a general-purpose encryption library, such as OpenSSL, NSS, or the operating system's platform-specific facilities. This interface is known as the apr_crypto interface, with implementation beneath the /crypto directory. The apr_crypto interface is used by the mod_session_crypto module available under modules/session for optional encryption of session information.

Some object code distributions of Apache httpd, indicated with the word "crypto" in the package name, may include object code for the OpenSSL encryption library as distributed in open source form from https://www.openssl.org/source/.

The above files are optional and may be removed if the cryptographic functionality is not desired or needs to be excluded from redistribution. Distribution packages of Apache httpd that include the word "nossl" in the package name have been created without the above files and are therefore not subject to this notice.

Contacts