Search results

  1. M

    dispatch.lsapi doesn't run from command line

    That's normal behavior of dispatch.lsapi when run from command line.
  2. M

    giving users access to vhost logs - security threat??

    It should be fine I think. Any particular security concern?
  3. M

    dispatch.lsapi doesn't run from command line

    Please try the easy setup with simpler configuration.
  4. M

    Apache - Auto Reload On Changes

    It should be addressed in the latest 3.2.1, please give it a try.
  5. M

    lspai and RESTful routes

    3.2.1. has been released.
  6. M

    Outbound Bandwidth (bytes/sec)

    Please download and try the latest 3.2.1 release. Throttling was not properly turned on for vhosts configured through Apache httpd.conf in earlier releases.
  7. M

    Outbound Bandwidth (bytes/sec)

    Are you trying it with the Enterprise Edition? How about using "1024K"?
  8. M

    HTAccess - error

    Please check Apache's httpd.conf, there should be a script alias defined for this. just try the configured URL.
  9. M

    HTAccess - error

    The wredirect.cgi works, right? It should be fine.
  10. M

    Outbound Bandwidth (bytes/sec)

    Yes, that's correct.
  11. M

    Hide certain types of files?

    mod_security probably is the easiest way as it can be configured server wide. It is not hard to learn. Using rewrite rule is possible, but you have to configure it for each virtual host, it is no server wide configuration.
  12. M

    Outbound Bandwidth (bytes/sec)

    The limit is "bytes/sec", so if you want limit the download speed to 10Mb/sec, set it to "1200K" or just "1M". I think most users do not have bandwidth high enough to reach 10Mb though.
  13. M

    Symlinks just don't seem to work...

    404 is "not found", so it should not be a permission issue. have you double checked the symbolic link is good? Please it in command line first.
  14. M

    Setting the vhost root to /home/user doesn't work...

    Please check the permission of /home/user directory to make sure that the user that server run as can access it.
  15. M

    FrontPage

    wiki has been updated to use the exact same code now. Thanks!
  16. M

    Security ?

    open_basedir is just another layer of protection. In a optimum setup, PHP suEXEC along should be enough. But, sometimes you have to loose the file permissions to make some application happy, in that case open_basedir is helpful.
  17. M

    How to get workingwith plesk?

    All issues should have been addressed in the latest build of 3.2.1 package.
  18. M

    can't access awstats after upgrade to enterprise

    You can download the 3.2.1 release now. http://www.litespeedtech.com/packages/3.0/lsws-3.2.1-ent-x86_64-solaris.tar.gz
  19. M

    Welcome LiteSpeed new team member - David

    Hello Everyone, Thanks to our excellent product and the support from all of LiteSpeed users, we have undergone tremendous growth during the past year, and we have been looking for suitable candidates to grow our team for a while. Today, I am glad to introduce you our new team member, David...
  20. M

    No executable 'php' under sapi/litespeed/

    I think your PHP has not been successfully configured to build LiteSpeed PHP SAPI module. try your PHP configure command again and make sure output regarding sapi module is "LiteSpeed".
Top