Search results

  1. M

    LSWS 4.1RC1 release

    New features are: AIO support upload progress bar support All bug fixes from 4.0.x releases.only linux package is available now, updated real time statistics report and H.264 streaming feature will be available in RC2 release. i386-std package...
  2. M

    Rails logs generation

    The user that ruby process run as.
  3. M

    Rails logs generation

    It is the permssion of log/ directory, nothing to change in the configuration.
  4. M

    Problem with proxy setup and 404s

    There was some issue with 4.0.4 release. It has been fixed, please download again, it should work now.
  5. M

    LSWS 4.0.4 breaks all my mod_rewrite

    4.0.4 packages has been updated to address this issue, please download again and give it a try.
  6. M

    404 error on 4.0.4

    OK, this issue has been identified. 4.0.4 package has been updated with the fix. please download again.
  7. M

    Problem with proxy setup and 404s

    Are you using a hosting control panel? Which version of LSWS used? 4.0.3? 4.0.4? Maybe you can try run LSWS with a port offset, enable debug logging, it should give you some useful information in the error log to trouble shoot this problem.
  8. M

    LSWS 4.0.4 breaks all my mod_rewrite

    request for Apache has extra header while request for LSWS does not have it, so LSWS wont reply with a 206 code with Content-Range
  9. M

    Problem with mod_headers

    Do you have the request header? You can PM me if you do not want to post it here.
  10. M

    LSWS 4.0.4 breaks all my mod_rewrite

    Do you configure the vhost natively or through httpd.conf? Where the rewrite rules located? .htaccess? vhost level? context level? We did some test with the default WP installation, works fine.
  11. M

    Problem with mod_headers

    Is this a range request? Apache return 206 status code? Looks like it gets the whole file, LiteSpeed will not return "Content-Range" if whole file was returned.
  12. M

    Standard edition and WHM plugin

    If you host a single web site with WHM, it probably works. The WHM plugin is designed for enterprise edition. linux x86_64 standard version is not available.
  13. M

    LSWS 4.0.4 breaks all my mod_rewrite

    Please post your htaccess or rewrite rules configured.
  14. M

    LSWS 4.0.4 has been released

    LiteSpeed Web Server 4.0.4 has been released Download LiteSpeed Web Server View Version History AutoUpdate will be activated later this week, if we do not receive serious bug report about this release. :)
  15. M

    async io writeav setting

    probably be identical, just give 4.1b1 a try if you want to test AIO feature.
  16. M

    Problem with mod_rewrite

    maybe after next Tuesday.
  17. M

    Problem with mod_rewrite

    This issue has been addressed in our 4.0.4 build. For earlier release, you need to add a custom error page for 401, usually, you just create a file with name 401.shtml under document root directory.
  18. M

    mod-security activation

    Those are two separate configuration, for vhost configured via Apache httpd.conf, all mod_security rules should be configured though httpd.conf or include files. the "Request Filter" configuration in LSWS web console has no effect to vhosts configured via httpd.conf
  19. M

    Upgraded to 4.0.3 Std: Consistent 503s

    The stack trace does not match the latest ruby-lsapi code, so you probably is using a earlier version of ruby-lsapi, not the latest. If you have installed ruby-lsapi via tgz package, you may need to remove .../lib/ruby/1.8/i586-linux/lsapi.so, otherwise, it will override the ruby-lsapi...
  20. M

    Invalid key after update

    You should use "Build Matching PHP" in our WHM plugin. cPanel/WHM make gcc and ld only available to root user and a special group, if you want to use the the web console to build lsphp, you have to do chmod 0755 /usr/bin/gcc /usr/bin/ld It is not required with the WHM plugin.
Top