Search results

  1. M

    [Resolved] Yet another problem with Litespeed.

    phpinfo shows PCRE version. If you use eAccelerator with LiteSpeed PHP, try turning it off see if it helps or not.
  2. M

    [Resolved] Yet another problem with Litespeed.

    Are LiteSpeed PHP and Apache PHP uses the same version of PCRE? I think PHP crashed for some reason, and causes 503 errors. Check from ssh if you got PHP process running at 99% cpu when you update. You need to strace or GDB attach to the PHP process using 99% CPU to find out what happened.
  3. M

    Problem with Multiple SSL Certificates

    Our 4.1RC3 will support using multiple SSL certificates sharing one IP address. Please stay tuned.
  4. M

    4.0.15 / nullbyte issue

    3.x might be affected as well. better upgrade to 4.0.15 or later.
  5. M

    [Resolved] Yet another problem with Litespeed.

    check the server from ssh when LSWS web console are affected. It should not be. Is PHP running as the same mode for Apache and LiteSpeed? PHP suEXEC or PHP running as the same user that httpd run as. they should match. check if "Register_long_array" affect any thing. Compare phpinfo() output...
  6. M

    PHP compile Debian & Plesk

    As long as you install LSWS as the same user/group that being set in /etc/apache2/envvars, then it is fine, you can ignore those warnings. The second error, maybe due to missing PHP modules or something. If you use suphp or PHP suEXEC with Apache, you need to turn on PHP suEXEC in LSWs...
  7. M

    Errors within WHM

    Maybe your VPS does not have enough memory to build PHP from the plugin, you may have to build PHP from command line after install LSWS. Or, let your host bump your memory limit temporarily to build matching PHP successfully.
  8. M

    408 Errors

    check access log or something to find out what URL causes 408, try to reproduce it. If it is reproducible, try strace PHP process associated with the request result in 408 error, assuming it is a PHP script.
  9. M

    PHP compile Debian & Plesk

    Please post the configuration around line 137 138 of /etc/apache2/apache2.conf. see if it is in a macro or something.
  10. M

    PHP compile Debian & Plesk

    Not sure about the Apache_run_user and Apache_run_group error, does plesk uses mod_macro? Mod_macro support is in 4.1RC3 only.
  11. M

    PHP compile Debian & Plesk

    You need to install the "dev" package for mysql, you need to find out the package name of you system. it could be libmysqlclient-dev, mysql-dev etc.
  12. M

    Eaccelerator 0.9.6.1

    Maybe just use 0.9.6.1 for all PHP 5.2.x releases.
  13. M

    [Resolved] how to "translate" addhandler / action from apache

    OK, added it to our to-do list. :)
  14. M

    4.0.15 and /usr/local/cpanel/bin/safeapacherestart

    Yes, you should update. we got multiple reports on this.
  15. M

    [Resolved] Starts at login

    Please check /System/Library/StartupItems/lsws
  16. M

    litespeed hacked?

    Have updated RC2 to address the https issue. which edition are you using? i386 or x86_64? want to address the issue with 4.1RC3
  17. M

    4.0.15 and /usr/local/cpanel/bin/safeapacherestart

    safeapacherestart does not like our wswatch script, which start LiteSpeed if killed by cPanel. So, we rebuild 4.0.15 package with wswatch turned off. Please do an update and full stop/start.
  18. M

    litespeed hacked?

    503 error from PHP script or something else? Can you send me the log file for analysis?
  19. M

    Blocking access to Mercurial/Git files

    no, updated today.
  20. M

    disable gzip on a single file?

    Just change it to RewriteRule index.php - [E=no-gzip:1] if the rewrite rule is used in .htaccess .
Top