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-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 0000001477 1.44 KB
apache2-README.QUICKSTART 0000000076 76 Bytes
apache2-check_forensic 0000000916 916 Bytes
apache2-default-server.conf 0000004256 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 0000009301 9.08 KB
apache2-init.logrotate 0000001427 1.39 KB
apache2-listen.conf 0000001044 1.02 KB
apache2-loadmodule.conf 0000001957 1.91 KB
apache2-manual.conf 0000000793 793 Bytes
apache2-mod_autoindex-defaults.conf 0000001503 1.47 KB
apache2-mod_cgid-timeout.conf 0000000344 344 Bytes
apache2-mod_info.conf 0000000466 466 Bytes
apache2-mod_log_config.conf 0000001057 1.03 KB
apache2-mod_mime-defaults.conf 0000005243 5.12 KB
apache2-mod_reqtimeout.conf 0000001020 1020 Bytes
apache2-mod_status.conf 0000000447 447 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 0000002733 2.67 KB
apache2-server-tuning.conf 0000004946 4.83 KB
apache2-ssl-global.conf 0000006388 6.24 KB
apache2-systemd-ask-pass 0000000079 79 Bytes
apache2-vhost-ssl.template 0000001741 1.7 KB
apache2-vhost.template 0000004888 4.77 KB
apache2.changes 0000226096 221 KB
apache2.firewall 0000000357 357 Bytes
apache2.keyring 0000097389 95.1 KB
apache2.logrotate 0000000636 636 Bytes
apache2.service 0000000567 567 Bytes
apache2.spec 0000050168 49 KB
apache2.ssl-firewall 0000000359 359 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 0000005844 5.71 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.28.tar.bz2 0006553163 6.25 MB
httpd-2.4.28.tar.bz2.asc 0000000793 793 Bytes
httpd-2.4.3-mod_systemd.patch 0000006051 5.91 KB
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 0000014116 13.8 KB
permissions.apache2 0000000067 67 Bytes
rc.apache2 0000011459 11.2 KB
robots.txt 0000000229 229 Bytes
start_apache2 0000004867 4.75 KB
sysconf_addword 0000002742 2.68 KB
sysconfig.apache2 0000008714 8.51 KB
Revision 136 (latest revision is 208)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 532105 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 136)
- updated to 2.4.28:
  *) SECURITY: CVE-2017-9798 (cve.mitre.org)
     Corrupted or freed memory access. <Limit[Except]> must now be used in the
     main configuration file (httpd.conf) to register HTTP methods before the
     .htaccess files.  [Yann Ylavic]
  *) event: Avoid possible blocking in the listener thread when shutting down
     connections. PR 60956.  [Yann Ylavic]
  *) mod_speling: Don't embed referer data in a link in error page.
     PR 38923 [Nick Kew]
  *) htdigest: prevent a buffer overflow when a string exceeds the allowed max
     length in a password file.
     [Luca Toscano, Hanno Böck <hanno hboeck de>]
  *) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25).
     [Jim Jagielski]
  *) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically.
     PR 61142.
  *) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified
     down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond),
     's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski]
  *) mod_http2: Fix for stalling when more than 32KB are written to a
     suspended stream.  [Stefan Eissing]
  *) build: allow configuration without APR sources.  [Jacob Champion]
  *) mod_ssl, ab: Fix compatibility with LibreSSL.  PR 61184.
     [Bernard Spil <brnrd freebsd.org>, Michael Schlenker <msc contact.de>,
      Yann Ylavic]
  *) core/log: Support use of optional "tag" in syslog entries.
     PR 60525. [Ben Rubson <ben.rubson gmail.com>, Jim Jagielski]
  *) mod_proxy: Fix ProxyAddHeaders merging.  [Joe Orton]
  *) core: Disallow multiple Listen on the same IP:port when listener buckets
     are configured (ListenCoresBucketsRatio > 0), consistently with the single
Comments 0
openSUSE Build Service is sponsored by