Search results

  1. M

    Apache mod rewrite incompatibility [Again!]

    should be addressed in 4.2.3 release.
  2. M

    rewrite module compat issue#3

    Thanks for the bug reports. Fixes will be in 4.2.3 release.
  3. M

    Wordpress BackupBuddy and LiteSpeed

    may need to change rewrite rule to <IfModule litespeed> RewriteRule .* - [E=noabort:1] </IfModule> to make it work reliably.
  4. M

    Wordpress BackupBuddy and LiteSpeed

    That's because BackupBuddy does not wait for background request finish, closed the HTTP connection. The fix for previous customer is, upgrade to latest 4.2.2, add the following rewrite rule to .htaccess at the root directory of wordpress installation. RewriteRule ^$ - [E=noabort:1]
  5. M

    http ddos attack

    http://www.litespeedtech.com/how-tos.html#qa_dos
  6. M

    Where are litespeed's default error page templates ?

    We will add an option to remove the link and legal message in next release 4.2.3 .
  7. M

    LSWS 4.2.2 VS mod_security

    Yes, time to update your mod_sec rules to 2.5+ syntax.
  8. M

    whats means log

    I think it is the LVE limit reached for that user. from CL knowledge base: https://helpdesk.cloudlinux.com/index.php?/Knowledgebase/Article/View/45/0/i-am-getting-error-on-lve-enter--7-in-apache-error-log
  9. M

    Issues executing shell scripts via PHP

    I think you just keep increasing the limit. PHP itself uses memory as well, may not have enough memory left. you can also change memory limit with ulimit -v .... from shell, then try your PHP script.
  10. M

    LSWS 4.2.2 VS mod_security

    You can download the upcoming PHP LSAPI 6.2 http://www.litespeedtech.com/packages/lsapi/php-litespeed-6.2.tgz, apply it to php-xxx/sapi/litespeed, make, copy to lsws/fcgi-bin/, to get what you want.
  11. M

    LSWS 4.2.2 VS mod_security

    new build has been uploaded. you can do a force reinstall see if work better this time.
  12. M

    Anyway to get list of blocked ips

    check /tmp/lshttpd/.rtreport*
  13. M

    Clamav module

    noted, will consider it.
  14. M

    Clamav module

    No, it does not.
  15. M

    Limit Number connection for spesify domain

    You cannot, web server have to accept the connection, read the Request header in order to know the domain name.
  16. M

    [solved] [ACL] Access to context [/] is denied! after upgrade

    Please try /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.2 The latest build of 4.2.2 may have fixed it. if it is not, please send us a temp root access, we will investigate and address this.
  17. M

    4.2 - 503 Errors

    You cannot use "PHP suEXEC daemon" mode when you configure a vhost via vhost template. turn it off, it works as expected. 4.2 does not support "PHP suEXEC daemon" mode, so not affected.
  18. M

    4.2 - 503 Errors

    Please PM me a temp root access, I can take a look.
  19. M

    PHP compile stuck

    which control panel are you using? is the compile done in command line or from web interface? try command line if have not.
  20. M

    [solved] cPanel - Magento - Multistore Setup

    You can turn on rewrite logging by put RewriteLogLevel 9 in the <VirtualHost ...> ServerName beckenbodentrainer.info ... </VirtualHost> section. then check error log for details.
Top