Search results

  1. M

    Compiling PHP

    check output of lsws/fcgi-bin/lsphp5 -i It should have mysql and mysqli module in the output, if not, you need to tweak PHP configuration and recompile. I think "--with-mysql=../mysql" does not work. you have to use the real path where mysql client libraries has been installed to. make sure...
  2. M

    HTTP 503 killing :|

    It is xcache, disable xcache fix it. you can enable eaccelerator again.
  3. M

    HTTP 503 killing :|

    It may related to your eaccelerator setup, PHP crashes, please try disabling it from php.ini see if it helps or not.
  4. M

    userdir 500 error

    mainIP should work with latest 4.0b3 build now.
  5. M

    userdir 500 error

    Maybe the user domain has a dedicate IP? If yes, try its own IP instead of the global shared IP. This optimization was added to reduce memory usage, maybe should not do that.
  6. M

    4.0b3 release

    Yes, it should. However, it may be disabled by default due to "option IncludesNOEXEC", Apache's document is a bit vague on this. So, we may need to adjust the default behavior. You can try "#include virtual" see if it works.
  7. M

    strange incident solved only by system restart

    It is hard to say now, maybe some system resource has been taken by other processes to prevent LSWS from working properly, VPS is tricky.
  8. M

    userdir 500 error

    Which version of Apache is used? Have you customized the httpd.conf template? "UserDir public_html" should be in httpd.conf, the cause of 500 error is detect loop redirection. Need to check the original URL and the target URL. LSWS should do an internal redirect from "http://ip/~user/..." to...
  9. M

    4.0b3 release

    added support for this in the latest 4.0b3 update package.
  10. M

    Some rewrites not working

    Please download and try updated 3.3.24 or 4.0b3 package, it should work better regarding RewriteBase .
  11. M

    Cannot Build Matching PHP Binary

    Managed to fix this, you are on litespeed now.
  12. M

    Cannot Build Matching PHP Binary

    If you do not mind, PM me a temp root access to WHM and ssh. I will take a look.
  13. M

    Some rewrites not working

    RewriteLogLevel 9
  14. M

    Cannot Build Matching PHP Binary

    reinstall WHM plugin see if it help or not. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel
  15. M

    lsphp process problem

    If it happen again, please "strace" those lsphp processes. Maybe them stuck at a system call. Also, you may want to recompile PHP to make sure the latest php-lsapi code is used. With latest php-lsapi code, a parentless lsphp should quit by itself.
  16. M

    Some rewrites not working

    The original rule works properly with our cPanel test server. Can you post the rewrite log for a request that does not work? Maybe %{REQUEST_URI} has been interpreted to something else.
  17. M

    "Options +MutlViews" in LiteSpeed?

    MultiView is not easy to implement, rewrite rule can do pretty much the same, this a rarely used feature. so we do not plan to implement it.
  18. M

    New license

    Please execute the following commands from command line. cp serial.no /usr/local/lsws/conf /usr/local/lsws/bin/lshttpd -r mv /usr/local/lsws/license.key /usr/local/lsws/conf/license.key rm /usr/local/lsws/conf/trial.key /usr/local/lsws/bin/lswsctrl restart
  19. M

    c/c++ shared modules as plugins

    assign MIME "application/x-httpd-shtml" to the corresponding file suffix.
  20. M

    Various Post Installation Questions

    Must be something different. Maybe cPanel ezapache update some parameter recently. If you would like to find out why, you can try a fresh rebuild of Apache/PHP on those servers with those problem, then build matching PHP. I am experiment with suphp option now.
Top