Search results

  1. M

    Huge lsphp5 problem

    Yes, it affect PHP 5 only.
  2. M

    CSF Firewall

    There was bug in our mod_security implementation, which may skip some rules for audit logging, it should have been addressed in our 4.0.12 release.
  3. M

    TLS Server Name Indication/TLS v1.2

    Any web server support it? We use openssl library, so support of TLS 1.2 in openssl first.
  4. M

    Microsoft DOCX not getting appropriate MIME type

    MIME type length limit was 60 characters. has been increased to 256. please update to the latest build of LSWS 4.0.12. If you are using 4.0.12, just do "force reinstall" from web console.
  5. M

    LSWS Plesk Configuration Problem

    Just check phpinfo() output, you may get different value for mysqli.default_socket when different mysql libraries are linked. what you have done is correct.
  6. M

    [RESOLVED] failed to open stream: Permission denied (Service.php)

    what is the owner and permission mask for /tmp/lshttpd? ls -ld /tmp/lshttpd
  7. M

    [RESOLVED]Slow + Random Downloading

    Let us check the URL producing the error if possible.
  8. M

    Bad encoding

    Make sure temp partition is not full. You should upgrade to 3.3.24 or 4.0.12, just change the version number in the download link to get it. 3.3.24 is in "3.0" folder, just change "4.0" to "3.0".
  9. M

    PHP 5.3.1 Suhosin Patch

    Just have it fixed, please try "Force reinstall" from web console to apply the fix.
  10. M

    [RESOLVED] LSLB - white page problem

    We may need to access your LSLB and reproduce the bug while running LB with debug logging in order to address this issue.
  11. M

    lslb 1.7 update - Invalid request filter directive / [ADMIN] authentication failed

    The request filter error bug has been addressed with an update of 1.7 release. please try "Force reinstall" from the web console to apply the latest build.
  12. M

    php/lsapi crash since 5.2.9

    I think PHP 5.3.1 is too new to be as stable. No something really wrong in LiteSpeed.
  13. M

    [RESOLVED]Slow + Random Downloading

    random download prompt may indicate the server crashed, or, the SSL connection was cut off for some reason.
  14. M

    Any good guides for CHROOT installation?

    You can try some script that can help you setup chroot environment. Chroot is very difficult to get it right, especially when something goes wrong. And you cannot use it with control panels.
  15. M

    Issue with install (functions.sh line284)

    You can apply a trial key to try the enterprise version. Just try ldd /downloads/lsws-4.0.12/admin/fcgi-bin/admin_php of the 32bit packet, then you need to install the missing libraries if you got that.
  16. M

    Issue with install (functions.sh line284)

    Maybe you should try x86_64 enterprise version if it is 64bit. Or, you need to install the 32bit compatible libraries. Google it.
  17. M

    Issue with install (functions.sh line284)

    You uses the wrong package I think.
  18. M

    Change the location of pid file..

    No, it cannot be changed.
  19. M

    Any host name variable that can be used in templates??

    only variable for host name is $VH_NAME.
  20. M

    Custom open_basedir for VirtualHost

    The last one will be effective one.
Top