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 0000000495 495 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 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-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 0000223245 218 KB
apache2.firewall 0000000357 357 Bytes
apache2.keyring 0000097389 95.1 KB
apache2.logrotate 0000000636 636 Bytes
apache2.service 0000000567 567 Bytes
apache2.spec 0000049586 48.4 KB
apache2.ssl-firewall 0000000359 359 Bytes
apache2.target 0000000066 66 Bytes
apache2@.service 0000000568 568 Bytes
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.27.tar.bz2 0006527394 6.23 MB
httpd-2.4.27.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 0000011378 11.1 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 135 (latest revision is 208)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 510917 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 135)
- updated to 2.4.27:
  *) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table'
     global variable when using Lua 5.2 or later. This was exported as a
     side effect from luaL_register, which is no longer supported as of
     Lua 5.2 which deprecates pollution of the global namespace.
     [Rainer Jung]
  *) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
     The server will continue to run, but HTTP/2 will no longer be negotiated.
     [Stefan Eissing]
  *) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
     default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202.
     [Jacob Champion, Jim Jagielski]
  *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.
     PR58188, PR60831, PR61245. [Rainer Jung]
  *) mod_http2: Simplify ready queue, less memory and better performance. Update
     mod_http2 version to 1.10.7. [Stefan Eissing]
  *) Allow single-char field names inadvertantly disallowed in 2.4.25.
     PR 61220. [Yann Ylavic]
  *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
     passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem]
  *) core: Avoid duplicate HEAD in Allow header.
     This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
     PR 61207. [Christophe Jaillet]
- drop upstreamed patch: 
  * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)

- Adjust dependencies for rename apr/apr-util packages
Comments 0
openSUSE Build Service is sponsored by