Search results

  1. M

    3.3.10 installation

    What is your OS? 64bit? 32bit? which package is used?
  2. M

    lscgid: execve(): Permission denied

    the content of .htaccess affects it. 3.3.10 package is available now, just need a manual update.
  3. M

    Stray rails processes

    Thanks for the update. I think we will change the listening socket to non-blocking to avoid being stucked there.
  4. M

    lscgid: execve(): Permission denied

    This issue should have been fixed in the latest 3.3.10 release.
  5. M

    CPU usage consumption

    Does it have anything to do with that cPanel restart lshttpd frequently? Do you have php opcode cache installed? Please try the latest 3.3.10 release package. I may be able to check your server when I get a chance.
  6. M

    lscgid: execve(): Permission denied

    From what we get from a server of another customer, seem cPanel has change the way how /cpanel script alias was configured from ScriptAliasMatch ^/cpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi to ScriptAliasMatch ^/?cpanel/?$...
  7. M

    Freebsd 7.0 version?

    we will add binary for freebsd 7 package if the package for freebsd6 does not work properly on freebsd 7.
  8. M

    Multiple security realms

    It is not possible to use multiple authentication realm like that, there is no plan to add a feature like that yet.
  9. M

    lscgid: execve(): Permission denied

    We will investigate.
  10. M

    litespeed server with interworx control panel

    The problem has been fixed in the latest 3.3.10 release package. Your server has been updated to it.
  11. M

    Stray rails processes

    Have you updated to the latest ruby-lsapi release?
  12. M

    Freebsd 7.0 version?

    It is troublesome to add another release package. We have too many FreeBSD packages now, we would rather not to adding a new one if it is not absolutely necessary.
  13. M

    graceful restart messes up downloads in progress

    It has pros and cons, Apache graceful restart just reload the configuration file, it cannot be used when apache binary has been updated. cPanel does not use graceful restart as it may not able to apply all configuration changes properly, it always do stop then start, so I am pretty sure that the...
  14. M

    mod_expire and mod_header

    Those has nothing to to do with php, LSWS will add response headers when need.
  15. M

    graceful restart messes up downloads in progress

    Yes, the download was interrupted, it is a browser bug if it shows 100%.
  16. M

    graceful restart messes up downloads in progress

    To be stopped lshttpd process will linger about 30 seconds to try to finish requests being processed, the large download takes more than 30 seconds will be cut off as designed. We can make it stay longer, but there has to be a cut off time. The statistics is not very accurate during a restart...
  17. M

    mod_expire and mod_header

    mod_expire is supported, and mod_header is partially supported, can add header, cannot remove header.
  18. M

    Freebsd 7.0 version?

    When 7.0 is popular in production environment.
  19. M

    $_SERVER variable to identify running litespeed?

    _server["server_software"]
Top