Search results

  1. M

    Litespeed v4 upgrade

    Yes, to upgrade to latest release, you need to purchase yearly software update if you bought the license more than 1-year ago.
  2. M

    RewriteLog and LiteSpeed

    Litespeed does not use separate rewrite log, just check error_log, make sure log level is set at INFO or DEBUG.
  3. M

    [Resolved] lscgid: execve():<<dir>> No such file or directory

    please check /usr/bin/perl permission.
  4. M

    Core Dump Location

    http://www.litespeedtech.com/docs/webserver/config/adminserver/#enableCoreDump move core dump path, you can change kernel configuration via /proc/ or sysctl.conf
  5. M

    [RESOLVED] 0755 issue

    directory with 0755 and file with 0644 permission is world readable. I think the problem might be the permission mask of parent directory.
  6. M

    [Resolved] PHP5 + PHP4 problem

    You need to define "/old/stuff" as a static context, then add apache style configuration like AddType application/x-httpd-php4 php
  7. M

    VPS Licence confusion

    The limit is going to be 2GB, we raised the limit, it will be enforced.
  8. M

    VPS Licence confusion

    The latest build of 4.0.13 has 2GB limit, just do a force reinstall to upgrade to the latest. Or wait for the 4.0.14 build.
  9. M

    [Resolved] Ban Hotlinking via htaccess

    does it work as expected with Apache?
  10. M

    $VH_ROOT not work properly at server level

    You should only use it at vhost level. At server level, $VH_ROOT is not set.
  11. M

    Need some help.

    You need to set it on web server side. LSLB adds "X-Forwarded-For" request header.
  12. M

    SSI: Garbage (leaked data) after date w/ time format

    Fix will be in 4.0.14 release.
  13. M

    100% CPU Usage

    to trouble shoot the 100% cpu issue, may need the debug build of lshttpd, and attach to the process with GDB. Please contact bug@litespeedtech... for further assistance if need.
  14. M

    [Resolved] Ban Hotlinking via htaccess

    It should work well. RewriteCond %{HTTP_REFERER} ^http://(.+\.)?(myspace|blogspot|livejournal)\.com/ [NC] RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F] is more efficient Have you enabled rewrite in .htaccess? You can trouble shoot it by enabling rewrite log.
  15. M

    Cpanel Stops but wont restart Litespeed

    You should reinstall LSWS by following http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel if you did not.
  16. M

    Cpanel Stops but wont restart Litespeed

    http://www.litespeedtech.com/docs/webserver/config/general/#autoReloadApacheConf We recommend "User Apache binary wrapper" for cPanel now.
  17. M

    Problem with latest RailsRunner.rb and old Rails version

    Thanks! We will apply the change.
  18. M

    503 errors with FireFox only

    We noticed similar behavior from another web site. I think it relates to the cookie sent by browser, PHP somehow does not like it and do something strange. The difficult part is that we cannot reproduce it easily to trouble shoot it further.
  19. M

    "Error in establishing database connection"

    You need to compile PHP mysql module and set correct mysql socket path.
  20. M

    Problem with latest RailsRunner.rb and old Rails version

    Can you give complete code around that line? not that familiar with ruby syntax. :-)
Top