Search results

  1. N

    [Resolved] Compressed XML Request

    at server side(for example php script), just change Content-Type to 'application/xml', all should be ok then.
  2. N

    Big size cache folder

    it looks the cron job not work as expected please give more detail about how you set up the custom cron. or you can provide temp root access to your server, I can login to take a quick look.
  3. N

    [Resolved] Trial to VPS license question, do I need to reinstall or will it just update

    no need re-install. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:activating-a-license see if you can go through without any confusion.
  4. N

    .user.ini not being read anymore on dev and new servers

    already resolved, updated wiki to address .user.ini : https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:per-user-php-ini#how_to_use_userini_with_lsphp
  5. N

    404 Errors After LiteSpeed Auto Restart

    can you search access log, about how many 404 page in that time frame ? is the 404 page dynamic or static ?
  6. N

    Redis installation

    it should be ok, although I've not tried it. if it's EA4(easy apache 4), cPanel will build it for apache and litespeed. if any issue, please post here.
  7. N

    switching to LiteSpeed disables all the popular PHP modules

    already replied in ticket. this looks abnormal. /opt/cpanel/ea-php56/root/usr/bin/lsphp should match with /opt/cpanel/ea-php56/root/usr/bin/php also you can access phpinfo.php under litespeed and apache, check if they are matching.
  8. N

    Big size cache folder

    /home/user/lscache is for that account if a account's /home/user/lscache is not exist, /home/lscache will be used to store cache. if one account is active with big traffic, and you cache TTL is long, it's not surprising that cache size will grow quickly to very large. if you think it's...
  9. N

    Cannot enable gzip compression

    now I got clear about the issue. I did a test on a 1.6kb litespeed.min-170317.css file ( can get it from https://www.litespeedtech.com/templates/litespeed/css/litespeed.min-170317.css) Compressible Types is the default: text/*,application/x-javascript,application/javascript,application/xml...
  10. N

    Cannot enable gzip compression

    can you be more specific about "wild card issue" ?
  11. N

    [Resolved] Cannot enable gzip compression.

    reposted to https://www.litespeedtech.com/support/forum/threads/cannot-enable-gzip-compression.14871/#post-97377
  12. N

    Cannot enable gzip compression

    can you give a link which gzip not working ? see if its size is below 300 bytes or anything else.
  13. N

    litespeed keeps restarting

    need identify the source of the restart request. it maybe normal for a shared host which has thousands of user accounts "restarting every few hours". the restart request may be cPanel when managing user account / domain / addon domain / subdomain etc, also may because of log rotate. please...
  14. N

    503: Server Unavailable

    since this is not a common issue, so I don't think I(or we) have much experience on it. but inspired by your strong hint, I visited http://www.litespeedtech.com/docs/litespeed-sapi/php-lsapi/configuration and search "3600", looks like just what we're looking for: LSAPI_MAX_PROCESS_TIME (default...
  15. N

    Force "File Save As" like X-Sendfile feature?

    X-LiteSpeed-Location is good feature and I've tested it in production server. it's just not needed in your this case. I can help you to get it working if you give the access to the server.
  16. N

    Opcache settings not working?

    it looks like the problem is here. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:per-user-php-ini to see if you can get local php.ini to work.
  17. N

    ERR_SPDY_PROTOCOL_ERROR on most HTTPS sites

    looks like your browser's issue. reset the browser or change to another browser, or using browser on other PC/pad/phone to test, any difference ?
  18. N

    Configuring Zend Opcache on shared environment running cPanel

    there are 3 php suExec mode in litespeed: Worker, Daemon, ProcessGroup. by default litespeed php run in ProcessGroup mode. please refer http://www.litespeedtech.com/products/litespeed-sapi/php/guide-to-suexec-setups for more detail. 1. to be more accurate, apache only has Worker mode. which...
  19. N

    Wordpress - Not serving from cache for specific domain names

    should be ok. in .htaccess, at the begining, add RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] RewriteRule .* - [E=Cache-Control:no-cache] you may need review the remaining rewrite rules, check those rules with E=Cache-Control:max-age=xxx to ensure above no-cache rule will not be overwritten.
  20. N

    LS Dying - Various Errors

    when did you install 5.1.5 ? you can check the time stamp of /usr/local/lsws/bin/lshttpd.5.1.15 compare with ~>curl -I http://www.litespeedtech.com/packages/5.0/lsws-5.1.15-ent-x86_64-linux.tar.gz HTTP/1.1 200 OK ETag: "6c59d8-58f0eadd-27fd8278a587472f" Last-Modified: Fri, 14 Apr 2017 15:29:33...
Top