on  
Apache Lounge
Webmasters & Programmers Home

 


Forum Index Downloads Contact
Search Forum Register Log in
 RSS Feed Apache Lounge



Register.com New Year Banners


Keep Server Online

The Apachelounge is not funded by anyone other than me (Steffen).

If you find the Apache Lounge, the downloads and overall help usefull, please express your satisfaction with a donation.

A donation makes a contribution towards the costs, the time and effort that's going in to running this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well.

link: compiled mod_limitipconn for 64bit

 
Post new topic   Reply to topic    Apache Forum Index -> Apache on Win64
View previous topic :: View next topic  
Author Message
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Wed 14 Jan '09 18:26    Post subject: link: compiled mod_limitipconn for 64bit Reply with quote

Is there some 64bit version available? Also maybe some other module which can limit the max connections per ip..
If not, some tips on how to compile the source for win64 would be great too Smile
Edit:
Here it is:
DOWNLOAD LINK


Last edited by sawo on Fri 06 Feb '09 11:14; edited 3 times in total
Back to top
View user's profile
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Tue 03 Feb '09 11:51    Post subject: Reply with quote

Noone need this module?
Back to top
View user's profile
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Tue 03 Feb '09 19:26    Post subject: Reply with quote

Ok, i started compiling the module myself, but i got error at this part of the code. Does anyone have some experience with C++ so we can figure this out?
Back to top
View user's profile
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 2809
Location: Germany, Next to Hamburg

PostPosted: Wed 04 Feb '09 0:48    Post subject: Reply with quote

Which errors do you get?
Back to top
View user's profile Visit poster's website
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Wed 04 Feb '09 7:38    Post subject: Reply with quote

Code:
1>.\vgz.cpp(308) : error C2440: 'initializing' : cannot convert from 'const char *(__cdecl *)(cmd_parms *,void *,const char *)' to 'cmd_func'
1>        None of the functions with this name in scope match the target type
1>.\vgz.cpp(310) : error C2440: 'initializing' : cannot convert from 'const char *(__cdecl *)(cmd_parms *,void *,const char *)' to 'cmd_func'
1>        None of the functions with this name in scope match the target type
1>.\vgz.cpp(312) : error C2440: 'initializing' : cannot convert from 'const char *(__cdecl *)(cmd_parms *,void *,const char *)' to 'cmd_func'
1>        None of the functions with this name in scope match the target type

the error lines correspond to lines 3,5 and 7 in the code i posted.
I dont know whats wrong with this code i found some examples of these macros(AP_INIT_TAKE1 etc) but they are exactly as they should be.
Back to top
View user's profile
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Wed 04 Feb '09 15:24    Post subject: Reply with quote

---
edit:
nvm, i got it compiled in x86, now i have to compile it in x64
Back to top
View user's profile
sawo



Joined: 15 May 2008
Posts: 35

PostPosted: Thu 05 Feb '09 18:00    Post subject: Reply with quote

Wow, its almost impossible to get help compiling apache. In the past three days it was impossible to get help for the problems i had, but i finally managed to compile this module for win x64.

To me, VS2005 is total garbage and i will probably never use it again. I had to compile everything under command line, because the IDE is complete failure - tons of errors and no help at all.

This is experimental release so there may be some problems. As far i can tell, it works on apache 2.2.11 x64 compiled by blackdot and windows server 2008 x64.
DOWNLOAD LINK
Back to top
View user's profile

Post new topic   Reply to topic    Apache Forum Index -> Apache on Win64
Page 1 of 1