Search results

  1. M

    [solved] Auto Index is disabled for ....

    sometimes, the index file or autoindex was overridden by .htaccess somewhere. try switching back Apache temporarily, if apache is the same, it is a configuration problem, if not, it is a compatibility issue, we will look into it.
  2. M

    [solved] Auto Index is disabled for ....

    problem occur? after changing DirectoryIndex, or it is fixed?
  3. M

    [ask]How to Install and compile Litespeed on kloxo

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:other_cp you also need to build a matching php used by apache setup http://www.litespeedtech.com/support/wiki/doku.php#php a third party guide for kloxo (former Lxadmin)...
  4. M

    Custom 404 page for virtual host doesn't work

    What you did should work with vhost configured in native config, if apache vhost is used, need to configure it in apache configuration. You can check error log, and enable debug logging see if you can figure something out. make sure you have tested the customer error page URL directly and it works.
  5. M

    upgrade 4.0.20 -> 4.1.4 problem

    Can you do the same file upload with LSWS "DEBUG" logging enabled, with 4.0.20 and 4.1.6, then send the log file to bug@litespeed... Or, if you prefer, you can send us a temp root password, we can login and trouble shoot for you.
  6. M

    mod_security - unknown server variable while parsing

    "LSWS Request Filter" is the equivalent to "Apache mod_security". vhost from Apache conf use rules from apache conf, LSWS native vhosts only use rules from LSWS native "Request Filter" configuration, but the backend engine is the same.
  7. M

    mod_security - unknown server variable while parsing

    those request variables are not supported, related rule will be ignored. LSWS does not produce REQBODY related error, and does not check against response header/body.
  8. M

    Litespeed really slow from version 4.1.4

    PMed you instructions.
  9. M

    [Solved] 403 Error with 4.1.5

    You can locate and comment out that rule, or use SecRuleRemoveById xxxxx to exclude that rule for that URL. Maybe you enabled Request Body scan by default, which may cause trouble with gotroot rules.
  10. M

    [Solved] 403 Error with 4.1.5

    For those 403 error, LSWS should log something about it. maybe you can turn on debug logging and try again. make sure debug level is "HIGH", log level is at "DEBUG".
  11. M

    upgrade 4.0.20 -> 4.1.4 problem

    Please try the latest 4.1.5 package, see if it is fixed. If not, we may need to setup a test Rails application to reproduce the bug in our lab. If you have a simple Rails app can be used to reproduce it, please send to us.
  12. M

    [solved] 4.1.4 -> 4.1.5 Upgrade

    Figured it out. Please do "Force reinstall" of 4.1.5 from LSWS web console, it should fix it.
  13. M

    [solved] 4.1.4 -> 4.1.5 Upgrade

    Is the log file size large? >= 2GB or close? log rotation happened? The log file and the directory holding it should be owned by "nobody".
  14. M

    LiteSpeed Web Server 4.1.5 released

    4.1.5 package has been updated to disable the new security feature, default for "Script Restricted Permission Mask" and "Script Restricted Directory Permission Mask" has been changed to "000". You need to manually enable it if you want it.
  15. M

    [Solved] 403 Error with 4.1.5

    then make sure lsphp5 were running as www-data. Please show us the actual error.
  16. M

    [Solved] 403 Error with 4.1.5

    Please check if PHP suEXEC is function properly or not. write test PHP script to run "id" command, see if php processes is running as correct user ID. I assume you are using PHP suEXEC, each web site uses its own lsphp5 running as the user id of the owner of the site.
  17. M

    [Solved] 403 Error with 4.1.5

    So, you have configured vhosts in native configuration? It should be /usr/local/lsws/logs/error.log, maybe you should enable full debug logging for a while, and search for log entries with your IP address. I wonder if it is a 403 error from LiteSpeed or from somewhere else.
  18. M

    [Solved] 403 Error with 4.1.5

    Please check error.log, if you use cPanel, check /usr/local/apache/logs/error_log for the reason of 403 error.
  19. M

    Dir issue

    default is /usr/local/lsws, you can reset admin pass with /path/to/lsws/admin/misc/admpass.sh once you locate lsws installation.
  20. M

    [solved] 4.1.4 -> 4.1.5 Upgrade

    Not sure why, please let us know if the problem persists.
Top