Author |
|
BobDawg
Joined: 01 Feb 2011 Posts: 3 Location: Bellevue, WA
|
Posted: Wed 02 Feb '11 0:03 Post subject: compiling mod_cloudflare for Apache 2.2 |
|
|
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
|
|
Back to top |
|
BobDawg
Joined: 01 Feb 2011 Posts: 3 Location: Bellevue, WA
|
Posted: Wed 02 Feb '11 4:28 Post subject: compiling mod_cloudflare for Apache 2.2 |
|
|
Thank you so much. Works perfectly.
-BobDawg |
|
Back to top |
|
snookieboy
Joined: 03 May 2009 Posts: 4
|
Posted: Sat 15 Oct '11 1:36 Post subject: |
|
|
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 |
|
Back to top |
|
Sob
Joined: 19 Apr 2008 Posts: 30
|
Posted: Thu 20 Oct '11 18:32 Post subject: |
|
|
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
|
Posted: Mon 07 May '12 14:02 Post subject: |
|
|
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
|
|
Back to top |
|
tERBO
Joined: 07 May 2012 Posts: 3
|
Posted: Wed 09 May '12 7:02 Post subject: |
|
|
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
|
Posted: Sun 13 May '12 15:53 Post subject: |
|
|
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
|
Posted: Mon 29 Apr '13 0:33 Post subject: |
|
|
You have to notice that module name should be as shown below,
LoadModule cloudflare_module modules/mod_cloudflare.so |
|
Back to top |
|