Search results

  1. M

    litespeed hacked?

    4.1RC3 build is available for download, just change the version number in the download link. Also 4.1RC2 package has been updated as well, just in case serious bug introduced in 4.1RC3. We still have some features to be added to 4.1RC3, so it is not final yet.
  2. M

    Eaccelerator 0.9.6.1

    It should be in the 4.0.15 release already.
  3. M

    Blocking access to Mercurial/Git files

    It was added to our 4.1 development branch, just back ported to the latest build of 4.0.15.
  4. M

    mod_security support

    If you do not mind, please send your rule set to bug@litespeed..., and tell us how to reproduce the issue (URL trigger it), we will investigate and improve the compatibility.
  5. M

    /home/cpeasyapache/src/eaccelerator-*: No such file or directory

    cPanel may move eAccelerator source code folder around, need to find it out.
  6. M

    Enable EasyApache Integration

    This is a feature under development, should not be published yet. Have updated the package to remove the link. It will be available in future release soon.
  7. M

    4.0.15 says 4.0.13-ent is now available

    Updated the auto-update script to push 4.0.15 .
  8. M

    My cronjob not working

    should be a PHP issue, maybe extra PHP module is required for that script. compare phpinfo() page from LiteSpeed and Apache, make sure litespeed include all modules except Apache specific.
  9. M

    Mod_Security Question

    SecFilterSelective REQUEST_URI ".*wantsfly\.com.*"
  10. M

    OSCommerce and LiteSpeed

    How about register_global? If it works properly with Apache on the same server, you should compare the phpinfo() output from Apache and LSWS, I think it is a PHP issue.
  11. M

    OSCommerce and LiteSpeed

    maybe related to "register_long_arrays" http://www.litespeedtech.com/support/forum/showthread.php?t=3757&highlight=register_long_arrays
  12. M

    Roll back problem

    Please use a cron job to remove old log files if you do not need them, we will look into the log rotation issue.
  13. M

    Installed LiteSpeed. Forbidden Errors Everywhere.

    Sorry about the trouble caused by trying LiteSpeed. There is a procedure to switch back to Apache, we will update our plugin to show the procedure when it failed. Usually, for the first time user, we recommend user to run LiteSpeed parallel to Apache with "Port Offset" on another port, make...
  14. M

    LiteSpeed Serial No and License Key

    Maybe SimpleHelix uses the license key on another server before, you should ask them to clear/release the license so you can use it on your server.
  15. M

    408 Errors

    Can you reproduce the error yourself?
  16. M

    [Resolved] Content Encoding Error on .html but not .htm (same file, renamed)

    The problem is the gzip cache for that file is blank, maybe the timestamp on the file is older than the gzip cache, so the cache was not updated. After touching the file, the gzip cache updated and page served properly.
  17. M

    [Resolved] Content Encoding Error on .html but not .htm (same file, renamed)

    When access the file with The response body is blank. Something is wrong, can you enable debug logging and check the debug log? Or strace the child lshttpd process to find out what happened? Please file a bug report to bug@litespeedtech... if you believe it is a bug.
  18. M

    Swap Folder Cleanup

    OK, we will do something about it. Actually, those files can be safely removed with "cd swap_dir; rm -rf *".
  19. M

    Status 400

    Unfortunately, when Litespeed detected an invalid request, that request has not been assigned to any vhost, so error document setting at vhost level wont work, it is as designed.
  20. M

    PHP build failure

    Try "--with-mysql=/usr" "--with-mysqli=/usr"
Top