Search results

  1. M

    403 errors not caught correctly

    you can replace /usr/local/lsws/share/autoindex/default.php with attached script. it will use a 403 response for inaccessible folders.
  2. M

    403 Forbidden Help Me For Fixed

    looks working now.
  3. M

    "httpd -n" processes load Litespeed

    Are you using the latest version? 5.1.13?
  4. M

    [Feature Request] A custom log format similar to %D

    since Apache cannot do that, a new log format tag need to be defined, is "%{handler}D" sounds right?
  5. M

    LiteSpeed and mod_security problem

    It has been added to latest build of 5.1.3 . you can upgrade with command /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.13 ctl:ruleRemoveByID should work now.
  6. M

    Upgrade to 5.1.13 from quite an old version?

    Yes, you can revert, no problem.
  7. M

    Problems this morning with litespeed going unresponsive

    5.1.13 has been released. It is the same as last 5.1.12 build, just the version number has been bumped.
  8. M

    Problems this morning with litespeed going unresponsive

    Please upgrade to a new build of 5.1.12, /usr/local/lsws/admin/misc/lsup.sh -f -v 5.1.12 will release it as 5.1.13 soon as well.
  9. M

    HTTP/2 Server Push

    Yeah, we tested the wordpress plugin, it works fine.
  10. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    Glad it is solved. I thought that at least strace should show which file is needed.
  11. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    I do not know what is going on, strace says that file does not exist. you say you used the real path. you can do a before running strace again to make sure. once you make it run without giving "No such file or directory" error, it will work with the server.
  12. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    does the file exist? have you make it executable with chmod a+x search.cgi ?
  13. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    You need to use the real path of the search.cgi script.
  14. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    then you try to run it from command line, and strace it. to find out what it is looking for.
  15. M

    [Resolved] lscgid: execve():/home/user/public_html/cgi-bin/search.cgi: No such file or directory

    search.cgi cannot found the script interpreter. whatever command is set at the first line of the script
  16. M

    LiteSpeed and mod_security problem

    Yes, we will add that in official 5.2 release.
  17. M

    Error Configuring PHP With IMAP Support

    Thanks for sharing your solution with us. If need more help, please just let us know.
  18. M

    Magento 2 community edition

    Hi, Sorry about your difficulties with magneto 2. Have you tried install Magento2 with other web server before? Can you tell us more about your difficulties with Magento 2? There should not be any different in the level of difficulty between OpenLiteSpeed and our Enterprise edition...
  19. M

    Basic Auth not excluding urls

    in the directory need to be excluded add to the .htaccess. see if it works or not.
Top