The Apache Web Server Version 2.4

Edit Package apache2
http://httpd.apache.org/

Apache 2, the successor to Apache 1.

Apache is the most used Web server software worldwide.

Some new features in Apache 2: - hybrid multiprocess, multithreaded
mode for improved scalability

- multiprotocol support

- stream filtering

- IPv6 support

- new module API

New modules include: - mod_auth_db

- mod_auth_digest

- mod_charset_lite

- mod_dav

- mod_file_cache

Mod_ssl is no longer a separate package, but is now included in the
Apache distribution.

See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and
http://httpd.apache.org/docs-2.4/upgrading.html.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000356 356 Bytes
apache-test-application-xml-type.patch 0000000581 581 Bytes
apache-test-turn-off-variables-in-ssl-var-lookup.patch 0000000679 679 Bytes
apache2-HttpContentLengthHeadZero-HttpExpectStrict.patch 0000007330 7.16 KB
apache2-LimitRequestFieldSize-limits-headers.patch 0000001943 1.9 KB
apache2-README-access_compat.txt 0000002514 2.46 KB
apache2-README-configuration.txt 0000000933 933 Bytes
apache2-README-instances.txt 0000001479 1.44 KB
apache2-a2enflag 0000001288 1.26 KB
apache2-a2enmod 0000001671 1.63 KB
apache2-apachectl.patch 0000001095 1.07 KB
apache2-check_forensic 0000000918 918 Bytes
apache2-default-server.conf 0000004257 4.16 KB
apache2-errors.conf 0000002924 2.86 KB
apache2-find_directives 0000003811 3.72 KB
apache2-gensslcert 0000006202 6.06 KB
apache2-global.conf 0000000144 144 Bytes
apache2-httpd.conf 0000009304 9.09 KB
apache2-listen.conf 0000000749 749 Bytes
apache2-loadmodule.conf 0000006171 6.03 KB
apache2-logresolve-tmp-security.patch 0000001780 1.74 KB
apache2-manual.conf 0000000825 825 Bytes
apache2-mod_autoindex-defaults.conf 0000001504 1.47 KB
apache2-mod_cgid-timeout.conf 0000000344 344 Bytes
apache2-mod_example.c 0000001662 1.62 KB
apache2-mod_info.conf 0000000467 467 Bytes
apache2-mod_log_config.conf 0000001058 1.03 KB
apache2-mod_mime-defaults.conf 0000005245 5.12 KB
apache2-mod_reqtimeout.conf 0000001020 1020 Bytes
apache2-mod_status.conf 0000000936 936 Bytes
apache2-mod_userdir.conf 0000001504 1.47 KB
apache2-mod_usertrack.conf 0000000085 85 Bytes
apache2-protocols.conf 0000000743 743 Bytes
apache2-script-helpers 0000002379 2.32 KB
apache2-server-tuning.conf 0000006281 6.13 KB
apache2-ssl-dirs.tar.bz2 0000000851 851 Bytes
apache2-ssl-global.conf 0000006785 6.63 KB
apache2-start_apache2 0000005469 5.34 KB
apache2-system-dirs-layout.patch 0000002791 2.73 KB
apache2-systemd-ask-pass 0000000083 83 Bytes
apache2-vhost-ssl.template 0000001752 1.71 KB
apache2-vhost.template 0000004813 4.7 KB
apache2.changes 0000351307 343 KB
apache2.keyring 0000549907 537 KB
apache2.service 0000000567 567 Bytes
apache2.spec 0000032985 32.2 KB
apache2.target 0000000066 66 Bytes
apache2@.service 0000000575 575 Bytes
firewalld-ssl.apache2 0000000448 448 Bytes
firewalld.apache2 0000000354 354 Bytes
httpd-2.4.59.tar.bz2 0007503198 7.16 MB
httpd-2.4.59.tar.bz2.asc 0000000833 833 Bytes
httpd-framework-svn1901574.tar.bz2 0000726259 709 KB
logrotate.apache2 0000000695 695 Bytes
permissions.apache2 0000000033 33 Bytes
susefirewall-ssl.apache2 0000000359 359 Bytes
susefirewall.apache2 0000000357 357 Bytes
sysconfig.apache2 0000008677 8.47 KB
Revision 700 (latest revision is 701)
David Anes's avatar David Anes (david.anes) accepted request 1165100 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 700)
- Update to 2.4.59:
  *) mod_deflate: Fixes and better logging for handling various
     error and edge cases. [Eric Covener, Yann Ylavic, Joe Orton,
     Eric Norris <enorris etsy.com>]
  *) Add CGIScriptTimeout to mod_cgi. [Eric Covener]
  *) mod_xml2enc: Tolerate libxml2 2.12.0 and later.  PR 68610
     [ttachi <tachihara AT hotmail.com>]
  *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable.
     [Jean-Frederic Clere]
  *) mod_ssl: Use OpenSSL-standard functions to assemble CA
     name lists for SSLCACertificatePath/SSLCADNRequestPath.
     Names will now be consistently sorted. PR 61574.
     [Joe Orton]
  *) mod_xml2enc: Update check to accept any text/ media type
     or any XML media type per RFC 7303, avoiding
     corruption of Microsoft OOXML formats.  PR 64339.
     [Joseph Heenan <joseph.heenan fintechlabs.io>, Joe Orton]
  *) mod_http2: v2.0.26 with the following fixes:
     - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes
       <https://github.com/icing/mod_h2/issues/272>.
     - Fixed small memory leak in h2 header bucket free. Thanks to
       Michael Kaufmann for finding this and providing the fix.
  *) htcacheclean: In -a/-A mode, list all files per subdirectory
     rather than only one. PR 65091.
     [Artem Egorenkov <aegorenkov.91 gmail.com>]
  *) mod_ssl: SSLProxyMachineCertificateFile/Path may reference files
     which include CA certificates; those CA certs are treated as if
     configured with SSLProxyMachineCertificateChainFile.  [Joe Orton]
  *) htpasswd, htdbm, dbmmanage: Update help&docs to refer to
     "hashing", rather than "encrypting" passwords.
     [Michele Preziuso <mpreziuso kaosdynamics.com>]
  *) mod_ssl: Fix build with LibreSSL 2.0.7+. PR 64047.
     [Giovanni Bechis, Yann Ylavic]
  *) htpasswd: Add support for passwords using SHA-2.  [Joe Orton,
     Yann Ylavic]
  *) core: Allow mod_env to override system environment vars. [Joe Orton]
  *) Allow mod_dav_fs to tolerate race conditions between PROPFIND and an
     operation which removes a directory/file between apr_dir_read() and
     apr_stat(). Current behaviour is to abort the connection which seems
     inferior to tolerating (and logging) the error. [Joe Orton]
  *) mod_ldap: HTML-escape data in the ldap-status handler.
     [Eric Covener, Chamal De Silva]
  *) mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set.
     Allow for "SSLCryptoDevice builtin" if the ENGINE API is not available,
     notably with OpenSSL >= 3.  PR 68080.  [Yann Ylavic, Joe Orton]
  *) mod_ssl: Improve compatibility with OpenSSL 3, fix build warnings about
     deprecated ENGINE_ API, honor OPENSSL_API_COMPAT setting while defaulting
     to compatibitily with version 1.1.1 (including ENGINEs / SSLCryptoDevice).
     [Yann Ylavic]
  *) mod_ssl: release memory to the OS when needed. [Giovanni Bechis]
  *) mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when
     some dollar substitution (backreference) happens in the hostname or port
     part of the URL.  [Yann Ylavic]
  *) mod_proxy: Allow to set a TTL for how long DNS resolutions to backend
     systems are cached. [Yann Ylavic]
  *) mod_proxy: Add optional third argument for ProxyRemote, which
     configures Basic authentication credentials to pass to the remote
     proxy.  PR 37355.  [Joe Orton]
Comments 0
openSUSE Build Service is sponsored by