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 0000227896 223 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 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.29.tar.bz2 0006567926 6.26 MB
httpd-2.4.29.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 0000008686 8.48 KB
Revision 137 (latest revision is 208)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535888 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 137)
- updated to 2.4.29:
  *) mod_unique_id: Use output of the PRNG rather than IP address and
     pid, avoiding sleep() call and possible DNS issues at startup,
     plus improving randomness for IPv6-only hosts.  [Jan Kaluza]
  *) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST
     is used in a condition that evaluates to true. PR 58231 [Luca Toscano]
  *) mod_http2: v0.10.12, removed optimization for mutex handling in bucket
     beams that could lead to assertion failure in edge cases.
     [Stefan Eissing]
  *) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
     in 2.4.28.  [Jim Jagielski]
  *) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set.
     PR 61546.  [Lubos Uhliarik <luhliari redhat.com>]
  *) mod_rewrite: Add support for starting External Rewriting Programs
     as non-root user on UNIX systems by specifying username and group
     name as third argument of RewriteMap directive.  [Jan Kaluza]
  *) core: Rewrite the Content-Length filter to avoid excessive memory
     consumption. Chunked responses will be generated in more cases
     than in previous releases.  PR 61222.  [Joe Orton, Ruediger Pluem]
  *) mod_ssl: Fix SessionTicket callback return value, which does seem to
     matter with OpenSSL 1.1. [Yann Ylavic]

- gensslcert:
  * set also SAN [bsc#1045159]
  * drop -C argument, it was not mapped to CN actually
  * consider also case when hostname does return empty string or 
    does not exist [bsc#1057406]
  * do not consider environment ROOT variable
Comments 0
openSUSE Build Service is sponsored by