Recent content by webbasica

  1. webbasica

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    That's what I read on the Litespeed documentation page, but it's not showing up in the error log. I'll try restarting and rebuilding everything. One thing I did different, I used Directadmin's tool (under Custom 5) to add the logLevel line. So mine looks like this: rewrite { enable...
  2. webbasica

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    Thanks, that's very helpful! Shouldn't I also set the RewriteLog directive? Something like: # Log to a file: RewriteLog "/usr/local/var/apache/logs/rewrite.log" If not, where would I look for the logged information?
  3. webbasica

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    Sadly, there isn't much documentation about this setting on Directadmin.
  4. webbasica

    Help translating a htaccess redirect from Apache to OLS (WordPress permalink)

    I can't seem to find the correct way to add a redirect line in a htaccess file, after changing the WordPress permalink structure. Basically I want to translate this Apache line to OLS: RewriteRule ^[0-9]{4}/[0-9]{2}/[0-9]{2}/(.*)$ /$1 [R=301,L] How hard would it be to build a tool that...
  5. webbasica

    How to turn debug on in Directadmin + OLS

    Thanks! Any special steps I should consider when installing memcached, since this is OLS with LSPHP and not Apache? The main reason I went for LSMCD was to avoid any conflict with OLS and LSPHP.
  6. webbasica

    How to turn debug on in Directadmin + OLS

    I found the previous VERSION.txt file, it says 1.4.17 I just updated to 1.4.20, but after what you said, I think I'll be better off with vanilla memcached (I'm not using that feature you mentioned). Yup. All I want is to alleviate some of the load my DBs have to handle.
  7. webbasica

    How to turn debug on in Directadmin + OLS

    I was trying to find out which version of lsmcd I'm running before I install the update (since last month on github you recommended me to update because of another error), so started lsmcd again and the server got stuck. Couldn't even telnet to lsmcd. Then I cleaned the directory you mentioned...
  8. webbasica

    How to turn debug on in Directadmin + OLS

    Thanks for the reply, but a little context would be nice. Was it LSMCD causing this after all?
  9. webbasica

    How to turn debug on in Directadmin + OLS

    I've been watching these events lately (once a day), where sites are suddenly down and I get a flood of the infamous "No request delivery notification has been received from LSAPI application, possible dead lock." error. It doesn't seem to be caused by traffic (only) and server resources seem...
  10. webbasica

    lsmcd FATAL ERROR alloc2 cross large page boundary

    After checking the log file, I noticed this error every few hours: `2021-03-19 03:02:12.701 [ERROR] [__root] [SHM] [-1-11:0x1cebab0] FATAL ERROR alloc2 cross large page boundary, offset: 30FFC00, size: 1072. You must remove all of the files in /dev/shm/lsmcd and restart the lsmcd server` The...
  11. webbasica

    Using a RewriteRule to change to 410

    Cool, that worked (putting it at the begging of the file). Wonder what blocked it? Considering I only have the stuff from LS Cache WP plugin and WordPress default.
  12. webbasica

    Using a RewriteRule to change to 410

    I did. So that line worked for you?
  13. webbasica

    Using a RewriteRule to change to 410

    I've been trying a few rules and nothing seems to work. All I want to do is change the error from 404 to 410 whenever someone (specially Google's bot) tries to access the subdirectory /forums/* RewriteRule ^forums/ - [G] Does not work
  14. webbasica

    Making the switch from Apache to OpenLiteSpeed. What should I know? (ie how to block brute force attacks)

    Regarding xmlrpc actually there is an easy to follow guide on how to achieve this on the KB: https://openlitespeed.org/kb/customization-hooks-in-directadmin/ I'm now trying to implement recaptcha on the wp-login page...
  15. webbasica

    Trying to make reCaptcha work on Directadmin

    I know at this point I'm basically spamming my own post, but there is no edit button and maybe someone has suffered the same ordeal as me. The last edit threw an error [(null)] rewrite: Unknown rewrite rule flag while parsing: rewriterule ^/wp-login\.php$ - [E=verifycaptcha: drop]
Top