Search results

  1. M

    Help 503 error

    You need to ask help from hosting company, those information is not enough for us to figure out what is the problem. It could be a PHP code problem like previous one.
  2. M

    lslb split workload

    you have create two individual worker under that group.
  3. M

    lslb split workload

    load balancer web cp, under worker group configuration for clusters.
  4. M

    Redirect guest requests to another sub-domain?

    Yes, you can do that, there is a third party tutorial link in our wiki. Just request a trial key and play with it. You can let it use port 8080 first.
  5. M

    xCache/Cache init time reset every 2 minutes

    http://www.litespeedtech.com/support/forum/archive/index.php/t-5072.html
  6. M

    Redirect guest requests to another sub-domain?

    I think you need to setup a webserver (proxy) external application, then use rewrite rule to detect guest users, proxy to the second server.
  7. M

    [solved] Help with a 503 Service Unavailable Error

    Another user report a similar problem, it turns out to be a bug with eAccelerator. it can be worked around with PHP code change. http://www.bayanimills.com/2011/09/20/not-working-vbulletin-whats-new-search/?utm_source=rss&utm_medium=rss&utm_campaign=not-working-vbulletin-whats-new-search you...
  8. M

    Litespeed on 100% when I click on /wp-admin/plugin-install.php

    Please contact bug@litespeed... with a temp root access, we will trouble shoot this issue.
  9. M

    Time_wait

    It is not something can be controled in LSWS configuration, please search for linux kernel parameters related to TIME_WAIT on google.
  10. M

    [solved] MySQL Wordpress Connection

    You did not compile in PHP mysql module. what you need to do is switch back to Apache, copy the PHP configuration form Apache phpinfo() page, then rebuild PHP from lsws web console with same configuration options. If you use cPanel, just build matching PHP from our WHM plugin.
  11. M

    litespeed running but not working all site on litespeed

    you need to check <virtualhost> config in httpd.conf, only the first five are loaded.
  12. M

    Cannot access Web Admin Console

    iptable blocked WAN access to port 7080
  13. M

    PHP Page Download instead of Open?

    if it only happen to some of php pages, you need to check .htaccess and file suffix.
  14. M

    litespeed running but not working all site on litespeed

    standard has 5 vhosts limit, you should try enterprise.
  15. M

    throttle files from one particular directory? possible?

    bandwidth throttling is a vhost level configuration, so it can only be done at vhost level. So, yes, adding a subdomain is a good idea.
  16. M

    DDoS Appliance

    It really depends on the hardware, CPU, memory, NIC. We are experimenting with different hardware configurations see what is the limit. Will publish results after we finalize our hardware evaluation for our appliance. With the right hardware and network capacity, should be able to hit...
  17. M

    [solved] Cannot use 2 LiteSpeed Admin on same browser at the same time

    If web consoles of two servers use the same IP on different port, you will get this issue. That's because browser disregards port number, only use IP/domain for its cookies. browser could not tell it apart, it is not a bug in LSWS, nor something we can fix. You have to use two browsers, or use...
  18. M

    litespeed randomly not responding for several minutes

    check ip_conntrack error from "dmesg" output. check server load and "top" output when it happens, check I/O wait, and load. if you can connect to server from local host, but failed from Nagios, it indicates that it is a network issue, specifically for the HTTP port.
  19. M

    htaccess and DocumentRoot

    LiteSpeed does not go though the whole directory hierarchies looking for .htaccess like Apache, which low efficient. LiteSpeed will look up to the document root of the vhost, and the user's home directory, if it is a subdomain, it look up to one directory level up, which usually is the document...
  20. M

    document_root trailing slash

    sure. will do.
Top