Search results

  1. W

    Cache storage path for litemage on shared hosting

    OK so we will have to set up a cron to make sure all users have a cache folder no matter what script they are using and add the lscache line to the global vhost template. By managing their own cache I presume you mean to have the ability to purge a page from the cache ? If we don't do this then...
  2. W

    Cache storage path for litemage on shared hosting

    Will this be required for wordpress cache plugin too ?
  3. W

    LiteSpeed compatibility with CloudLinux's Ruby Selector

    Hello, is making litespeed compatible still on a low priority or do you have some form of ETA ? We don't want to provide ruby to our customers until they can choose which version. Cloudlinux's system is, in our point of view, the only valid way to provide ruby to shared hosting customers.
  4. W

    Cache storage path for litemage on shared hosting

    Do you mean it has to have specific folder owner and chmod ? What I mean is if I already have 300 accounts on a server to which I add <IfModule LiteSpeed> CacheRoot litemage_cache </IfModule> to all vhosts… but no users have this directory, will the logs get full ? will websites stop working...
  5. W

    Cache storage path for litemage on shared hosting

    Ok I understand now I didn't understand it was relative to the user's account. If I do this for all users and if that directory doesn't exist on their account will their site stop working or will the logs fill up or will that directory create itself ? At the moment only a small percent of our...
  6. W

    Cache storage path for litemage on shared hosting

    Hello, Yes that's for just one user, but we would like it for all users and don't want to have to manually create a new file for every new user. We currently store our cache in /dev/shm/lscache so I guess we would want to have a structure like /dev/shm/lsmagecache/$USER
  7. W

    Cache storage path for litemage on shared hosting

    Hello, does this mean that without an individual cache folder, user's can't clear their sites cache ? If this is the case, could you maybe write some instructions as to how to automate this on new account creation in cPanel ? Thanks
  8. W

    Cache storage path for litemage on shared hosting

    Hello, I have just read your magento litemage cache instructions again and realised that I hadn't noticed the following : Is this still true ? Can't you make this automatic by using a folder per username or a folder per vhost ? We do cPanel shared hosting, litemage makes it possible to do...
  9. W

    LiteSpeed Cache WP plugin translations

    I've tested the plugin on a test website with default data, and everthing seems to work well. If I have to say anything about it, maybe their could be a basic options tab and an an advanced options tab, so that there are absolutly no options in the basic options tab that a user would need to...
  10. W

    Litespeed & EasyApache 4 compatibility

    Not everyone uses cloudlinux, we do but others don't. Litespeed is officially supported by cPanel, but only in the sense that they will not request reverting to apache and not for the building process. I'm guessing that EA4 could be compatible with litespeed's PHP repo. Litespeed defenatly needs...
  11. W

    LiteSpeed Cache WP plugin translations

    Hello, Presuming that you plan to publish your plugin to the official wordpress.org repository, you will soon be required (if it's not already the case) that the plugin is translated to multilple languages. The current language files of the first beta version, only have 17 expressions so the...
  12. W

    Is litespeed compatible with CloudLinux's alt-ruby ?

    Hello, do you have any news on this ? Just refused a customer because we didn't have python/ruby selector and would have rearly liked to have said yes we can instead of sorry we are waiting for our webserver to become compatible.
  13. W

    WordPress cache plugin

    Hello, Do you have any news about the WordPress plugin you are/were working on ? Will it be compatible with WooCommerce (allow ESI caching for WordPress eCommerce sites) ? Now that WooCommerce is owned by Automattic and concidering that WooCommerce is now the most used e-commerce solution...
  14. W

    Does setenvif work in LS 5.0 ?

    Hello, Is the following code supposed to work with LS 5.0.7 ? SetEnvIf Host ^example\.com$ USE_HTTPS SetEnvIf Host ^www\.example\.com$ USE_HTTPS Header set Strict-Transport-Security "max-age=3600" env=USE_HTTPS What I'm trying to do is work out a code for our customers who use SSL for their...
  15. W

    Is litespeed compatible with CloudLinux's alt-ruby ?

    Thank's, we've been getting quite a few requests for ruby recently and we would rearly like to be able to use Cloudlinux's implementation.
  16. W

    Is litespeed compatible with CloudLinux's alt-ruby ?

    Hello, CloudLinux say they are waiting for you to make it possible for them to have multiple versions of ruby per customer. Is this something you plan to do any time soon ? Thanks
  17. W

    RFE: Enable RBL support for ModSecurity

    Hello, this sounds like a huge step forward in litespeed's mod security implementation. I presume it wasn't included in 5.07. Do you have a new ETA ?
  18. W

    Is litespeed compatible with CloudLinux's alt-ruby ?

    Hello, Do you have an update on this ? Thanks !
  19. W

    With litespeed $_ENV array is empty

    Hello, I'm not trying to add new variables but find out why existing ones with standard apache aren't available with litespeed. On our Apache server PATH is set and $_ENV contains the same info as $_SERVER Is it Litspeed that removes everything fomr $_ENV ? For instane PATH is supposed to...
  20. W

    With litespeed $_ENV array is empty

    Hello, One of our customers, running owncloud requested some help beacause own Cloud reports getenv('path') as empty. I checked and $_ENV is an ampty array. I know PHPFPM empties this variable by default and you have to set clear_env to no for it to not clear the $_ENV variables. Does...
Top