CINXE.COM

2.2.17-1ubuntu1.4 : apache2 package : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/ubuntu/+source/apache2/2.2.17-1ubuntu1.4/+index" /> <meta charset="UTF-8" /> <title>2.2.17-1ubuntu1.4 : apache2 package : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/combo.css" /> <meta property="og:title" content="2.2.17-1ubuntu1.4 : apache2 package : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/ubuntu/+source/apache2/2.2.17-1ubuntu1.4/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?lp/', comboBase: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/ubuntu/+source/apache2/2.2.17-1ubuntu1.4/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a><br /><a href="https://launchpad.net/ubuntu/+source/apache2">apache2 package</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><a href="https://launchpad.net/ubuntu/+source/apache2">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/apache2">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu/+source/apache2">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu/+source/apache2">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/apache2">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>apache2 2.2.17-1ubuntu1.4 source package in Ubuntu</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div id="source-changelog" class="top-portlet"> <h2>Changelog</h2> <pre class="changelog" id="apache2_2.2.17-1ubuntu1.4">apache2 (2.2.17-1ubuntu1.4) natty-security; urgency=low * SECURITY UPDATE: mod_proxy reverse proxy exposure (LP: <a href="/bugs/877740" class="bug-link">#877740</a>) - debian/patches/212_CVE-2011-3368.dpatch: return 400 on invalid requests. (patch courtesy of Michael Jeanson) - debian/patches/214_CVE-2011-3368_part2.dpatch: fix same for http 0.9 protocol - CVE-2011-3368 * SECURITY UPDATE: mod_proxy_ajp denial of service (LP: <a href="/bugs/871674" class="bug-link">#871674</a>) - debian/patches/213_CVE-2011-3348.dpatch: return HTTP_NOT_IMPLEMENTED when AJP_EBAD_METHOD is requested - CVE-2011-3348 * SECURITY UPDATE: mpm-itk failure to drop privileges in certain configurations - debian/mpm-itk/patches/11-CVE-2011-1176.patch: merge configurations correctly - CVE-2011-1176 * Include additional fixes for regressions introduced by CVE-2011-3192 fixes - debian/patches/084_CVE-2011-3192_regression_part2.dpatch: take upstream fixes for byterange_filter.c through the 2.2.21 release except for the added MaxRanges configuration option along with a fix staged for 2.2.22. -- Steve Beattie &lt;email address hidden&gt; Wed, 02 Nov 2011 17:21:04 -0700</pre> </div> <div class="yui-g"> <div class="yui-u first"> <div id="upload-details" class="portlet"> <h2>Upload details</h2> <div class="two-column-list"> <dl> <dt>Uploaded by:</dt> <dd> <a href="/~sbeattie" class="sprite person">Steve Beattie</a> <time title="2011-11-03 02:05:41 UTC" datetime="2011-11-03T02:05:41.109201+00:00">on 2011-11-03</time> </dd> </dl> <dl> <dt>Uploaded to:</dt> <dd> <a href="/ubuntu/natty">Natty</a> </dd> </dl> <dl> <dt>Original maintainer:</dt> <dd><a href="/~ubuntu-devel-discuss-lists" class="sprite person-inactive">Ubuntu Developers</a></dd> </dl> <dl> <dt>Architectures:</dt> <dd>any</dd> </dl> <dl> <dt>Section:</dt> <dd>httpd</dd> </dl> <dl> <dt>Urgency:</dt> <dd>Low Urgency</dd> </dl> </div> </div> <!-- upload-details--> </div> <!-- yui-u --> <div class="yui-u"> <div id="source-publishing" class="portlet"> <h2> <span class="see-all"> <a href="+publishinghistory">See full publishing history</a> </span> Publishing </h2> <table class="listing"> <thead> <tr> <th>Series</th> <th>Pocket</th> <th>Published</th> <th>Component</th> <th>Section</th> </tr> </thead> <tbody> </tbody> </table> </div> <!-- source-publishing --> </div> <!-- yui-u --> <div class="yui-u"> <div id="source-builds" class="portlet"> <h2>Builds</h2> <p><a href="/ubuntu/natty">Natty</a>: <img width="14" height="14" alt="[FULLYBUILT]" title="Successfully built" src="/@@/build-success" /> <a href="/~ubuntu-security/+archive/ubuntu/ppa/+build/2897714">amd64</a> <img width="14" height="14" alt="[FULLYBUILT]" title="Successfully built" src="/@@/build-success" /> <a href="/~ubuntu-security/+archive/ubuntu/ppa/+build/2897715">armel</a> <img width="14" height="14" alt="[FULLYBUILT]" title="Successfully built" src="/@@/build-success" /> <a href="/~ubuntu-security/+archive/ubuntu/ppa/+build/2897716">i386</a> <img width="14" height="14" alt="[FULLYBUILT]" title="Successfully built" src="/@@/build-success" /> <a href="/~ubuntu-security/+archive/ubuntu/ppa/+build/2897717">powerpc</a> </p> </div> <!-- source-builds --> </div> <!-- yui-u --> </div> <!-- yui-g --> <div id="source-files" class="portlet"> <h2>Downloads</h2> <table class="wide listing"> <thead> <tr> <th>File</th> <th>Size</th> <th>SHA-256 Checksum</th> </tr> </thead> <tbody> <tr> <td> <a class="sprite download" href="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apache2/2.2.17-1ubuntu1.4/apache2_2.2.17.orig.tar.gz">apache2_2.2.17.orig.tar.gz</a> </td> <td>6.3 MiB</td> <td>17c0aa66a704d04b4a1952eb3b077146104f923a53d602297e1def01344ac876</td> </tr> <tr> <td> <a class="sprite download" href="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apache2/2.2.17-1ubuntu1.4/apache2_2.2.17-1ubuntu1.4.diff.gz">apache2_2.2.17-1ubuntu1.4.diff.gz</a> </td> <td>215.9 KiB</td> <td>48988ab39cbf1f4c16733903405cf50fd637004c2d4b65343633d807525f57c7</td> </tr> <tr> <td> <a class="sprite download" href="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apache2/2.2.17-1ubuntu1.4/apache2_2.2.17-1ubuntu1.4.dsc">apache2_2.2.17-1ubuntu1.4.dsc</a> </td> <td>2.6 KiB</td> <td>3a1d33969862cd8b913a9589aa5c6f30fc2aab3ce227cacea58630bbf077d9a6</td> </tr> </tbody> </table> <div id="diff-for-2.2.17-1ubuntu1.4"> <h3>Available diffs</h3> <ul> <li><a href="http://launchpadlibrarian.net/84878335/apache2_2.2.17-1ubuntu1.3_2.2.17-1ubuntu1.4.diff.gz">diff from 2.2.17-1ubuntu1.3 to 2.2.17-1ubuntu1.4</a> (1.3 KiB)</li> </ul> </div> <p> <a href="http://launchpadlibrarian.net/84878336/apache2_2.2.17-1ubuntu1.4_source.changes"> View changes file </a> </p> </div> <!-- source-files --> <div id="source-binaries" class="portlet"> <h2>Binary packages built by this source</h2> <div class="two-column-list"> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2">apache2</a>: No summary available for apache2 in ubuntu natty. </dt> <dd><p>No description available for apache2 in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-doc">apache2-doc</a>: No summary available for apache2-doc in ubuntu natty. </dt> <dd><p>No description available for apache2-doc in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-mpm-event">apache2-mpm-event</a>: No summary available for apache2-mpm-event in ubuntu natty. </dt> <dd><p>No description available for apache2-mpm-event in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-mpm-itk">apache2-mpm-itk</a>: No summary available for apache2-mpm-itk in ubuntu natty. </dt> <dd><p>No description available for apache2-mpm-itk in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-mpm-prefork">apache2-mpm-prefork</a>: No summary available for apache2-mpm-prefork in ubuntu natty. </dt> <dd><p>No description available for apache2-mpm-prefork in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-mpm-worker">apache2-mpm-worker</a>: No summary available for apache2-mpm-worker in ubuntu natty. </dt> <dd><p>No description available for apache2-mpm-worker in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-prefork-dev">apache2-prefork-dev</a>: No summary available for apache2-prefork-dev in ubuntu natty. </dt> <dd><p>No description available for apache2-prefork-dev in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-suexec">apache2-suexec</a>: No summary available for apache2-suexec in ubuntu natty. </dt> <dd><p>No description available for apache2-suexec in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-suexec-custom">apache2-suexec-custom</a>: No summary available for apache2-suexec-custom in ubuntu natty. </dt> <dd><p>No description available for apache2-<wbr />suexec-<wbr />custom in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-threaded-dev">apache2-threaded-dev</a>: No summary available for apache2-threaded-dev in ubuntu natty. </dt> <dd><p>No description available for apache2-<wbr />threaded-<wbr />dev in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2-utils">apache2-utils</a>: No summary available for apache2-utils in ubuntu natty. </dt> <dd><p>No description available for apache2-utils in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2.2-bin">apache2.2-bin</a>: No summary available for apache2.2-bin in ubuntu natty. </dt> <dd><p>No description available for apache2.2-bin in ubuntu natty.</p></dd> </dl> <dl> <dt> <a class="sprite package-binary" href="/ubuntu/natty/+package/apache2.2-common">apache2.2-common</a>: No summary available for apache2.2-common in ubuntu natty. </dt> <dd><p>No description available for apache2.2-common in ubuntu natty.</p></dd> </dl> </div> </div> <!-- source-binaries --> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 419ba3b (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}};</script> </body> <!-- Facet name: overview Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 50 queries/external actions issued in 0.55 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r419ba3b --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10