Search results

  1. M

    Userdir support

    should work, please PM me the debug log. You still get 403 error? Try disable "UserDir disable ..." temporarily see if it help or not. If the uid of the server is lower than "Minimum UID" configured in "Server"->"Security" tab, it will return 403.
  2. M

    Ssi & Php

    LiteSpeed can only use one script engine, either SSI or PHP, cannot be both. Not sure how Apache does that.
  3. M

    Page cannot be displayed

    Please install firebug if you use firefox, check the response with firebug. Try different browser, clear the browser cache.
  4. M

    4.0.5 very unstable - restarted automatically 503 error

    Can you send some piece of error log containing 503 errors to bug@lite....
  5. M

    NoMemoryError when uploading large file

    Maybe you already did that. anyway, you can set it to a value higher than 256M. check the memory usage of ruby process while you upload the file.
  6. M

    NoMemoryError when uploading large file

    You need to increase the memory limit under "Server"->"Rails" tab.
  7. M

    mod_security drop action

    drop action is not supported yet, use deny instead. Will add that.
  8. M

    Userdir support

    Is this in default httpd.conf from plesk? Or you add them? looks strange, I think makes more sense, unless there are directories name starting with "~" under "/var/www/vhosts/"
  9. M

    how i can restore defult config

    If it does not work out well, you can try a reinstall, just remember to backup the serial.no and license.key under conf/ directory.
  10. M

    Proxying lsws 4.0.3 -> lsws 4.0.5: wrong gzip header

    client<->A<->B or Client<->B<->A ?
  11. M

    Buffer overflow

    I'd rather not to go into much detail, to give hint for hacker to around it or let our competitors replicate this feature. ;) stack based buffer overflow should have been taken care of. And hacker will find very difficult to exploit any buffer overflow bug even they do find one.
  12. M

    eAcc settings

    Zend Engine != ZendOptimizer
  13. M

    eAcc settings

    when use PHP suEXEC, each PHP process will create its own cache memory as each process was started independently. If you use ZendOptimizer, you should turn off eaccelerator's.
  14. M

    LSAPI as gem and manually installed

    cd ...lib/ruby/ or lib64/ruby/ find . | grep lsapi.so No change in LSWS.
  15. M

    LSAPI as gem and manually installed

    You have to remove the manually installed extension in order to use the one installed via gem.
  16. M

    eAcc settings

    I recommend using eaccelerator.shm_size="16" eaccelerator.optimizer="0" 16MB cache per process is enough as all cached scripts are shared in memory via /dev/shm/ . do not use "shm_only" mode, it will not populate the on disk cache in /dev/shm. You may need to load it as a zend_extension if...
  17. M

    Error, Connecting MySql

    You need to build your own lsphp binary, please check our wiki.
  18. M

    Php 5.2.10

    Added 5.2.10 to the updated 4.0.5 package.
  19. M

    Php 5.2.10

    You can download 4.0.5 package again, has been added.
  20. M

    mod_security ASL issues - 403 error.

    Can you please provide the log entry that block a valid request in your mod_security audit log file along with your security rules? You can send those information to bug@litespeed...
Top