The Apache Web Server Version 2.0

Edit Package apache2

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.0/upgrading.html.

Refresh
Refresh
Source Files
Filename Size Changed
SUSE-NOTICE 0000000729 729 Bytes
a2enflag 0000001288 1.26 KB
a2enmod 0000001671 1.63 KB
apache-22-24-upgrade 0000000575 575 Bytes
apache-ssl-stuff.tar.bz2 0000000851 851 Bytes
apache2-README 0000004312 4.21 KB
apache2-README-access_compat.txt 0000002514 2.46 KB
apache2-README-instances.txt 0000001479 1.44 KB
apache2-README.QUICKSTART 0000000076 76 Bytes
apache2-check_forensic 0000000916 916 Bytes
apache2-default-server.conf 0000004257 4.16 KB
apache2-errors.conf 0000002924 2.86 KB
apache2-find-directives 0000003811 3.72 KB
apache2-global.conf 0000000128 128 Bytes
apache2-httpd.conf 0000009304 9.09 KB
apache2-init.logrotate 0000001427 1.39 KB
apache2-listen.conf 0000000749 749 Bytes
apache2-loadmodule.conf 0000001957 1.91 KB
apache2-manual.conf 0000000793 793 Bytes
apache2-mod_autoindex-defaults.conf 0000001504 1.47 KB
apache2-mod_cgid-timeout.conf 0000000344 344 Bytes
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 0000000448 448 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 0000002564 2.5 KB
apache2-server-tuning.conf 0000004961 4.84 KB
apache2-ssl-global.conf 0000006565 6.41 KB
apache2-systemd-ask-pass 0000000079 79 Bytes
apache2-vhost-ssl.template 0000001754 1.71 KB
apache2-vhost.template 0000004815 4.7 KB
apache2.changes 0000270062 264 KB
apache2.firewalld 0000000354 354 Bytes
apache2.keyring 0000165491 162 KB
apache2.logrotate 0000000695 695 Bytes
apache2.service 0000000567 567 Bytes
apache2.spec 0000050847 49.7 KB
apache2.ssl.firewalld 0000000448 448 Bytes
apache2.ssl.susefirewall 0000000359 359 Bytes
apache2.susefirewall 0000000357 357 Bytes
apache2.target 0000000066 66 Bytes
apache2@.service 0000000568 568 Bytes
deprecated-scripts-arch.patch 0000002961 2.89 KB
deprecated-scripts.tar.xz 0000003252 3.18 KB
favicon.ico 0000000302 302 Bytes
gensslcert 0000006009 5.87 KB
httpd-2.0.54-envvars.dif 0000000411 411 Bytes
httpd-2.1.3alpha-layout.dif 0000002038 1.99 KB
httpd-2.2.0-apxs-a2enmod.dif 0000005214 5.09 KB
httpd-2.4.43.tar.bz2 0007155865 6.82 MB
httpd-2.4.43.tar.bz2.asc 0000000488 488 Bytes
httpd-2.4.9-bnc690734.patch 0000001832 1.79 KB
httpd-2.4.x-fate317766-config-control-two-protocol-options.diff 0000008185 7.99 KB
httpd-2.x.x-logresolve.patch 0000001780 1.74 KB
httpd-apachectl.patch 0000001043 1.02 KB
httpd-implicit-pointer-decl.patch 0000000826 826 Bytes
httpd-visibility.patch 0000014723 14.4 KB
permissions.apache2 0000000067 67 Bytes
rc.apache2 0000011459 11.2 KB
robots.txt 0000000229 229 Bytes
start_apache2 0000004918 4.8 KB
sysconf_addword 0000002742 2.68 KB
sysconfig.apache2 0000008697 8.49 KB
Revision 167 (latest revision is 208)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 791205 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 167)
- declare ap_sock_disable_nagle to fix loading mod_proxy_http2
  (thanks to mliska@suse.com)
- modified patches
  % httpd-visibility.patch (refreshed)

- version update to 2.4.43
  *) mod_ssl: Fix memory leak of OCSP stapling response. [Yann Ylavic]
  *) mod_proxy_http: Fix the forwarding of requests with content body when a
     balancer member is unavailable; the retry on the next member was issued
     with an empty body (regression introduced in 2.4.41). PR63891.
     [Yann Ylavic]
  *) mod_http2: Fixes issue where mod_unique_id would generate non-unique request
     identifier under load, see <https://github.com/icing/mod_h2/issues/195>.
     [Michael Kaufmann, Stefan Eissing]
  *) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}.
     PR64140. [Renier Velazco <renier.velazco upr.edu>]
  *) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info".
     PR64172.
  *) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure
     to allow customization of the usertrack cookie. PR64077.
     [Prashant Keshvani <prashant2400 gmail.com>, Eric Covener]
  *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
     AJP13 authentication.  PR 53098. [Dmitry A. Bakshaev <dab1818 gmail com>]
  *) mpm_event: avoid possible KeepAliveTimeout off by -100 ms.
     [Eric Covener, Yann Ylavic]
  *) Add a config layout for OpenWRT. [Graham Leggett]
  *) Add support for cross compiling to apxs. If apxs is being executed from
     somewhere other than its target location, add that prefix to includes and
     library directories. Without this, apxs would fail to find config_vars.mk
     and exit. [Graham Leggett]
Comments 0
openSUSE Build Service is sponsored by