Search results

  1. M

    Under HTTP Get Attack

    It is to limit number of SYN packets per second at firewall, yes, it should be helpful in addition to throttling in LiteSpeed. Those two are complimentary, not the same.
  2. M

    Load Balancer?

    You can use two servers for the load balancing setup. On one server, install both litespeed web server and litespeed load balancer, another server only install web server, the DB can be on that server or have a dedicate DB server. Let all traffic go to the server with load balancer, load...
  3. M

    mod_userdir Protection

    Please download and try 3.3.23 package, just change the version number in the download link to get it.
  4. M

    SecFilterRemove

    it is not supported, yet.
  5. M

    Allowing cross domain file access when using apache conf file?

    LiteSpeed deny access to a symbolic link to a directory? Can you please give an example, I think LiteSpeed should work exactly like Apache is used, there should not be extra "Restriction".
  6. M

    Wordpress errors

    Are you using LiteSpeed with control panel by reading apache configuration file or it is a standalone LiteSpeed installation? If it is standalone, you need to enable .htaccess for that vhost. http://www.litespeedtech.com/docs/webserver/config/vhostgeneral/#allowOverride
  7. M

    php mail 503 error

    Please download 3.3.23 package and give it a try. Just change the version number in the download link to get it. make sure the same php.ini is used by lsphp and apache php.
  8. M

    mod_userdir Protection

    We knew what happened, we will try to come up with a fix for this.
  9. M

    litespeed's lsphp5 CLI vs php CLI

    There is no max request body limit as it does not go through the web server at all. You need to make sure lsphp5 and apache's php CLI use the same php.ini
  10. M

    how can i run apache on port 8088 and litespeed on por 80 ?

    why you want to use 8088 for apache? It is easier if you run apache on port 78, and litespeed on port 80 easily, just set "Port Offset" to 2. Yes, if you want to run Apache on non-80 port, you have to update user's httpd.conf, if DA cannot make the change for you.
  11. M

    litespeed - database connections errors

    If you are using cPanel, you can try 3.3.23 package, cPanel impose a memory limit of 256MB, which will be passed to PHP processes running in non-suEXEC mode, it has been fixed in 3.3.23 release. Just change the version number in the download link to get it.
  12. M

    4.0b3 release

    Yeah, I noticed that as well. At least we made some progress. :) Back to 3.3.23 for now.
  13. M

    4.0b3 release

    Does it work better now? updated 4.0b3 package again.
  14. M

    4.0b3 release

    Looks like still need to track down another problem. back to 3.3.22 now. Will look into it a little while later.
  15. M

    litespeed's lsphp5 CLI vs php CLI

    No, it is just a command like any command executed through command line, nothing go through the web server. it will try to load the default php.ini.
  16. M

    does litespeed accept php.ini or only .htaccess?

    If you mean php.ini in user's home directory, no it does not work. Only the global php.ini is effective, user can only override none-system variables via .htaccess. Just like with mod_php.
  17. M

    4.0b3 release

    bug fixed in the latest 4.0b3 release package, server is on 4.0b3 now.
  18. M

    4.0b3 release

    Yes, I can take a look. Please PM me the login.
  19. M

    Rails 2.2 cache_classes problem.

    Just try patching the fcgi-bin/RailsRunner.rb with the code posted by Grzegorz . It will be included in our next release.
  20. M

    litespeed's lsphp5 CLI vs php CLI

    cli script has nothing to do with the web server, just like execute a command from command line.
Top