Search results

  1. M

    lshttpd+php pl_PL locale issue

    check phpinfo page for the locale in effective.
  2. M

    "Apache compatible .htaccess support"

    We will add a configuration option to ignore modules specified.
  3. M

    Litespeed Site Down

    Your server is still running, right? As long as your current license is valid, the temporary connection failure wont bring down your server. no worry.
  4. M

    TLS Server Name Indication/TLS v1.2

    It is in 4.1RC3 build already.
  5. M

    lsapi and top on FreeBSD

    Probably not work with FreeBSD at this moment.
  6. M

    disabling features

    disable MIME assignment in .htaccess with "AllowOverride"
  7. M

    disabling features

    do what you usually do with Apache if you are using LiteSpeed with hosting control panel.
  8. M

    lsapi and top on FreeBSD

    It only shows the script being processed.
  9. M

    cPanel installation error

    Have you build matching PHP from WHM plugin? error log file is /usr/local/apache/logs/error_log, write to the same Apache log file.
  10. M

    cPanel installation error

    Have you followed http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel You should uninstall LSWS from WHM plugin, then start over.
  11. M

    How do i change the licence?

    The key will update automatically once you renewal the license. No need to change it at all.
  12. M

    [Resolved] Confluence configuration problem

    The perl version does not match, you may have to install the perl module via CPAN, google how to do it.
  13. M

    PHP File Writing Permissions

    Does your server use a special secure kernel? Or something special with PHP? Sohusin? try sudo -u lsadm touch test_file under that directory, see if it has permission issue or not.
  14. M

    [Resolved] segfaults on FreeBSD 7

    Is it possible for us to login the server and take a look? You can PM the temp root login.
  15. M

    Start shutting down gracefully

    Yes, if apache configuration keeps changing.
  16. M

    Content-Aware Caching

    to cache index.php for 15 seconds
  17. M

    503 errors

    you can try set LSAPI_ALLOW_CORE_DUMP for lsphp5 external app. http://www.litespeedtech.com/php-litespeed-sapi.html
  18. M

    403 Error on _some_ file uploads in 4.1RC2

    You can enable debug logging, and what happened. you can track log entries by your IP address.
  19. M

    503 errors

    check error log for 503 errors, find out the URL, try to reproduce it. If you can reproduce it, looking into the root cause and fix it. trouble shooting tips at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting
  20. M

    [Resolved] Confluence configuration problem

    check where those files are installed with rpm -ql perl-Digest-SHA1.i386 and make sure the include path contain those directories.
Top