CINXE.COM

Question #819419 “When or/and will this package be available for...” : Questions : libapache2-mod-ruid2 package : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+index" /> <meta charset="UTF-8" /> <title>Question #819419 “When or/and will this package be available for...” : Questions : libapache2-mod-ruid2 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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="Hi, I was wondering when and if this package will be available for Ubuntu 24.04 or will this not happen? I currently use this package in a lot of vhosts and i'd like to upgrade our older VM's soon. Thank you" /> <meta property="og:description" content="Hi, I was wondering when and if this package will be available for Ubuntu 24.04 or will this not happen? I currently use this package in a lot of vhosts and i'd like to upgrade our older VM's soon. Thank you" /> <meta property="og:title" content="Question #819419 “When or/and will this package be available for...” : Questions : libapache2-mod-ruid2 package : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', 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> <style type="text/css" media="screen"> div.confirmBox { margin: 0; padding-right: 0.5em; padding-bottom: 0.5em; text-align: right; } </style> <script type="text/javascript"> LPJS.use('base', 'node', 'event', 'lp.app.comment', 'lp.answers.subscribers', 'lp.services.messages.edit', function(Y) { Y.on('domready', function() { LP.cache.comment_context = LP.cache.context; var first_comment = Y.one('.boardComment'); if (first_comment !== null) { var cl = new Y.lp.app.comment.CommentList({ comment_list_container: first_comment.get('parentNode') }); cl.render(); } new Y.lp.answers.subscribers.createQuestionSubscribersLoader(); Y.lp.services.messages.edit.setup(); }); }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-answers main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+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/libapache2-mod-ruid2">libapache2-mod-ruid2 package</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu/+source/libapache2-mod-ruid2">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/libapache2-mod-ruid2">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-ruid2">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu/+source/libapache2-mod-ruid2">Translations</a></li> <li class="answers active"><a href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr" lang="en" xml:lang="en"> <div class="context-publication"> <h1>When or/and will this package be available for Ubuntu 24.04?</h1> <div id="registration" class="registering"> Asked by <a href="https://launchpad.net/~alexvbp" class="sprite person">Alex van Bockel Perdu</a> <time title="2024-11-25 09:14:32 UTC" datetime="2024-11-25T09:14:32.855994+00:00">on 2024-11-25</time> </div> </div> <div id="request-notifications"> </div> <div> <div class="report"><p>Hi,</p> <p>I was wondering when and if this package will be available for Ubuntu 24.04 or will this not happen?<br /> I currently use this package in a lot of vhosts and i&#x27;d like to upgrade our older VM&#x27;s soon.</p> <p>Thank you</p></div> <div class="portlet"> <h2>Question information</h2> <div class="yui-g"> <div class="yui-u first"> <div id="portlet-details" xml:lang="en" lang="en" dir="ltr"> <div class="two-column-list"> <dl id="question-lang"> <dt>Language:</dt> <dd> English <a class="menu-link-edit sprite edit action-icon" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+edit">Edit question</a> </dd> </dl> <dl id="question-status"> <dt>Status:</dt> <dd> <span class="questionstatusSOLVED">Solved</span> </dd> </dl> <dl> <dt>For:</dt> <dd> <a href="https://launchpad.net/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a> <a href="/ubuntu/+source/libapache2-mod-ruid2">libapache2-mod-ruid2</a> <a class="menu-link-edit sprite edit action-icon" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+edit">Edit question</a> </dd> </dl> <dl> <dt>Assignee:</dt> <dd> No assignee <a class="menu-link-edit sprite edit action-icon" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+edit">Edit question</a> </dd> </dl> <dl> <dt>Solved by:</dt> <dd> <a href="https://launchpad.net/~andrew-woodhead666" class="sprite person">actionparsnip</a> </dd> </dl> <dl> <dt>Solved:</dt> <dd> <time title="2024-11-25 11:19:34 UTC" datetime="2024-11-25T11:19:34.225961+00:00">2024-11-25</time> </dd> </dl> <dl style="clear: both;"> <dt>Last query:</dt> <dd> <time title="2024-11-25 11:19:34 UTC" datetime="2024-11-25T11:19:34.225961+00:00">2024-11-25</time> </dd> </dl> <dl> <dt>Last reply:</dt> <dd> <time title="2024-11-25 10:37:35 UTC" datetime="2024-11-25T10:37:35.961205+00:00">2024-11-25</time> </dd> </dl> </div> </div> </div> <div class="yui-u"> <div id="related-bugs"> <h3>Related bugs</h3> <ul> </ul> </div> <ul class="horizontal"> <li><a class="menu-link-linkbug sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+linkbug">Link existing bug</a></li> </ul> <div id="related-faq" style="margin-top: 1em;"> <h3>Related FAQ:</h3> <p> None <a class="menu-link-linkfaq sprite add action-icon" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+linkfaq" title="Link this question to a FAQ.">Link to a FAQ</a> </p> </div> </div> </div> </div> <div itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message" data-baseurl="/ubuntu/+source/libapache2-mod-ruid2/+question/819419/messages/1" data-i-can-edit="False" id="comment-0"> <div class="boardCommentDetails"> <table> <tbody> <tr> <td> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <img src="/@@/favourite-yes" style="float:right;" alt="Best" title="Marked as best answer" /> <a href="https://launchpad.net/~andrew-woodhead666" class="sprite person">actionparsnip (andrew-woodhead666)</a> said <time itemprop="commentTime" datetime="2024-11-25T10:37:35.961205+00:00" title="2024-11-25 10:37:35 UTC">on 2024-11-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a> #1</a> </td> </tr></tbody></table> </div> <div class="editable-message-body"> <div class="boardCommentBody highlighted editable-message-text" itemprop="commentText"><p><a rel="nofollow" href="https://launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+changelog">https:/<wbr />/launchpad.<wbr />net/ubuntu/<wbr />+source/<wbr />libapache2-<wbr />mod-ruid2/<wbr />+changelog</a></p> <p>Deleted in lunar-release on 2022-12-31 (Reason: (From Debian) RoQA; rc-buggy, upstream dead, alternatives...)</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">https://launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+changelog Deleted in lunar-release on 2022-12-31 (Reason: (From Debian) RoQA; rc-buggy, upstream dead, alternatives...)</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message" data-baseurl="/ubuntu/+source/libapache2-mod-ruid2/+question/819419/messages/2" data-i-can-edit="False" id="comment-1"> <div class="boardCommentDetails"> <table> <tbody> <tr> <td> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <a href="https://launchpad.net/~alexvbp" class="sprite person">Alex van Bockel Perdu (alexvbp)</a> said <time itemprop="commentTime" datetime="2024-11-25T11:19:34.225961+00:00" title="2024-11-25 11:19:34 UTC">on 2024-11-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a> #2</a> </td> </tr></tbody></table> </div> <div class="editable-message-body"> <div class="boardCommentBody editable-message-text" itemprop="commentText"><p>Thanks actionparsnip, that solved my question.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Thanks actionparsnip, that solved my question.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div id="question" dir="en" lang="en" xml:lang="en"> <div class="yui-g"> <ul class="horizontal" id="horizontal-menu"> <li><a class="menu-link-history sprite list" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+history">History</a></li> <li><a class="menu-link-linkbug sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+linkbug">Link existing bug</a></li> <li><a class="menu-link-makebug sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+makebug" title="Create a bug report from this question.">Create bug report</a></li> <li><a class="menu-link-linkfaq sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+linkfaq" title="Link this question to a FAQ.">Link to a FAQ</a></li> <li><a class="menu-link-createfaq sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+createfaq" title="Create a new FAQ from this question.">Create a new FAQ</a></li> </ul> </div> <div align="center"> To post a message you must <a href="+login">log in</a>. </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="single"> <a class="sprite answers" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+addquestion"> Ask a question </a> </li> </ul> </div> <div id="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-edit sprite modify edit" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+edit">Edit question</a> </li> </ul> </div> <div class="portlet" id="subscribers"> <h2>Subscribers</h2> <div id="current_user_subscription"> <div><a class="menu-link-subscription sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+subscribe" title="You will receive email notifications about updates to this question">Subscribe</a></div> </div> <div> <div><a class="menu-link-addsubscriber sprite add" href="https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419/+addsubscriber" title="Launchpad will email that person whenever this question changes">Subscribe someone else</a></div> </div> <div id="other-question-subscribers"></div> </div> </div><!-- yui-b side --> </div><!-- 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; 78860d9 (<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": {}, "context": {"self_link": "https://answers.launchpad.net/api/devel/ubuntu/+source/libapache2-mod-ruid2/+question/819419", "web_link": "https://answers.launchpad.net/ubuntu/+source/libapache2-mod-ruid2/+question/819419", "resource_type_link": "https://answers.launchpad.net/api/devel/#question", "id": 819419, "title": "When or/and will this package be available for Ubuntu 24.04?", "description": "Hi,\n\nI was wondering when and if this package will be available for Ubuntu 24.04 or will this not happen?\nI currently use this package in a lot of vhosts and i'd like to upgrade our older VM's soon.\n\nThank you", "status": "Solved", "language_link": "https://answers.launchpad.net/api/devel/+languages/en", "owner_link": "https://answers.launchpad.net/api/devel/~alexvbp", "assignee_link": null, "answerer_link": "https://answers.launchpad.net/api/devel/~andrew-woodhead666", "answer_link": "https://answers.launchpad.net/api/devel/ubuntu/+source/libapache2-mod-ruid2/+question/819419/messages/1", "date_created": "2024-11-25T09:14:32.855994+00:00", "date_due": null, "date_last_query": "2024-11-25T11:19:34.225961+00:00", "date_last_response": "2024-11-25T10:37:35.961205+00:00", "date_solved": "2024-11-25T11:19:34.225961+00:00", "target_link": "https://answers.launchpad.net/api/devel/ubuntu/+source/libapache2-mod-ruid2", "messages_collection_link": "https://answers.launchpad.net/api/devel/ubuntu/+source/libapache2-mod-ruid2/+question/819419/messages", "http_etag": "\"05b54ab13a0123b58a5575a256b076900dbc53d4-3f57d8376947d434aa11376b2e72a6d23c4cd046\""}};</script> </body> <!-- Facet name: answers Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 42 queries/external actions issued in 0.40 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} r78860d9 --> </html>

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