logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

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

or

Bitcoin

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

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: compiling mod_cloudflare for Apache 2.2
Author
BobDawg



Joined: 01 Feb 2011
Posts: 3
Location: Bellevue, WA

PostPosted: Wed 02 Feb '11 0:03    Post subject: compiling mod_cloudflare for Apache 2.2 Reply with quote

Has anyone tried compiling mod_cloudflare on windows for apache 2.2? The source is available at https://github.com/cloudflare/CloudFlare-Tools/raw/master/mod_cloudflare.c I am setting up an environment to try and compile it, but if someone could compile it for me it would be greatly appreciated.

-BobDawg
Back to top
Sob



Joined: 19 Apr 2008
Posts: 30

PostPosted: Wed 02 Feb '11 1:42    Post subject: Reply with quote

You may try:

http://web.hisoftware.cz/sob/download/mod_cloudflare-1.0.1.zip

Loads without complaining, not tested further.
Back to top
BobDawg



Joined: 01 Feb 2011
Posts: 3
Location: Bellevue, WA

PostPosted: Wed 02 Feb '11 4:28    Post subject: compiling mod_cloudflare for Apache 2.2 Reply with quote

Thank you so much. Works perfectly.

-BobDawg
Back to top
snookieboy



Joined: 03 May 2009
Posts: 4

PostPosted: Sat 15 Oct '11 1:36    Post subject: Reply with quote

Don't suppose I can be a pain and ask for 1.0.2 to be compiled for use on the Apache VC9 from here please?

A big thank you btw, 1.0.1 works perfectly with it Smile
Back to top
Sob



Joined: 19 Apr 2008
Posts: 30

PostPosted: Thu 20 Oct '11 18:32    Post subject: Reply with quote

There's nothing new in 1.0.2, except one addded proxy range and you should be able to set it manually using config variable.

But compiling is not hard, so here it is:

http://web.hisoftware.cz/sob/download/mod_cloudflare-1.0.2.zip

Compiled the same way as before, but not tested at all this time.
Back to top
tERBO



Joined: 07 May 2012
Posts: 3

PostPosted: Mon 07 May '12 14:02    Post subject: Reply with quote

Got problems with 1.0.1 and 1.0.2 - after about 20 minutes it crashes apache with unknown reason.
Also x64 version does not work at all - apache does not starting with it.

If somebody know how to fix it or have compiled 1.0.3 version please post a link here.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 08 May '12 1:05    Post subject: Reply with quote

For me they load in the Apache Haus VC9 builds. Haven't tested them any further.

https://www.apachehaus.net/modules/mod_cloudflare/
Back to top
tERBO



Joined: 07 May 2012
Posts: 3

PostPosted: Wed 09 May '12 7:02    Post subject: Reply with quote

glsmith wrote:
For me they load in the Apache Haus VC9 builds. Haven't tested them any further.


Thanks for the tip! Installed mod_cloudflare and apache 2.2.22 from there and it works great for 24hours now. Seems that it has solved the problem.
Back to top
tERBO



Joined: 07 May 2012
Posts: 3

PostPosted: Sun 13 May '12 15:53    Post subject: Reply with quote

Well, the problem is not gone all the way... On the apache logs i noticed that the server is restarting every minute because of this error:

Code:
Parent: child process exited with status 3221225477 -- Restarting


When I remove mod_cloudflare apache works well without restarting.
I have tried every single version of mod_cloudflare and they all do the same thing...
Back to top
techy



Joined: 26 May 2012
Posts: 7

PostPosted: Mon 29 Apr '13 0:33    Post subject: Reply with quote

You have to notice that module name should be as shown below,

LoadModule cloudflare_module modules/mod_cloudflare.so
Back to top


Reply to topic   Topic: compiling mod_cloudflare for Apache 2.2 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads