Search results

  1. M

    [Resolved] WARN file size is over 100K, could be a bad .htaccess

    We raise the limit to 250K in 4.2.12, you can give it a try /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.12 However, we recommend avoiding large htaccess when possible. It may cause performance problem.
  2. M

    CENTOS 6.5 Load Averages: 13.56 14.99 17.57

    version 4.0.1 is the old pirate version, hosting provider installed it for you? which provider?
  3. M

    Litespeed Main Server Access Log

    Can you please tell us the Apache configuration you are using. What has been set at global level and at vhost level?
  4. M

    Mod Ruid2

    Please check the log file for the reason of 404 errors. You can run LiteSpeed parallel to Apache with port offset 2000 , check if everything works on port 2080. You can turn on debug logging if need.
  5. M

    RewriteRule and "?" in filename issue

    You should avoid using "?" in the rewrite target if it is not intended for query string part, it will definitely break Apache rewrite engine as well. According to the spec. If you have to, you can try URL encode it with "%3f".
  6. M

    cPanel's webmail and cpanel ssl proxy give 404 errors

    Can you please confirm it is working with Apache? It could be the SNI, as LiteSpeed does not do SNI with HTTPS proxy backend, we are adding it now. We may need temp root access and the real domain name to verify the root cause.
  7. M

    [Resolved] Modsecurity

    Maybe the comment line causes LSWS to whitelist all IPs, treat it as "*". Try put only real IP in that file without comment, see if it is OK.
  8. M

    [Resolved] Modsecurity

    Looks like a bug in our mod_sec engine. We will give that rule a try in our lab. Do you have proxy in front of LSWS? What is in the whitelist.txt? please give us a short example. Which version of LSWS are you using? 4.2.11?
  9. M

    automatic update does not work on FreeBSD

    We will look into it. in the mean time, just download the package and run the install.sh to perform an manual upgrade.
  10. M

    How to verify if ProcessGroup is working?

    You can follow our per-user php.ini setup, if you use cagefs, make sure the php.ini will be created inside user's cage. .user.ini does not work with lsphp, you can use php_value in .htaccess for that purpose.
  11. M

    [Resolved] litespeed files locking

    You are asking if possible to serve content of a file without opening it. :-) We will do more testing to make sure that server does not keep the file open for reuse. You can check if new NFS client implementation see if have implementation that does not rely on silly rename.
  12. M

    [Resolved] Litespeed license headache

    Just go to your client area to release those two licenses.
  13. M

    X-LiteSpeed-Location - Can only access public_html

    you need to remove the "dl" directory after you added the "Alias", if there is one. can be added to .htaccess under /home/fakepath/downloads
  14. M

    X-LiteSpeed-Location - Can only access public_html

    do not tell anyone about it. and there are ways to protect from direct access.
  15. M

    X-LiteSpeed-Location - Can only access public_html

    For security reason, LiteSpeed does not serve file out side the document root. However, you can use Apache Alias or Litespeed "Static" Context to assign a URL to that directory, then LiteSpeed will be able to serve files from that directory.
  16. M

    [Resolved] 404 error or File not found

    You need to fix file permission of /home/****/public_html/client/.htaccess, make it readable for "nobody" user.
  17. M

    problem with wsgi for Django in litespeed

    For wsgiApp, you need to set "Instances" to 1. Memory soft/hard limit should be set high enough, Process soft/hard limit should be set high enough. check /usr/local/apache/logs/error_log and stderr.log for related errors.
  18. M

    litespeed have issues with wordpress plugin's

    Please upgrade to 4.2.11 first /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.11 If the problem persists, we probably need temp root access to find out what is wrong. Please contact us at bug@litespeed...
  19. M

    Litespeed with Atomic modsec rule

    How did you install it? How did you test it and believe it is not working?
  20. M

    Redirect to default page after create new accounts

    Or, send a temp root access to bug@litespeed..., we can send you our IP if ssh access is firewalled.
Top