Search results

  1. M

    [Resolved] ssl/certificate auth

    You need to create your own CA, signed client certificate & key. configure CA with http://www.litespeedtech.com/docs/webserver/config/listeners#CACertPath or http://www.litespeedtech.com/docs/webserver/config/listeners#CACertFile then enable "Client Verification"...
  2. M

    [Resolved] ssl/certificate auth

    It need to be configured through LSWS native configuration, no through Apache httpd.conf .
  3. M

    out of swapping space while terminating GZIP stream

    Thanks for the clue. We will review the changes between 4.2.19 and 4.2.20 see if we can figure something out.
  4. M

    Server Signature

    You need to update CageFS to make the file available in user's cage.
  5. M

    out of swapping space while terminating GZIP stream

    Maybe we can try 4.2.20, see if it has that problem as well. Once we narrow it down, we can try figure out what is root cause.
  6. M

    Modsecurity gives 500 server error

    According to Apache documentation, query string part wont be matched with LocationMatch, only the URI part, so the rule wont be removed. You may have to use chained rule to do that.
  7. M

    Is litespeed compatible with CloudLinux's alt-ruby ?

    No, it does not work with LiteSpeed.
  8. M

    POLLIN error

    Are you using Inbound bandwidth throttling? http://www.litespeedtech.com/docs/webserver/config/security#inBandwidth It could be the reason triggering this warning, unless it cause real problem, you can ignore this warning.
  9. M

    out of swapping space while terminating GZIP stream

    The swap usage is keep changing, 1.7G may not be enough if the site does large media file upload/download, any dynamic content with size larger than 1MB, will be placed in the swap directory temporarily. Just change the swap directory location to other partition, like /backup/lsswap/ or...
  10. M

    out of swapping space while terminating GZIP stream

    It could be running out of inode.
  11. M

    /tmp/lshttpd/bak_core filling up tmp folder

    Please change http://www.litespeedtech.com/docs/webserver/config/general#swappingDir to a partition with enough free disk space.
  12. M

    out of swapping space while terminating GZIP stream

    Please change http://www.litespeedtech.com/docs/webserver/config/general#swappingDir to a partition with enough free disk space.
  13. M

    localhost not work

    localhost is resolved to IPv6 address ::1 . can be fixed in /etc/hosts .
  14. M

    Simple script, runs under Apache, but not under LS.

    It has 800M memory limit, could be hit. You can run ulimit -v 819200 then try the command from command line. You can try to change other limit to the same value and try from command line.
  15. M

    /tmp/lshttpd/bak_core filling up tmp folder

    please upgrade to the latest 4.2.21, if it still produces core dump there, we may need to fix the bug causing it.
  16. M

    [HELP] Can't start after add listener with IP on CentOS 7

    how about /usr/local/lsws/bin/lswsctrl start/stop/restart ? Yes, we will have it fixed.
  17. M

    [HELP] Can't start after add listener with IP on CentOS 7

    You can also do killall -9 litespeed to stop LSWS.
  18. M

    [HELP] Can't start after add listener with IP on CentOS 7

    if you change that, you need to to stop the server fully, then start, cannot do graceful restart. service lsws stop then service lsws start should work.
  19. M

    [HELP] Can't start after add listener with IP on CentOS 7

    You cannot create two listeners with "ANY" and specific IP on the same port. You have to pick one, one or the other.
  20. M

    [HELP] Can't start after add listener with IP on CentOS 7

    Please check your error_log. Is there IPv6 addresses involved. are all interfaces in UP state instead of LINK state?
Top