Search results

  1. M

    cPanel+Litespeed+Proxied mod_perl

    If you use cPanel, the solution is easy. http://www.litespeedtech.com/docs/webserver/config/general/#apacheHandledContent If you configure LSWS via web console, you can create a proxy context with URI "/perl/" and use the Apache web server external app as the handler.
  2. M

    how to disable access_logging?

    that's server's main access log, it logs requests not going to any vhost. domain name in the request does not match any configured vhost.
  3. M

    Differences between 1-cpu 2-cpus 4-cpus licenses

    http://www.litespeedtech.com/support/forum/showthread.php?t=1660
  4. M

    LSWS 3.0RC2 and trac-fcgi

    you should enable debug logging, also check stderr.log
  5. M

    Adding vhosts by creating a file?

    It has not been implemented.
  6. M

    4.0 RC1 release

    Yes, just run the installer to upgrade.
  7. M

    Different different php config?

    Use php_admin_value <php.ini directive> for that vhsot.
  8. M

    Wildcard DNS

    For DNS setup, you should google it, if the dns has been setup properly, need to configure LSWS vhost, you just use "*" for listener to vhost mapping.
  9. M

    Uninstall Abort Error

    actually, you can remove the lsws directory to uninstall litespeed.
  10. M

    how to disable access_logging?

    It should be disabled. You can try /dev/null as the path as well.
  11. M

    Configured POST variable limit exceeded

    It is a PHP error, nothing to do with LSWS. tune your php.ini
  12. M

    Rails 2.2 cache_classes problem.

    maybe there are multiple ruby installations. Make sure the correct one has been used, check configuration under "Ruby" tab.
  13. M

    Using WHM Plugin and got redirected to port 80

    You are not suppose to run that script from command line. If your server is a vps, the fix is relatively easy, just let the server admin to copy bin/ directory back. If you have a dedicate server, need to boot the server with a rescue disk and copy it back.
  14. M

    Are you Getting 503 errors? Connection Timeouts?

    Please follow tips in http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting
  15. M

    Uninstall Abort Error

    Just stop lsws with command "lsws/bin/lswsctrl stop" in advance.
  16. M

    Using WHM Plugin and got redirected to port 80

    /usr/local/cpanel/whostmgr/docroot/cgi/lsws/lsws_whm_plugin_uninstall.sh
  17. M

    4.0 RC1 release

    4.0 RC1 release is available now. The goal of this release is to stabilize 4.0 release and get read y for 4.0 official release, so there is no major new feature added, in order not to further delay 4.0 release some features planed for 4.0 are rescheduled for 4.1 release. 4.0 RC1 release...
  18. M

    install completed - web server is not running

    should be 2080 = 80 + 2000 .
  19. M

    Using WHM Plugin and got redirected to port 80

    LiteSpeed will not do that by itself, must be some rewrite rule or the php code doing that. You can use the WHM plugin when let LSWS to read Apache configuration file directly. If you configure vhosts in LSWS web console natively, it wont work properly.
Top