Search results

  1. M

    Building matching PHP 4.4.9 binary

    Are you really need 4.4.9? most people uses PHP 5.x now. if do not need, remove PHP 4.4.9 from your server. if need, please rebuild PHP 4.4.9 from easyApache first.
  2. M

    Block specific useragents using Litespeed?

    You can use rewrite rule to do that just like with Apache.
  3. M

    /usr/local/lsws/fcgi-bin/lsphp5 exists, but not runnable:

    You can do that with "build PHP" feature from admin console as well. Build matching PHP set the PHP configuration parameters matching that in your Apache setup, with "build PHP" you have to set parameters by yourself.
  4. M

    4.2.4 update

    Please double check if you have SSL certificate configured properly under "SSL" tab for "ssl" listener from LSWS web console.
  5. M

    /usr/local/lsws/fcgi-bin/lsphp5 exists, but not runnable:

    Just try build matching PHP one more time, one small issue has been fixed in PHP LSAPI 6.3 code. You need to put php.ini in /usr/local/lib/ .
  6. M

    4.2.2 update changed mod_security rule matching behaviour

    Reproduced in our lab, fix is in the latest 4.2.4 build.
  7. M

    4.2.2 update changed mod_security rule matching behaviour

    We will verify the rule posted by Karl with 4.2.4. if you have any specific rule to check, please let us know.
  8. M

    XenForo bug with Litespeed

    The missing style is from http://windowsforum.com/css.php?css=bb_code,dark_azucloud,facebook,login_bar,message,message_user_info,node_list,share_page,thread_view&style=2&dir=LTR&d=1377237793 latest 4.2.4 should have take care of it. I have switched to LiteSpeed and browse the forum for a while...
  9. M

    XenForo bug with Litespeed

    I am not sure what css problem to look at. thought it is the main layout, appear to be detail in the page. I will investigate more. May need to switch to LiteSpeed temporarily during investigation.
  10. M

    LSWS and Mod_security

    Please read http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:mod_security_compatibility Most rules will work fine, if there are minor compatibility issue, we will fix it. MULTIPART_STRICT_ERROR is not supported.
  11. M

    Litespeed memory limits calculation ?

    The memory limit is for individual process, not the sum of all PHP processes started by the daemon. It should be 40 + 2048, if you increase share memory to 10240, the set limit above 40+10240 + head room.
  12. M

    lsphp5 exists, but not runnable

    If it is the result of building matching PHP, you need to try it from command line /usr/local/lsws/fcgi-bin/lsphp5 -i If it works, you should be fine. if it does not, let us know the error message.
  13. M

    lsphp5 exists, but not runnable

    just go ahead build it. If cannot do it from WHM, do it from command line.
  14. M

    PHP errors in stderr.log when running LiteSpeed with cPanel

    those are none-fatal errors, does not affect any thing, but you'd better eliminate those by fixing the php.ini.
  15. M

    eAccelerator and LSPHP ?

    there is another choice now: http://www.php.net/manual/en/intro.opcache.php For using very large shared memory, you need to write to the developer of each opcode cache, they can give you accurate answers.
  16. M

    XenForo bug with Litespeed

    I think your issue is more likely that PHP randomly crashed in the middle of processing css.php script. And CDN is used for one of CSS group, so if CDN cache a bad copy, it could many people receive bad CSS. Right now, litespeed seems stable on port 80.
  17. M

    unknown host, core dump issues

    stderr log is the output from processes writing to STDERR. The "ping" and "host" error are from third party CGI or something. the log like "Child process with pid: 244566 was killed by signal: 15, core dump: 0" is normal, just an idle external app being stopped with SIGTERM. core dump: 0 means...
  18. M

    Problem deleting / (root) cache entry

    More investigation found that other URL works is due to a flaw in LSWS handling redirect. when 127.0.0.1 is used, it goes to the Apache default vhost at /var/www/html, the URL does not exist, causes a redirect to /404.shtml, when redirect performed, LSWS uses the "Host" header to locate the...
  19. M

    Problem deleting / (root) cache entry

    The purge request must be sent to the IP that the vhost bound to, by default purge_cache_byrul.php uses 127.0.0.1, but the request cannot reach the vhost unless it also bound to 127.0.0.1 IP. Explicitly set the IP in the purge request works.
  20. M

    XenForo bug with Litespeed

    You can configure LiteSpeed to run another port with port offset, like 2000, Apache is on port 80, LiteSpeed is on port 2080. So, we can trouble shoot this issue without affecting other users. Please send us the URL having this problem, it may not be required, but, a temp root access could get...
Top