Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112215 - request again for mod_bwshare ebuild for Apache 2
Summary: request again for mod_bwshare ebuild for Apache 2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL: http://www.topology.org/src/bwshare/R...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 12:21 UTC by Cahya
Modified: 2005-11-11 14:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bwshare test ebuild for apache 2 (mod_bwshare-0.1.6.ebuild,628 bytes, text/plain)
2005-11-11 12:26 UTC, Cahya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cahya 2005-11-11 12:21:49 UTC
Hi,
can we have mod_bwshare ebuild for Apache 2? I tried the module version 0.1.6
with apache2 and it seems to works.

thanks.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Cahya 2005-11-11 12:26:39 UTC
Created attachment 72697 [details]
bwshare test ebuild for apache 2

a working bwshare test ebuild for apache 2, it is actually just a copy from
mod_bwshare-0.1.3.ebuild for apache 1.
Comment 2 Cahya 2005-11-11 12:28:09 UTC
Comment on attachment 72697 [details]
bwshare test ebuild for apache 2

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.6.ebuild,v 1.4 2005/09/18 19:51:06 vericgar Exp $
>
>inherit eutils apache-module
>
>DESCRIPTION="bandwidth throttling and balancing for Apache 2.0.x"
>HOMEPAGE="http://www.topology.org/src/bwshare/README.html"
>SRC_URI="http://www.topology.org/src/bwshare/bwshare-${PV}.zip"
>
>KEYWORDS="~x86"
>DEPEND="app-arch/unzip"
>LICENSE="as-is"
>SLOT="0"
>IUSE=""
>
>S=${WORKDIR}/src/modules/bwshare/
>
>APACHE2_MOD_CONF="13_${PN}"
>APACHE2_MOD_DEFINE="BWSHARE"
>
>need_apache2
Comment 3 Luca Longinotti (RETIRED) gentoo-dev 2005-11-11 14:38:38 UTC
You can. ;) I've added net-www/mod_bwshare-0.1.6 to the tree, wich supports
being installed and used under Apache1 and Apache2, since the homepage says it
works on both (tested it and it does).
Best regards, CHTEKK.