Search results

  1. J

    mod_rewrite issue

    Hi, I am working on a Wordpress site, however I need to setup a rewrite rule so that if example.com/index.php?p=123 is requested, then 123.html is loaded, if not we should load Wordpress as normally. I have the following rewrite rules that works perfectly using Apache, however in Litespeed...
  2. J

    WHM 11.40 and LiteSpeed plugin

    After update to cPanel/WHM 11.40 I get the following when trying to access the WHM LiteSpeed plugin: HTTP error 401 cgi/addon_lsws.cgi WHM is configured to disallow execution of unregistered applications when logged in as root or a reseller with the "all" ACL. To enable this...
  3. J

    LiteSpeed ignores cache disable

    Hi, For a domain say: x.com I have disabled the cache in the litespeed webconsole: Configuration->Server->Cache->Do-Not-Cache Domains: *.a.com,a.com,x.com,*.x.com the htaccess file for the domain is also set to: RewriteRule .* - [E=Cache-Control:no-cache] The cache storage path is set to...
  4. J

    Any downsides of having cache outside /tmp?

    Hi, Currently I have the LiteSpeed diskcache located in the tmp partition. But find that it is often full (the tmp partition) due to the cache even though we're using tmpdisk every night. As such I was wondering if there are any downsides of moving the LiteSpeed's cache outside of /tmp to...
  5. J

    AutoIndex headername?

    Hi, In apache you have the .htaccess directive HeaderName file.html that allows you to set a header of an index page. Is there any similar options in LiteSpeed so each customer can change the HeaderName using .htaccess? Been doing some research but haven't been able to see anything...
  6. J

    Litespeed cache not obeying .htaccess rules

    Hi, Currently I have LiteSpeed setup with a globally enabled private cache. Enable Cache is set to no. I've tried adding the following things to my .htaccess so that the globally enabled private cache is disabled on the site: CacheDisable CacheDisable private RewriteRule (.*) -...
  7. J

    PHP: suEXEC non-daemon mode?

    Hi, I wish to use CloudLinux PHP Selector, and have been advised by CloudLinux that PHP should run in suEXEC non-daemon mode. However I haven't been able to find any information as to how I disable php running in daemon mode? Any help? Thanks!
  8. J

    Stats: Requests per/day

    Hi, Is there an easy way to get statistics of how many requests per day LiteSpeed is serving? On the real-time stats page in the web console I do see a total number of requests, however is this per day or how is it measured? Thanks
  9. J

    [solved] cPanel php-handler config?

    Hi, I was wondering what's the suggested setting of the cPanel php-handlers when using LiteSpeed? I understand LiteSpeed include its own php-handler but unsure whether I need to set a specific handler in this screen or whether it doesn't matter at all? (screenshot of cpanel screen...
Top