rregister

  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Activity overview

Latest activity by rregister
  • rregister commented,

    Thanks for the quick response, Michael. Support Request ID is: 7653411 Issue resolved. For anyone wondering, because I used easyapache4 with muti php, I needed to add output_handler = Off zlib.o...

  • rregister commented,

    Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you. Thanks f...

  • rregister commented,

    Hello, You can use the following command after uploading a test file to the domain name to verify if the content is compressed: curl -v --compressed http://www.test.domain/test.html Could you ru...

  • rregister created a post,

    Compression not working

    I'm having trouble getting compression working on a VPS server for a client. I've enabled "compress all content" from inside the individual account cpanel. I can confirm that this is properly addin...

  • rregister commented,

    Couple of tips from a wordpress server admin. As someone above mentioned, watch out for old versions of Revslider - I believe it's versions pre 4.6 that are dangerous. I believe the Yoast SEO and ...

  • rregister commented,

    I use... #Block WP logins with no referring URL SecRule REQUEST_METHOD "POST" "deny,status:401,id:5000130,chain,msg:'wp-login request blocked, no referer'" SecRule &HTTP_REFERER "@eq 0" Are yo...

  • rregister commented,

    Can you humor me and check the ownership of the ip.dir and ip.pag files? That could help indicate if RUID2 is causing an issue. Also have you tried tailing the apache error log while you attempt to...

  • rregister commented,

    That's odd. I'm using the same apache and modsecurity versions and the rule is still working fine. Are you adding the rules yourself to modsec2.user.conf and restarting apache after? Are you addin...

  • rregister commented,

    Just an update - I still can't get the blocking to work on repeated failed login attempts (with referer). I've now tried it on VPS servers with 3 different hosting companies, all of which are using...

  • rregister commented,

    Without access to the server itself to check logs and use debug settings it would be hard for me to fix that. Humor me though... in the site's .htaccess, add this line: ErrorDocument 401 default ...