Search results

  1. W

    Enable litespeed cache in a php file

    Hello, I want to enable litespeed cache directly in a php file. I added the following at the top of the file : <?php header('Cache-control: public, max-age=10');?> However I'm not getting a lscache : hit response. Here are my settings : https://www.dropbox.com/s/tn7d2o4oz0kdx3i/Capture...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. W

    Rate limit and URL per virtualhost, not per IP

    Hello, Bruteforce attacks can happend from entire botnets, with sometimes 2000 IP's each trying to login with 1 try per minute. In such a case traditional modsecurity anti brute force rules wouldn't work (unless I haven't found out how). What I want to do is limit per domain and not per IP...
  8. W

    LS 5.0 and Gzip issues

    Hello, One of our customers complained that his css files were taking 5 seconds to load. I switched back to LS 4.2 and the issue went away no more 5 second wait time for css files. We are using build 8 of LS 5.0 It seems that there is a size calculation issue with a larger size being sent to...
  9. W

    [Closed] Litemage 1.0.1 public cache non Warming up

    Hello, We are trying litemage 1.0.1 since last night and I'm under the impression that the cache warm up feature isn't working. I set up the following cron : */5 * * * * /bin/sh /home/magentouser/public_html/cron.sh and set : Enable Cache Warm Up to Yes Only Run When Load Is Less Than : 7...
  10. W

    HTTP/2 without SSL ?

    I'm not sure that this is even technicaly possible at the moment… but HTTP/2 will exist in the future with and without SSL. If all the routers and the browser were compatible with this, is litespeed 5.0 currently compatible with HTTP/2 without SSL ? Thanks :)
  11. W

    [Resolved] LS 5.0 stable protocol error with ssl sites

    Hello, Just switched to LS 5.0 but SSL sites stopped working giving a protocol error in Safari 8.05 and redirecting to http version in Firefox. The error shown in the browser was : NSPOSIXErrorDomain:100 I've switched back to 4.2 while waiting for this to be fixed.
  12. W

    Upgrading to Litespeed 5.0

    Hello, If we update to Litespeed 5.0 and discover any issues will any settings be lost from our 4.x version if we revert back ?
  13. W

    Feature request : Make litespeed cache easier to use for end users

    Hello, Litespeed cache is very nice and fast but is very difficult to put in the hands of end users for shared hosting. We do not enable it by default as it would cause problems on lots of different websites. Enabeling it on a website that has a seperate admin and frontend isn't that...
  14. W

    [Resolved] Litespeed and phpselctor per directory ?

    Hello, Will this work directly with litespeed ? http://cloudlinux.com/blog/clnews/652.php If so any chance of a wiki entry about how to set it up ? Thanks
  15. W

    server wide wp-login.php rate limit.

    Hello, I would like to ratelimit on a per IP basis access to URL's containing wp-login.php or xmlrpc.php What would be the best way to achive this ?
  16. W

    Is litespeed compatible with CloudLinux's alt-ruby ?

    Hello, Cloudlnux's alt-ruby went stable a few days ago, will things like alt-mod-passenger work with litespeed ? http://docs.cloudlinux.com/index.html?installation4.html
  17. W

    Any news about litespeed 5.0 stable ?

    Hello, I'm sorry to be insistant about this, but spdy + http2 are getting more and more talk in the press recently with Google Chrome stopping SPDY support beginning 2016 and starting HTTP2 support in a few weeks. Any chance litespeed 5.0 stable will be out some time soon ? Thanks ! :)
  18. W

    mod_action calls not working ?

    Hello, One of our customers has a script that makes use of mod_action to send templates to a php script : AddType company/bjf .bjf Action company/bjf /template/parser.php DirectoryIndex index.bjf index.php index.html However when I call index.bjf in the browser it downloads the file. Should...
  19. W

    ssl v3 vulnerability

    Hello, I've read that the latest version of litespeed released today solves this without needing to change the cypher list. Does litespeed force sslv3 to be disabled or does it disallow browsers compatible with a more recent version to fallback ? Am I correct in understanding that in order...
  20. W

    LS 5.0 & Turpentine ?

    Hello, I'm very excited about getting Turpentine working with LS 5.0 as explained here : http://blog.litespeedtech.com/2014/02/19/lsws-5-0-lscaches-esi-support-will-speed-up-web-applications/ Have you made any progress with Nexess implementing official support for LSCache ? Thanks !
Top