Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. webbasica

    Trying to make reCaptcha work on Directadmin

    So I followed the official guide on how to enable reCaptcha protection: This is my my file: /usr/local/lsws/conf/httpd-lsrecaptcha.conf lsrecaptcha { enabled 1 siteKey xxx secretKey xxx type 2 maxTries 3...
  6. webbasica

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

    I'm finally ready to make the switch from Apache to OpenLiteSpeed (I recently moved to a server with Directadmin and it makes it seem so easy). But before I pull the trigger I wanted to ask the community with way more experience than me: What should I know? What should I prepare for right from...
Top