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 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 0000006531 6.38 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 0000253622 248 KB
apache2.firewalld 0000000354 354 Bytes
apache2.keyring 0000165491 162 KB
apache2.logrotate 0000000636 636 Bytes
apache2.service 0000000567 567 Bytes
apache2.spec 0000050019 48.8 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.3-mod_systemd.patch 0000006051 5.91 KB
httpd-2.4.38.tar.bz2 0007035030 6.71 MB
httpd-2.4.38.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 0000014116 13.8 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 153 (latest revision is 208)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 667841 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 153)
- updated to 2.4.38
  * mod_ssl: Clear retry flag before aborting client-initiated renegotiation.
    PR 63052 [Joe Orton]
  * mod_negotiation: Treat LanguagePriority as case-insensitive to match
    AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet]
  * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges
    have been fixed. [Michael Kaufmann, Stefan Eissing]
  * mod_setenvif: We can have expressions that become true if a regex pattern
    in the expression does NOT match. In this case val is NULL
    and we should just set the value for the environment variable 
    like in the pattern case. [Ruediger Pluem]
  * mod_session: Always decode session attributes early. [Hank Ibell]
  * core: Incorrect values for environment variables are substituted when
    multiple environment variables are specified in a directive. [Hank Ibell]
  * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when
    this type of map is present in the configuration.  PR62311.  
    [Hank Ibell <hwibell gmail.com>]
  * mod_dav: Fix invalid Location header when a resource is created by
    passing an absolute URI on the request line [Jim Jagielski]
  * mod_session_cookie: avoid duplicate Set-Cookie header in the response.
    [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano]
  * mod_ssl: clear *SSL errors before loading certificates and checking
    afterwards. Otherwise errors are reported when other SSL using modules
    are in play. Fixes PR 62880. [Michael Kaufmann]
  * mod_ssl: Fix the error code returned in an error path of
    'ssl_io_filter_handshake()'. This messes-up error handling performed
    in 'ssl_io_filter_error()' [Yann Ylavic]
  * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix
    authz provider so "Require ssl" works correctly in HTTP/2.
    PR 61519, 62654.  [Joe Orton, Stefan Eissing]
  * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative
    redirects, subsequent ProxyPassReverse statements, whether they are
    relative or absolute, may fail.  PR 60408.  [Peter Haworth <pmh1wheel gmail.com>]
  * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1] (forwarded request 667015 from mmanu84)
Comments 0
openSUSE Build Service is sponsored by