Search results

  1. M

    mod_rewrite issue

    Will follow up your ticket.
  2. M

    Keep having problems with PHP session files (APC, suEXEC ProcessGroup)

    APC should work fine with ProcessGroup mode. Please check error_log and stderr.log for APC related errors. If you use cageFS, make sure the user's Cage has been updated to get all changes at server level. It should work with suEXEC Daemon mode as well, just all user shares the same APC cache...
  3. M

    [Resolved] Child process [STDERR] Child process with pid: xxx was killed by signal: 15, core dump: 0

    Can you start sitemap generator manually? How long does it usually takes to finish? You can try https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts set "noabort" env with rewrite rule.
  4. M

    [Resolved] LSWS 5.0 with cPanel/whm : no more GZIP/DEFLATE

    Please create a ticket with us, we need to do more investigation on this. Does it happen for regular HTTP connections? or HTTP/2 ?
  5. M

    Disk quota exceeded error while installing.

    Can you give user with uid 1000 a little more disk space? That's the easiest way to fix it. Otherwise, you need to patch the cPanel plugin code.
  6. M

    [Resolved] Drupal 7 on LSWS 5

    What exactly is the problem. Those rewrite rules should work fine.
  7. M

    LSWS 5.0 and a lot of orphaned lsphp processes

    those orphaned lsphp processes may not be the result of 5.0, but PHP stuck in waiting certain resources. Please check those processes with "lsof-n -p <pid>", and "strace -tt -T -p <pid>" . It could be a bug in opcode cache dealing with SHM lock. then you can kill them all. see if it reappears.
  8. M

    LSWS 5.0 and IE

    OK, I see. Have you tried 4.2.23?
  9. M

    LSWS 5.0 and IE

    Which version of IE? does it support SPDY? It works fine with build 4?
  10. M

    Litespeed Cache issues with vBulletin

    Do you have a test account to play with? please PM me the test account, I can take a look.
  11. M

    JIRA on litespeed

    Sorry for the late response. If "jspa" is not a real script in the file system. you should just define a servlet context to match *.jspa URLs.
  12. M

    Enabling SPDY

    Since you have a front-end SSL proxy server, enabling SPDY or HTTP/2 on backend LiteSpeed web server has no effect to end users. Actually, HTTP/2 and SPDY are enabled by default, just the end user cannot reach it. I believe the front-end SSL proxy is not capable of forwarding SPDY and HTTP/2...
  13. M

    [Resolved] Failed to load resource: net::ERR_CONNECTION_CLOSED

    Good to know, 5.0 build 5 is available now.
  14. M

    Latest 5.0 = 403 + no stats being recorded

    5.0 Build 5 is out, it should fix the stats. Please run lsup.sh again.
  15. M

    Latest 5.0 = 403 + no stats being recorded

    The real-time statistics is broken due to some changes in .rtreport file, it will be fixed soon.
  16. M

    [Resolved] LS 5.0 stable protocol error with ssl sites

    build 4 is available now, broke HTTP/2 in build 3. Sorry guys.
  17. M

    received unexpected signal=11

    Please try build 3, Also, please install gdb, so the bug report can have full stack backtrace.
  18. M

    Latest 5.0 = 403 + no stats being recorded

    This issue should be addressed in 5.0 Build 3 as well. it is related to a front-end HTTPS proxy.
  19. M

    [Resolved] LS 5.0 stable protocol error with ssl sites

    Please try Build 3, Safari is affected by a SPDY related bug in Build 2.
Top