Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55137 - complex situation with net-www/mod_limitipconn: need change SLOT and fix 'Homepage'
Summary: complex situation with net-www/mod_limitipconn: need change SLOT and fix 'Hom...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL: http://dominia.org/djao/limitipconn.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 04:08 UTC by Sergiy Borodych
Modified: 2005-02-13 09:34 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergiy Borodych 2004-06-25 04:08:12 UTC
in portage tree exists ebuild mod_limitipconn for apache2
but this tool also exists for apache1 (version 0.04)
And I suggest change SLOT to 2 for I may use another ebuild for apache1 (with SLOT=1)
Or maybe any advices for me ?

Also need fix 'Homepage' link in ebuild
for version 0.04 (apache1)
http://dominia.org/djao/limitipconn.html
for version 2.xx (apache2)
http://dominia.org/djao/limitipconn2.html

maybe ebuild for apache1 add to portage ?

PS:
emerge -pvD =net-www/mod_limitipconn-0.04
works but is look so ugly
Comment 1 Sergiy Borodych 2004-06-27 04:46:49 UTC
Please review
http://bor.org.ua/projects/portage/net-www/mod_limitipconn/

where I try to add new ebuild for apache1 (0.04)
and add some fixes and futures for ebuild for apache2 (0.22-r1)
(see ChangeLog)

I only tested for apache1
becouse I don't have servers with apache2 installed
Comment 2 Minati jean michel 2004-06-29 10:52:35 UTC
hello guys,

I already had a look limitipconn fo apache 1.x .
regarding the version ( 0.04 ), and the fact that it don t seems to have been updated since april 2002.I don't think it should be included in portage.
also most modlimitipconn's features are avalaibles with others modules,like mod_throttle.
Comment 3 Sergiy Borodych 2004-07-01 03:15:10 UTC
Thanks for advise I will try mod_throttle in future
But why 0.22 may include in portage, but 0.04 no
maybe it not included both ?
Comment 4 Minati jean michel 2004-07-01 06:00:18 UTC
this is just my point of view,but a version 0.22 sounds more advanced than a 0.04..
I don't know if  the mod_limitipconn for apache2 should be in portage or not,but it's already there,so I guess it's easier to leave things like that.than to remove  it.
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-09 07:48:06 UTC
0.22-r1 fixed and 0.04 added to cvs
Comment 6 Sergiy Borodych 2005-02-09 10:35:10 UTC
Thanks

but maybe default example conf ust be not too aggressive ;)
I mean the default settings must be commented

and found bug in it (27_mod_limitipconn.conf)
  <IfModule !mod_watch.c>
    LoadModule limitipconn_module    modules/mod_limitipconn.so
  </IfModule>
maybe
   <IfModule !mod_limitipconn.c>
        LoadModule limitipconn_module   modules/mod_limitipconn.so
    </IfModule>

and APACHE1_MOD_DEFINE="LIMITIP"
 maybe LIMITIPCONN is better ?
Comment 7 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-13 09:34:00 UTC
ebuild fixed and cleaned up