Welcome to Centmin Mod Community
Register Now

Domains Cloudflare Current state of Cloudflare? How many of you are still using it?

Discussion in 'Domains, DNS, Email & SSL Certificates' started by deltahf, Jan 25, 2018.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:46 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    And was the the fix to the issue ? To be fair, past few years seem less cloudflare related config issues from folks. Some of it is due to misconfiguration on end users part.

     
  2. Andy

    Andy Active Member

    546
    90
    28
    Aug 6, 2014
    Ratings:
    +134
    Local Time:
    10:46 PM
    I did pause a few seconds when I wrote that since it may be read the wrong way. :)
    Let me rephrase it. I saw some people reports issues with connection, website access on XF forum and the issue was resolved when they turn off some setting on CF.
    Maybe it's no longer an issue anymore but a few years ago when it just came out and I considered it, that was the reason that I stay away from it.
     
  3. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    4:46 AM
    1.5.15
    MariaDB 10.2
    Most of the issues the people report on the XF forum relating to cloudflare are because people try to enable all the Auto Minify options and Rocket Loader.

    I've set up a site with cPanel / Litespeed and Cloudflare Business Plan with Railgun, and it absolutely flies, with no issues at all.
     
  4. Jay Chen

    Jay Chen Active Member

    187
    60
    28
    Sep 10, 2017
    Ratings:
    +117
    Local Time:
    11:46 PM
    I use the free plan on all my websites. Didn't have any problem.
    Maybe one day I will turn it off just to see what is the performance gain from enabling it.
     
  5. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    10:46 PM
    @Matt how did you setup the Railgun rpm? On CentminMod installs, it won't install directly due to the memcache dependency. Was that not an issue with CPanel?

    On our CentminMod install I had to hack the rpm so that it just installed railgun and ignored dependencies. Would love a cleaner workaround.
     
  6. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    4:46 AM
    1.5.15
    MariaDB 10.2
    Memcached was also installed via yum remi repo, so it ran the RPM install without issues. This was back in 2016 though, so not sure if anything has changed since?

    Code:
    root@hv [~]# rpm -qa | grep memcached
    memcached-1.4.32-1.el6.remi.x86_64
    root@hv [~]#
    
    Code:
    root@hv [~]# /etc/init.d/railgun start
    Starting railgun:                                          [  OK  ]
    Railgun successfully backgrounded, ensuring proper startup...
                                                              [  OK  ]
    root@hv [~]#
    
    root@hv [/var/log]# netstat -plnt | grep 2408
    tcp        0      0 :::2408                     :::*                        LISTEN      20742/rg-listener
    root@hv [/var/log]#
    
     
  7. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:46 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    so excluding memcached didn't work as outlined at Railgun RPM tries to install memcached ?
     
  8. BamaStangGuy

    BamaStangGuy Active Member

    669
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    10:46 PM
    It did not. I can't tell you why (lack of memory since then) but I had to take extra steps. I am about to have to do it again, so I will report back.