Search results

  1. M

    unexpected signal=11

    3.3.20 is available now.
  2. M

    LSWS 3.3.20 has been released

    LiteSpeed Web Server 3.3.20 has been released This release is mainly to fix a bug in VMware detection code. Download LiteSpeed Web Server View Version History
  3. M

    unexpected signal=11

    That is related to our new vmware detection code used in 3.3.19. we are working on a fix, will available soon. You can install 3.3.18 in the mean time.
  4. M

    internal server error

    Are you using a control panel? You can enable debug logging and check error.log
  5. M

    massive cpu usage from litespeed

    Looks like a run away PHP process, either php script problem or php internal bug. try "strace -p <pid_of_lsphp5>", you can set the "max_execution_time" in php.ini to minimize the cpu time consumed by those bad PHP processes before having a fix.
  6. M

    /var/log/httpd/domains logs

    check the ownership and permission along the path of /var/log/httpd/domains
  7. M

    i been getting segfaults .......

    That probably produced by a PHP script.
  8. M

    Multi-language content negotiation

    I think simple multi-lingual content negotiation can be implemented with rewrite rules
  9. M

    Rewrite Rules Subvert Error Pages

    We tried it on a WP installation. it does display the 404 page. But the page does get rewritten to index.php first, then index.php calls wp-content/themes/default/404.php So, I am not sure what exactly is the cause of the problem, maybe you can try disabling WP-Super Cache, once we identify...
  10. M

    Mod Rewrite Issue

    We could not reproduce it in our lab, both rule work as expected. But any way, you can change the second rewrite rule to RewriteRule ^([a-zA-Z0-9_-]+)/$ /u.php?$1
  11. M

    Build Matching Binary Fails

    Please try rebuild Apache/php with ezapache first.
  12. M

    New installation - 503 Service Unavailable

    It could be overridden at the rails context level.
  13. M

    i been getting segfaults .......

    That's your fast cgi PHP binary crashed, if you can find the core file, you use GDB to get the backtrace of the call stack, then submit it to php.net.
  14. M

    New installation - 503 Service Unavailable

    The rails properties page is only available in Development mode.
  15. M

    disable web server name

    reset your admin password with lsws/admin/misc/admpass.sh
  16. M

    PHP suEXEC & PhpMyAdmin

    Make sure you have build LSAPI PHP binary matches the configuration used for Apache mod_php, check the output of phpinfo page.
  17. M

    disable web server name

    Server header can be hidden completely for enterprise user. http://www.litespeedtech.com/docs/webserver/config/general/#showVersionNumber
  18. M

    LiteSpeedTech or Lighttpd ?

    Installation is a paid service. http://store.litespeedtech.com/order/products.php?wwid=6 However, installation should be very simple, most user should be able to handle it by themselves. If you use cPanel, it is even easier...
  19. M

    Error Log Location

    The error log is /usr/local/apache/logs/error_log when use LSWS with cPanel.
  20. M

    How can hide litespeed brand?

    Just add a custom 404 error page for that site.
Top