Search results

  1. M

    Install Help

    If you plan to use LiteSpeed with cPanel, you can try install it yourself with the WHM plugin. http://www.litespeedtech.com/support/forum/showthread.php?t=2160
  2. M

    LSWS 3.3.15 has been released

    LiteSpeed Web Server 3.3.15 has been released This release is mainly to address a few minor bugs and added a cPanel/WHM plugin for easier management of LSWS through WHM. Download LiteSpeed Web Server View Version History
  3. M

    Custom ERROR 401

    Make sure to use a relative URL like "/my_401page.html", instead of a absolute URL "http://my.site/my_401page.html"
  4. M

    Embed inline Ruby & HTML?

    I tried the rewrite rule and it works. Looks like your rewrite rule has not been configured properly. the request was not rewritten to /cgi-bin/eruby
  5. M

    [solved] Removing Powered By ?

    You have to add a custom error page.
  6. M

    Embed inline Ruby & HTML?

    No need to use those configuration. try rewrite rule RewriteRule (.*\.rhtml)$ /cgi-bin/eruby/$1 This should pass the rhtml file as PATH_TRANSLATED to eruby CGI. give it a try.
  7. M

    Embed inline Ruby & HTML?

    eRuby is CGI written in C, should be able to used together with LiteSpeed.
  8. M

    LSWS Vhosts detected but don't work?

    I think you are using the standard version, the 5 vhost limit has been hit.
  9. M

    dDos Atack

    http://www.litespeedtech.com/support/forum/showthread.php?p=10989#post10989
  10. M

    LSWS Vhosts detected but don't work?

    Were you accessing the vhost by IP or by domain. There might be a problem with vhost with dedicate IP, fix is in 3.3.15. You can download it by changing the version number in the download link.
  11. M

    minor problem in sorting

    http://www.litespeedtech.com/support/forum/showthread.php?t=2121 The patch will be applied in 3.3.15 release. you can try it in 3.3.14 as well.
  12. M

    PHP Error Logging

    Have no idea, it should be a PHP internal feature. However, you should find PHP error messages in /opt/lsws/logs/error.log or where ever the log file has been written to.
  13. M

    LS3.3.14 web server trial.key error

    That server has been on trial key before, you have to send us the server IP to have it cleared in our trial tracking DB.
  14. M

    Lasso on Litespeed Server

    Probably will not work with LiteSpeed as it use dedicate Apache module.
  15. M

    PNG images displaying as a red cross

    Please check error.log and stderr.log for errors, make sure the MIME setting is correct for .png, try to load it with firebug extension from firefox. You should remove the "example" vhost from the vhosts configuration tab.
  16. M

    Problem loading Gems

    Maybe you have another ruby installation in /usr/local/bin/ruby or somewhere. Try "which ruby" from your command line.
  17. M

    Update purchase question

    Please send us your serial number, we will process it manually.
  18. M

    LSWS cPanel/WHM plugin

    We have developed a cPanel/WHM plugin for LiteSpeed Web Server Enterprise, announcement is at http://www.litespeedtech.com/support/forum/showthread.php?p=10990 Please give it a try and post your feed backs under this thread.
  19. M

    DDoS Attack Logging?

    That is on the to-do list of our 4.0 release.
  20. M

    Sites are loading slow.

    Looks like your server is under attack. Try follow our Anti-DDoS howto to deal with it. http://www.litespeedtech.com/how-tos.html#qa_dos
Top