Search results

  1. M

    [Solved] 4.1rc5 keeps crashing

    You can try the latest 4.1 build.
  2. M

    [solved] Allow VH to Inherit Server logFormat Setting

    http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader
  3. M

    Performance

    There should not be any problem with pushing 200Mbps. Load balancer only need faster CPU (multi-core does not matter now), enough memory and faster NICs. disk performance is not required. I think your server should be able to push 500Mbps easily.
  4. M

    About cookies from proxy server

    Are you using a PHP script to download file from megaupload.com, through a cache proxy? It must be something different between Apache PHP and litespeed PHP, you should compare the phpinfo() output, make sure all required modules are identical. It does not have direct relation with LiteSpeed...
  5. M

    Upgrade to 4.1 GOLD

    If you use HTTPS for web console, it does not work properly now. We will address that later.
  6. M

    DocumentRoot/path problem

    I think you were using standard edition with 5 vhosts limits.
  7. M

    [Solved] urgent help Build Matching PHP Binary Error

    firewall may block your server from accessing http://update.litespeedtech.com/ws/latest.php
  8. M

    [solved] Litespeed 4.1 Restarts Often

    Please try a force reinstall of 4.1 see if it helps or not. If it continues, we would like to take a look at your server. Please PM me.
  9. M

    1-2 minute no response from server

    when it happens, check server memory usage, CPU usage and I/O wait. If you have spare memory left, put php sessions to /dev/shm. It could be a MySQL issue, check mysql status with mysqladmin processlist
  10. M

    1-2 minute no response from server

    If you use PHP suEXEC, you can consider using eAccelerator with storage path under /dev/shm.
  11. M

    Google's SPDY

    It basically has about the same performance as HTTP request Pipelining. :)
  12. M

    RC5 Request Timeout Issues

    time to upgrade to 4.1 release package. :)
  13. M

    Upgrade to 4.1 GOLD

    This issue has been fixed.
  14. M

    Upgrade to 4.1 GOLD

    Possible for us to take a look at it. Maybe litespeed crashed while loading configuration. You can PM me.
  15. M

    [solved] PHP per-user configuration

    Just add <IfModule LiteSpeed> ... </IfModule> around the directive breaks cPanel.
  16. M

    TLS Server Name Indication/TLS v1.2

    in native configuration or through Apache httpd.conf? For native configuration, configure a SSL listener with a default certificate, then add certificate for each vhost binds to that SSL listener. there should be SSL tab for vhost configuration. For Apache vhost, just let multiple secure sites...
  17. M

    lsphp issue

    Do you have anything abnormal in error.log? Do you get 503 errors? Any lsphp process running? Please enable debug logging with "killall -USR2 litespeed", make sure "Log Level" is "DEBUG", "Debug Level" is "NONE" in advance. Also, you can run "strace -tt -T -p...
  18. M

    Increase server timeout

    Maybe the server start during the process, you can increase http://www.litespeedtech.com/docs/webserver/config/general/#gracefulRestartTimeout If it does not help, please enabled debug logging, then track log entries in error_log related with your IP.
  19. M

    Outbound Bandwidth per VirtualHost

    We will try to implement some kind of QoS logic, something like which is in favor of requests with smaller response body.
  20. M

    Install on CentOS5.5, Plesk, need to work with vBulletin

    When you install LSWS, you have to have "PHP" enabled, otherwise, you will get that error, after installation, build PHP5 will get you going. You should run install.sh again and select reinstall.
Top