apache2 2.4.66-2ubuntu1 source package in Ubuntu
Changelog
apache2 (2.4.66-2ubuntu1) resolute; urgency=medium * Merge with Debian unstable (LP: #2138379). Remaining changes: - d/index.html, d/icons/ubuntu-logo.png, d/apache2.postrm, d/source/include-binaries, d/t/check-ubuntu-branding: Replace Debian with Ubuntu on default homepage. (LP #1966004, LP #1947459) - d/apache2.py, d/apache2-bin.install: Add apport hook (LP #609177) - d/c/m/setenvif.conf: Add dolphin and Konqueror/5 careful redirection so that directories can be deleted via webdav. (LP #1927742) - d/debhelper/apache2-maintscript-helper: Allow execution when called from a postinst script through a trigger (i.e., postinst triggered). Thanks to Roel van Meer. (Closes: #1060450) (LP #2038912) - d/index.html, d/apache2.postrm: Fix https link to apache documentation. (LP #2045055) apache2 (2.4.66-2) unstable; urgency=medium * Update test framework * Parallelize tests when more than 3 CPUs are available apache2 (2.4.66-1) unstable; urgency=medium [ Laurent Bigonville ] * Enable systemd module (Closes: #860087). * debian/apache2ctl: Fix the restart and greceful when using system. When apache is not running and restart or greceful is called, apache was running in the user cgroup and system was be confused (Closes: #927302). This will also avoid to leak fd to apache (Closes: #713967). [ Helmut Grohne ] * Fix FTCBFS: (Closes: #913094) + Annotate perl build dependency with :any. + cross.patch: Use AC_PATH_TOOL to find pkg-config. + Generate server/test_char.h ahead of the build [ Jason Perrin ] * Fix packaging steps undo setting of setuid bit (Closes: #900612) [ Bastien Roucariès] * Harden systemd services. Set ProtectSystem=full ProtectHome=read-only, RestrictSUIDSGID=yes. This may break read-write CGI script to /home and WebDaV or other CGI/php/lua uses. * Move /var/run to /run and /var/lock to /run/lock * Allow CAP_SYS_CHROOT for chroot (Closes: #1091855) * Remove apache2 IPC [ Moritz Schlarb ] * Support Rules-Requires-Root: no (Closes: #1105015) [ Yadd ] * New upstream version (Closes: #1121926, CVE-2025-55753, CVE-2025-58098, CVE-2025-59775, CVE-2025-65082, CVE-2025-66200) -- Hector Cao <email address hidden> Wed, 14 Jan 2026 16:39:27 +0100
Upload details
- Uploaded by:
- Hector CAO
- Sponsored by:
- Lukas Märdian
- Uploaded to:
- Resolute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | main | web |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| apache2_2.4.66.orig.tar.gz | 9.4 MiB | 442184763b60936471b88a91275f79d2407733b7aac27e345f270e8bc31c3d49 |
| apache2_2.4.66-2ubuntu1.debian.tar.xz | 833.0 KiB | d0a6696966e438e9d4e479f3e23eb8a1ace812f7b627d1f94265dce873079c75 |
| apache2_2.4.66-2ubuntu1.dsc | 3.4 KiB | d666ba4b544c752c98fb9ee96e7bea034fe6c531300c9fbe46c0b42254cab39d |
Available diffs
- diff from 2.4.65-3ubuntu1 to 2.4.66-2ubuntu1 (178.8 KiB)
Binary packages built by this source
- apache2: Apache HTTP Server
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
Installing this package results in a full installation, including the
configuration files, init scripts and support scripts.
- apache2-bin: Apache HTTP Server (modules and other binary files)
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package contains the binaries only and does not set up a working
web-server instance. Install the "apache2" package to get a fully working
instance.
- apache2-bin-dbgsym: debug symbols for apache2-bin
- apache2-data: Apache HTTP Server (common files)
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package contains architecture-independent common files such as icons,
error pages and static index files.
- apache2-dev: Apache HTTP Server (development headers)
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package provides development headers and the apxs2 binary for the Apache
2 HTTP server, useful to develop and link third party additions to the Debian
Apache HTTP server package.
.
It also provides dh_apache2 and dh sequence addons useful to install various
Debian Apache2 extensions with debhelper. It supports
- Apache 2 module configurations and shared objects
- Site configuration files
- Global configuration files
- apache2-doc: Apache HTTP Server (on-site documentation)
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package provides the documentation for the Apache 2 HTTP server. The
documentation is shipped in HTML format and can be accessed from a local
running Apache HTTP server instance or by browsing the file system directly.
- apache2-ssl-dev: Apache HTTP Server (mod_ssl development headers)
The Apache HTTP Server Project's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package provides the development header and the dependencies for
modules that interact with mod_ssl's internal openssl state.
- apache2-suexec-custom: Apache HTTP Server configurable suexec program for mod_suexec
Provides a customizable version of the suexec helper program for mod_suexec.
This is not the version from upstream, but can be configured with a
configuration file.
.
If you do not need non-standard document root or userdir settings, it is
recommended that you use the standard suexec helper program from the
apache2-suexec- pristine package instead.
- apache2-suexec-custom-dbgsym: debug symbols for apache2-suexec-custom
- apache2-suexec-pristine: Apache HTTP Server standard suexec program for mod_suexec
Provides the standard suexec helper program for mod_suexec. This version is
compiled with document root /var/www and userdir suffix public_html. If you
need different settings, use the package apache2-suexec- custom.
- apache2-suexec-pristine-dbgsym: debug symbols for apache2-suexec-pristine
- apache2-utils: Apache HTTP Server (utility programs for web servers)
Provides some add-on programs useful for any web server. These include:
- ab (Apache benchmark tool)
- fcgistarter (Start a FastCGI program)
- logresolve (Resolve IP addresses to hostnames in logfiles)
- htpasswd (Manipulate basic authentication files)
- htdigest (Manipulate digest authentication files)
- htdbm (Manipulate basic authentication files in DBM format, using APR)
- htcacheclean (Clean up the disk cache)
- rotatelogs (Periodically stop writing to a logfile and open a new one)
- split-logfile (Split a single log including multiple vhosts)
- checkgid (Checks whether the caller can setgid to the specified group)
- check_forensic (Extract mod_log_forensic output from Apache log files)
- httxt2dbm (Generate dbm files for use with RewriteMap)
- apache2-utils-dbgsym: debug symbols for apache2-utils
