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

    503 error and zend_mm_heap corrupted

    Are you using PHP Selector as well? We've had these issues too. Sometimes disabling some modules in PHP selector like zend guard loader helps.
  3. J

    [Closed] 503 Service Unavailable in WHMCS

    I too see a lot of 503 errors. I use PHP Selector with CloudLinux and it appears disabling the PHP Modules: zend_guard_loader and ioncube_loader fixes these problems. Of course that can be hard when using WHMCS.
  4. 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...
  5. J

    Google's SPDY

    Ah brilliant. Do we know when version 5 is planned for release?
  6. J

    mod_pagespeed porting to litespeed?

    +1 for this request!
  7. J

    Google's SPDY

    With SPDY making its way into Open LiteSpeed can we expect this to be moved into LiteSpeed Enterprise in the near future?
  8. J

    LiteSpeed ignores cache disable

    Yes, yes, that is very true! What I want to do is disable the private cache for this specific domain. LiteSpeed should respect the options set as explained above. Interestingly enough it does seem to work now which I find a bit odd. Should setting the above settings, clearing the lshttpd...
  9. 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...
  10. J

    500 error with /cpanel

    There's a new update out that seems to fix it. http://cloudlinux.com/blog/clnews/378.php
  11. J

    [solved] Make Litespeed compatible with Cloudlinux's limits

    Just adding my vote to this feature request. This is something I would want to see as well.
  12. 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...
  13. 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...
  14. J

    Litespeed cache not obeying .htaccess rules

    Okay thanks. I just attempted with a new file, and confirmed that it works, but only with RewriteRule (.*) - [E=Cache-Control:no-cache] CacheDisable and CacheDisable private I couldn't seem to get to work for some reason.
  15. J

    Litespeed cache not obeying .htaccess rules

    In that case you really need to update your documentation: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:litespeed:cache#disable_cache_for_certain_domain_when_private_cache_enabled_by_default
  16. J

    Litespeed cache not obeying .htaccess rules

    So what you're saying is that if private cache is globally enabled there is no way to disable it via .htaccess?
  17. 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 (.*) -...
  18. J

    PHP: suEXEC non-daemon mode?

    I guess I wrote that too fast, figured it out. If anyone should stumble upon this Configuration->Server->ExternalApp->lsphp5(edit)->Run On Start Up Should be set to either Yes or No and not suEXEC Daemon.
  19. 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!
  20. J

    Stats: Requests per/day

    It appears to be missing all of the .rrd files, is there anywhere I can get these? E.g ../ls_stats/rrd/lsws_stats.rrd
Top