Search results

  1. M

    LiteSpeed load ballancer SSL problems

    MOVE request should be supported, can you give a sample MOVE Request with all the request headers? What kind of backend is used HTTP proxy or AJPv13?
  2. M

    Latest cPanel upcp seems to have broken lsws

    I knew what is wrong, it is because port 79 is used in your Apache httpd.conf. so <VirtualHost IP:80> does not match with any listener, if you change ":80" to ":79", it will work. Does cPanel always use port 80 when generate the vhost configuration?
  3. M

    Latest cPanel upcp seems to have broken lsws

    Since other control panel generate vhost configuration with port number, it should have been support long time ago. Please send us a sample httpd.conf, we will take a look.
  4. M

    Load Balancer questions

    Our load balancer does not support heartbeat failover yet, our customer usually setup Common Access Redundancy Protocol (CARP) with freebsd or Linux for this purpose. Yes, our load balancer keeps the connections to backend servers alive.
  5. M

    security

    You need to create the html file for the custom error page first.
  6. M

    Latest cPanel upcp seems to have broken lsws

    Which version of LSWS are you using? I think the latest 3.2.3 release should be able to handle it well.
  7. M

    security

    That hide the server signature in the response header. jnrey want to use a custom error page for 404, 503 errors. It should work even with earlier release of LSWS. Is LSWS used together with Apache configuration file? or everything configured via LSWS web console? Are you sure the file for...
  8. M

    LS 1Core on dual core

    Thanks Frank, that's correct!
  9. M

    Cant find real php.ini

    You should copy your php.ini to /opt/lsws/php/php.ini. I think upgrade your LSWS install from a earlier installation. You may need to create /opt/lsws/php directory.
  10. M

    different log file for each rewrite map

    Unfortunately, answers to both of your questions is no. :)
  11. M

    Log is filled with errors

    What is your OS? Using VPS? Our server is very reliable, maybe something special for your installation. Maybe you installed LSWS into your home directory, but the server run as another user, so the server failed to create the report. Just install it to /opt or /usr/local, it should be fine.
  12. M

    LiteSpeed load ballancer SSL problems

    This issue has been fixed in our 1.1 build a while ago, please try http://www.litespeedtech.com/packages/lslb/lslb-1.1-i386-freebsd6.tar.gz
  13. M

    LSAPI / FileUpload / ImageMagic

    There are memory limit setting in php.ini as well, make sure to increase that as well.
  14. M

    Plesk Domain Standard forwarding does not work

    Please check lsws/logs/error.log, all apache configuration files loaded by LSWS should be listed there.
  15. M

    Plesk Domain Standard forwarding does not work

    Please send us the Apache configuration file generated by plesk for analysis.
  16. M

    Does litespeed help with Flash?

    LiteSpeed will help with any high traffic web sites. at least the flash file will be delivered much faster especially under heavy traffic.
  17. M

    Per Client Throttling Settings

    Please take a look at http://www.litespeedtech.com/how-tos.html#qa_dos
  18. M

    Plesk Domain Standard forwarding does not work

    You may need to use the enterprise edition due to the 5 Apache vhosts limit in standard edition.
  19. M

    PHP Mail isn't working

    Have you add "-t -i" parameter for sendmail command?
Top