Search results

  1. M

    Directories exposed

    if you are using Apache httpd.conf, you have to disable it from httpd.conf. If native configuration is used for vhost configuration, we will investigate.
  2. M

    Process List

    You may need to stop Apache from command line if the plugin cannot stop it. For the php processes, you should check who are parent processes for those "/usr/bin/php" processes.
  3. M

    [RESOLVED] signal=9 errors on mutiple litespeed servers

    Did it start to happen after cPanel upgrade? or you only use LSWS with cPanel 11.26.20?
  4. M

    Unable to compile PHP from LSWS interface

    You need to make sure GNU tar has higher priority in the PATH env than the stock one.
  5. M

    [Resolved] Plesk 10 .htaccess doesnt works

    Can you package apache configuration files under /etc/httpd/conf /etc/httpd/conf.d , we need to study the new apache configuration files.
  6. M

    [Resolved] Plesk 10 .htaccess doesnt works

    Have difficulties to upgrade our internal test server. We may need to login to your server to take a look at it.
  7. M

    [Resolved] Plesk 10 .htaccess doesnt works

    Are you using 4.0.17 ? What is the plesk release
  8. M

    litespeed + mod_pagespeed

    No. it is a module written for Apache. However, you can perform those best practices with LiteSpeed manually.
  9. M

    GZIP not working for JS or CSS

    If js and css are generated dynamically by PHP, you need to enable compression for dynamic content.
  10. M

    characters issue

    Likely is caused by PHP default locale. check phpinfo() page.
  11. M

    failed to add mime type: , reason: invalid MIME description

    Is it at server start up, all errors at once? or, when server is running, get it once for a while?
  12. M

    lscgid: execve():/home/account/public_html/index.php: Permission denied

    Never run PHP as CGI with LiteSpeed. It wont work. If you want to avoid persistent PHP processes, change configuration of lsphp5 external app, exit after process one request. but I do not think anyone should do that, it only hurts performance.
  13. M

    server swap

    If you try current 4.1RC3, it uses less memory. We are working on further reducing memory usage of LiteSpeed.
  14. M

    mod_speling alternative

    It wont be added any time soon.
  15. M

    Modsecurity LocationMatch

    We are working on "SecRuleRemoveById" support in 4.1RC releases. will be supported.
  16. M

    mod_speling alternative

    not available.
  17. M

    Ignored Apache Modules

    new freebsd6 package is uploaded.
  18. M

    server swap

    Yes. If there are a lot <location> <files> used in the security rules.
  19. M

    server swap

    We aware of this issue, we are working on it. It probably is related to the mod_security rules used.
  20. M

    Disable access.log ?

    The latest build of 4.0.17 should stop logging to lsws/logs
Top