Search results

  1. J

    Brute force detected, throttle

    I am seeing lines like these in my error logs: 2018-01-10 22:11:03.423 [NOTICE] [XXX.XXX.XXX.XXX:39804] Brute force detected, throttle. I know the IP Address is from a Cloudflare Railgun on my network, so I do not want its access to ever be throttled. I assumed the throttling was being caused...
  2. J

    Desktop site randomly shows on mobile

    We've got several sites using the LSCP for WP that use a mobile theme plugin that intermittently show the desktop theme instead of the mobile theme. Clearing the cache solves the issue. Has anyone experienced this? How to resolve? Our setup is out of the box, with "Cache Mobile" set to On and...
  3. J

    WordPress plugin can not edit htaccess file

    We are seeing a problem on several WordPress installs ... using the latest version of Litespeed, WordPress, and the Litespeed Cache WordPress plugin... The issue is that the contents of the htaccess file can not be read nor edited. When we go to the /wp-admin/admin.php?page=lscache-settings...
  4. J

    Server Caching Configuration for WordPress sites

    Inside the Litespeed WordPress plugin, there is the Information section which shows the following... Just want to make sure that a) these instructions are still accurate and b) should be fine in a shared server environment? LiteSpeed Cache Configurations Please check to make sure that your web...
  5. J

    [Resolved] Latest wordpress plugin can not find wordpress outside of root?

    I have had success with the latest wordpress Litespeed cache plugin on sites that have Wordpress installed into the root, but when I try it on sites that have WordPress installed inside a directory like /wordpress from the root, Litespeed plugin can not find or read from or write to htaccess...
  6. J

    [Resolved] Ban Hotlinking via htaccess

    As per this doc: http://docs.joomla.org/How_do_you_block_direct_hot_linking_to_image_files_using_.htaccess I am trying to ban specific domains from hotlinking using this: RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR] RewriteCond %{HTTP_REFERER}...
  7. J

    find: /proc/irq/: No such file or directory

    Just started getting this, on 4.0.11 or .12 Litespeed fails to start, throwing the following errors: [bin]# ./lswsctrl start find: /proc/irq/: No such file or directory read(): Invalid argument read(): Illegal seek [ERROR] Failed to start lshttpd! find: /proc/irq/: No such file or directory...
  8. J

    How to Configure 4.0 Cache

    Does any change need to be made to httpd.conf to enable 4.0 caching feature?
  9. J

    Wordpress rewrite rules

    I am using the latest (3.37) Litespeed and trying to use it as an Apache replacement for serving Wordpress sites on Plesk. LSWS is configured to use apache's configuration, we want to be able to make changes in Plesk and have Litespeed pick up the changes. Using a simple Plesk vhost.conf...
Top