Search results

  1. M

    real-time stats

    That probably is 300Kbit/s, those probably just TCP protocol overhead cannot be counted by LSWS, but visible to those tools.
  2. M

    Fantastico and Account Creation With Whm Problems :(

    Does the account get created despite the errors? If it is, nothing to worry about.
  3. M

    Apache Running In Background

    If you use "Apache Port offset", you need to change port 80 to the real port used by Apache.
  4. M

    512 MB RAM on a vserver is enough?

    Rails is memory and CPU hungry, whether is enough, it is really up to how much resources are required by your application.
  5. M

    memcache.so in LiteSpeed usable ?

    Yes, it works, you need compile lsphp with matching configuration. Please check our wiki for instructions.
  6. M

    real-time stats

    That's normal for a media server, incoming is very low.
  7. M

    full path disclosure on autoindex

    Jut change the version number in the download link to get 32 or 64 bit linux package.
  8. M

    Not includes httpd.conf

    Right now, readable permission by nobody is required by the LSWS web admin console. We will remove that restriction. For Now, you can manually change lsws/conf/httpd_config.xml to use /etc/httpd/conf/httpd.conf.
  9. M

    Apache Running In Background

    Are you using a "Port Offset"? You need to find out who send out the "Dedicated Server Page"? Apache or LiteSpeed. If it is Apache, maybe some details in the Apache httpd.conf need to be addressed for vhost with dedicated IP.
  10. M

    Bot Net / D dos Attack

    You should remove the configuration value for "Apache Handled Content", the second one can be ignored.
  11. M

    Bot Net / D dos Attack

    You should search the cronjob log for the reason why cron jobs not working, maybe related to PHP verion, module or php.ini.
  12. M

    Bot Net / D dos Attack

    Maybe you need to build your own lsphp binary to include all required PHP modules. checkout our wiki for tutorials. You can write a shell script or whatever script language you prefer, to parse lsws/logs/error.log, looking for IP addresses hit the "Connection hard limit", automatically ban...
  13. M

    more details on IPs connected to webserver

    OK, we add that on our to-do list.
  14. M

    High cpu usage problem

    Is there any PHP code calls "feof" "fgets" in a loop, it might be a bug in your PHP code.
  15. M

    How-to renew license?

    Maybe you should close all your browser window and start from scratch or try it from another computer. Your account login is working fine.
  16. M

    How-to renew license?

    PMed you the login id.
  17. M

    Need help moving from apache

    Just checkout this in our howto http://www.litespeedtech.com/how-tos.html#qa_dos
  18. M

    High cpu usage problem

    Looks like PHP internal is looping when feof() is received when reading a request body. We will dig into that when we get a chance.
  19. M

    Need help moving from apache

    Glad you made it work and it helps. If would like to post a testimonial, www.webhostingtalk.com is the best place. Thanks!
  20. M

    full path disclosure on autoindex

    If you downloaded the 3.3 release package earlier than yesterday, you should download again, it has been actively updated. If you downloaded it yesterday, I may have to take another look on the 503 issue
Top