Search results

  1. M

    2 warn messages

    You can safely ignore those messages.
  2. M

    weird lsphp4 processes

    Is there a suEXEC option in Plesk? LSWS need "User/Group" or "suEXEC_User/group" in the <virtualhost ...> configuration from httpd.conf.
  3. M

    "503 Service Unavailable" Error!

    try "Build Matching PHP" from LSWS WHM plugin.
  4. M

    How to disable php support in one of virtual hosts?

    the "php_value engine off" is Apache specific not supported in PHP core. We may add LSAPI PHP support for this feature in the future.
  5. M

    LSWS 3.3.22 has been released

    LiteSpeed Web Server 3.3.22 has been released This release is mainly to fix a bug introduced in 3.3.21 release. Download LiteSpeed Web Server View Version History
  6. M

    How to disable php support in one of virtual hosts?

    block *.php with rewrite rule, or change .php MIME type to text/html.
  7. M

    Login to store

    Once you add a package to shopping cart then checkout, you can register an account from there.
  8. M

    weird lsphp4 processes

    All of your lsphp4 processes are running under user "apache", so suEXEC is not in use. You can strace those lsphp4 processes to find out what are they doing.
  9. M

    "503 Service Unavailable" Error!

    Are you using cPanel? Please check LSWS error log and stderr.log, under either lsws/logs/ directory or /usr/local/apache/logs/ directory.
  10. M

    Login to store

    Yes, you need to register again.
  11. M

    ready to buy

    Either way, if you get a managed server from your hosting company, you can let them order for you. You only need to give them your serial number of order the license by yourself.
  12. M

    Free litespeed license

    No. you need a vps license at minimum as standard edition has 5 vhost limit.
  13. M

    Typo on footer of error pages

    I think it is OK to go with either "Lite Speed" or "LiteSpeed", we will change it to "LiteSpeed" in next release. Thanks.
  14. M

    Price for lightspeed?

    Yes, software updates are free with monthly subscription.
  15. M

    weird lsphp4 processes

    You can limit the "Max connections" for the "lsphp4" external app. also, you can try PHP suEXEC. Check if lsphp4 has been built with all required modules.
  16. M

    max connections 300

    depends on which version of LSWS are you using. Standard support 150 concurrent connections, VPS is 500, other enterprise editions are unlimited. However, all should be able to handle your traffic just fine. facing DDoS attack is another story though.
  17. M

    lshttpd using constant CPU even when not in use

    LSWS update the real time status via that file regularly, we may change it to another way to provide the information on demand in the future. So, it is not possible to turn it off now, however, if you want to avoid disk operation, you can mount a small ram disk at /tmp/lshttpd/ .
  18. M

    Configuring MySQL support for PHP

    mysql and mysqli are two different mysql module in PHP, they are not interchangeable. You have to build your PHP with configuration option "--with-mysql=<dir_to_libmysqlclient_installation>".
  19. M

    litespeed and nginx

    nginx is pretty good web server, but we do think litespeed is a much better product already. :) If not, we would be out of business long time ago. Our N-CPU license works pretty much like that. the claim of 10K connections using 2.5M memory is a false advertisement, in a real world load, I...
  20. M

    mod_security rules

    upcoming 4.0b3 will support 2.x rules.
Top