Search results

  1. M

    Change the user/group

    Yes, you can install LSWS to use "lsws/lsws" as user/group, set HTTP port to 80, make sure other web server have been stopped.
  2. M

    Initial page load slow compared to Apache+mod_php?

    Are you using cPanel + LiteSpeed? are you using PHP suEXEC? Are you using a VPS? PHP opcode cache? It should be fast no matter what.
  3. M

    ssl in lslb

    You need two IPs, and create SSL listener for each individual IP instead of "*:443".
  4. M

    Directory Listing

    Options -indexes
  5. M

    Change the user/group

    If you want to reinstall, you should remove the whole lsws/ directory.
  6. M

    WHMCS CRON problem

    Getting 503 error usually means that your PHP binary may crashed for some reason. please check error_log and stderr.log for any hint.
  7. M

    Expat errors reported in stderr.log

    You need to build PHP with configuration options matching that from Apache mod_php or suphp.
  8. M

    Questions

    You should install cPanel first, then install litespeed by following our wiki.
  9. M

    Directory Listing

    Turn it off as you are with apache.
  10. M

    Frontpage

    looks like cPanel has changed some scripts. will look into it.
  11. M

    Question regarding PHP 'Process Limit'

    You should not set the limit that low, you are looking for trouble as the OS will count all processes running as that user, when the limit has been reached, no more processes can be launched. You should set the limit at lsphp5 external app level, it should be high enough for normal operation. I...
  12. M

    chroot server + cPanel?

    It is not likely going to work unless you chroot cPanel as well.
  13. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    I think there are two sources for this problem. One is that user only send one request, LiteSpeed tries it multiple times due to back-end (PHP or backend app server) failure, like the charging credit card problem Tony had, for this part, it can be improved from LSWS internal. Another one is...
  14. M

    Err: Running short of concurrent connections

    how many connections are in use?
  15. M

    Err: Running short of concurrent connections

    You can try increase "Max connections" http://www.litespeedtech.com/docs/webserver/config/tuning/#maxConnections
  16. M

    LiteSpeed Load Balancer - CPU Core Licensing

    Load balancer uses 1-CPU, most load balancer setup is Network I/O bound, not CPU bound unless you need to serve mostly HTTPS traffic. You can use the license on a server with any number of CPU/Cores. For load balancing large amount of HTTPS traffic, we can customize multiple CPU core license for...
  17. M

    Error Logs, where to view

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting
  18. M

    mod_userdir Protection

    3.3.24 is available now
  19. M

    litespeed and nginx

    Thanks for the recommendation. I think LSWS has most of those features already, and we will consistently improve our product upon that.
  20. M

    Context without trailing slash is ignored

    LiteSpeed always use the first context matched, in our case, without specifying the location, that "/login" context was associated with login/ directory, trailing slash was added automatically because of that. When there are multiple possible choices, LSWS always use the first match, and...
Top