Search results

  1. M

    can not reset SSL Private Key & Certificate for Virtual Host

    You have to remove the passcode of the private key.
  2. M

    can not reset SSL Private Key & Certificate for Virtual Host

    You can make /etc/ssl/private/ world readable temporarily, after save the configuration, then lock down the permission. This issue will be addressed in next release 4.1.3 .
  3. M

    AIO block size

    AIO has no effect on dynamic site.
  4. M

    suggestion: copy whole script name into argv0

    It will crash PHP, you can give it a try, the source code can be modified as your wish.
  5. M

    LSAPI PHP output streaming

    must be triggered by request header "Accept-Encoding: gzip, deflate" .
  6. M

    Suggested setting for PHP keep-alive

    You can use "-1", keep alive as long as the PHP process is alive. It is the default I think.
  7. M

    [solved] Too many open files

    Please force reinstall 4.1.2, more bug fixed for this issue.
  8. M

    Virtual hosts missing?

    Just let LSWS read httpd.conf http://www.litespeedtech.com/docs/webserver/config/general/#loadApacheConf
  9. M

    Suggested setting for PHP keep-alive

    what you mean PHP keep-alive? client keep-alive with server after serving a PHP page? or keep PHP process running after serving requests?
  10. M

    Hacker attack makes website offline

    http://www.litespeedtech.com/how-tos.html#qa_dos install CSF, block those IP at firewall.
  11. M

    4.0.20 -> 4.1.2 Problem with tmp directory growing up

    maybe related to http://www.litespeedtech.com/support/forum/showthread.php?t=5158 try a force reinstall of 4.1.2
  12. M

    lsws failed to start

    Maybe it is the inode limit for /tmp or /dev/shm, not disk space.
  13. M

    Litespeed 4.1.2 won't start.

    Please contact bug@litespeedtech
  14. M

    Can lsws check directory and php script permissions?

    Sorry, I was wrong, not sure where I got the false impression. We will add the script permission check in our to-do list.
  15. M

    Can lsws check directory and php script permissions?

    Litespeed does not implement suphp like permission check, if you want, you can use suhosin.
  16. M

    Not Seeing any Speed Improvement

    You will see bigger difference if your server is under heavy load. Network latency is playing a role here as well. PHP script itself will run at the same speed inside PHP engine, LiteSpeed's advantage is resource management, PHP startup, passing request/response, etc. The faster your scripts...
  17. M

    lsphp permissions

    I think it is your "umask" setting for root user changed from 0022 to 0027 We will update our script to set the permission right.
  18. M

    [solved] Too many open files

    if it happen again, please compress and send output of lsof.
  19. M

    What "gzipped, response body size is 20, no cache." means?

    It means that web server skips caching a gzipped empty page. It is harmless.
  20. M

    [Solved] HTTP Error on Image Upload in WordPress

    If you are using 4.1.2, please do a force reinstall to update to latest build.
Top