Search results

  1. M

    Same Domain, Different VHOST, Different IP?

    while, you can configure LSWS as you described, but the real problem is the DNS, when a user access "www.domain.com", which IP the DNS should point to? You have to use different domain name, it is not a LSWS configuration issue but a DNS issue.
  2. M

    Problem with lsws- server hangups

    Please check WAITQUE_DEPTH of phpLsapi during a taffic surge, if it is very high, you need to improve you PHP/MySQL code, as it is not able to keep up with the traffic. You can try raising "Max connection" of phpLsapi, but it may not help much. You can also looking into our Anti-DoS...
  3. M

    SecFilterSelective HTTP_X_MOZ "prefetch" <-- broken!

    X-Moz is a custom header, not being recoginzed by the security engine now. You can let the engine to scan the whole request header for the signature.
  4. M

    3.2.3 not in version manager?

    Actually, there is no downtime during the manual software update either. LiteSpeed always does graceful restart, the web site is still reachable during the restart. I don't know any other server can do that. :)
  5. M

    security settings suggestions

    Yes, you can use higher limit for the dynamic requests if the server can handle. But I do recommend using 1 or 2 for site getting DDoS attack.
  6. M

    Failed To Instantiate

    Please double check the ownership and permission of /opt/lsws/conf/domains/ directory.
  7. M

    Request Filter

    If you using Apache's httpd.conf, you have to set the rule in httpd.conf. And you can try "SecFilterSelective ...", please refer mod_security 1.9 documentation.
  8. M

    Setting up a secure and fast php build for litespeed

    compiling Apache is not required by litespeed, but I am not sure that the control panel allow adding those configurations or not. If you add those manually, there is no problem.
  9. M

    Setting up a secure and fast php build for litespeed

    Thanks for the tutorial. Please feel free to update our wiki page by adding a link to your tutorial. :)
  10. M

    3.2.2 Ent changed logging settings, needs fixing

    It might be a permission issue with the directory containing the log files.
  11. M

    Command line utility to add new vhosts?

    No, this kind of tool is not available, you need to write your own script to manage the xml configuration files if you want to.
  12. M

    3.2.3 Std admin section is wonky in IE6

    It will be fixed in 3.3 release.
  13. M

    3.2.3 fails to start...

    Sorry about that. We had upgrade our binary building tool chain, a minor issue causes the dynamic library of stdc++ was linked into the binary. About 10 minutes again, we had uploaded a new release package to address this, please download 3.2.3 package and update again.
  14. M

    Client Side Certificates Again

    It will be available in the upcoming 3.3 release.
  15. M

    3.2.2 Ent changed logging settings, needs fixing

    awstats should be set to do hourly update, daily update will not rotate the log file very hour.
  16. M

    3.2.2 Ent changed logging settings, needs fixing

    looks like awstats is off, if you do not want to turn on awstats, just rotate the log file with a cron job.
  17. M

    SSL question

    The PHP support in LiteSpeed is the best, you can use php4 for one part of the site, while using php5 for another part of the site, setup is easy, there are a few threads about this on the forum already. I would recommend converting all sites from Apache to LiteSpeed all at once, instead of...
  18. M

    SSL question

    Is there any specific reason other than SSI and mod_perl that prevents LSWS from replacing Apache completely?
  19. M

    Problems with language specific letters

    The web console is designed for english only, other language may not display properly, but anyway, it should not crash the server. I tried those letters, and it is fine. So, if you have this kind of problem again, please send us the sample configuration file that breaks XML parser, we will...
  20. M

    Custom cPanel mime-types keep getting reset

    We tried it in our lab, and the MIME setting added in httpd.conf with "AddType" always overrides LSWS global MIME configuration. LSWS global MIME configuration is http://www.litespeedtech.com/docs/webserver/config/general/#mime just click the file path to edit it.
Top