Search results

  1. M

    Litespeed + Ruby/RoR + cPanel, problems installing Redmine

    I think you need to update cagefs to include ruby lsapi. it only installed at server level, but not included in cagefs for each user account.
  2. M

    possible lightspeed sapi bug

    Session handling is completely PHP internal feature, not directly related to any SAPI. It is likely a problem with you PHP configuration.
  3. M

    4.1.12 stops replying to requests

    Please try 4.1.13, /usr/local/lsws/admin/misc/lsup.sh -v 4.1.13
  4. M

    4.1.12 broken

    Please download and manually upgrade to latest 4.1.13 build.
  5. M

    lsapis inquiry

    lsapi application run in its own process, just like FCGI, what you want is not possible with LSAPI app.
  6. M

    Directory Restricted Access and .htaccess file

    Please upgrade to latest 4.1.13 build, Apache behavior has been followed now. from command line do: /usr/local/lsws/admin/misc/lsup.sh 4.1.13
  7. M

    IPv6 & Graceful Restart

    Please upgrade to latest 4.1.13 build, it should be addressed. you can do it from command line /usr/local/lsws/admin/misc/lsup.sh 4.1.13
  8. M

    [solved] cpanel problem

    It is caused by missing file in CageFS skeleton, did the following fix it. edit /etc/cagefs/conf.d/perl.cfg by adding to paths then run command then everything works as expected.
  9. M

    Php 5.3.13?

    those vulnerabilities does not affect LiteSpeed PHP at all even you are using the older releases.
  10. M

    [solved] cpanel problem

    Please PM me a temp root login to your server, will take a look.
  11. M

    Dear

    use email address from your ISP, or your business. Free email is not allowed.
  12. M

    connection reset

    as long as you do not get 503 error in the log, there is nothing to worry about the "Connection reset" message. litespeed can recover when it happens.
  13. M

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    Yes, it is on our to-do list of our lsphp suEXEC daemon development, will be in our 4.2 release.
  14. M

    mod_security Request Filters

    Please be more specific with your test case that LiteSpeed does not support basic security rules, so, we can look into it. The rule you think should work. The test request/URI, related File/script. In order to reduce the cost of heavy mod_security rule, LiteSpeed takes shortcuts in many...
  15. M

    [Solved] Static images randomly failing

    uploaded a new build of 4.1.12, the bug should have been fixed now.
  16. M

    Large PHP Uploads Stall/Fail

    Would you like to help us figuring out what is wrong with this? If yes, please remove existing error log, change "Log Level" to "debug", "Debug Level" to "high", do the test again with 4.1.12. send us the log file, along with you IP address, so we can track related log entries in error.log with...
  17. M

    .htaccess rule

    %20 wont work, You need to escape the percentage character "\%20".
  18. M

    .htaccess rule

    Please try "Force reinstall" of 4.1.11 from web console. RewriteRule ^documents/VCOSS_docs/(.*) /documents/VCOSS\%20docs/$1 should work now, same as with Apache.
  19. M

    Mod Rewrite Rule works on Apache not on Litespeed

    Please turn on rewrite logging with RewriteLogLevel 9 You need to put that directive in the vhost configuration section for that virtual host. Then check error.log for related log entries. You can either post it here, PM or send to bug@litespeed... And, we need more information about your...
Top