Search results

  1. M

    setting priority on php

    It is not allowed to set external app's priority lower than web server processes' priority. If you want to assign PHP process with higher priority, you need to give lshttpd higher priority as well.
  2. M

    Custom PHP Compile issues.

    That's because file upload is not enabled in lsws/php/php.ini, turn it on, it will work.
  3. M

    Custom PHP Compile issues.

    To fix those PHP Warnings you need to change your php.ini . Get the latest ioncube loader package, load php_ioncube_loader_lin_5.2.so in php.ini. Remove the configuration to load json, PDO, ... modules in php.ini., those modules has been compiled into PHP binary already.
  4. M

    So.. WHich is faster? suphp or nobody?

    Litespeed PHP suEXEC is as fast as running PHP as nobody, faster than Apache mod_php. While, Apache's phpsuexec or suphp implementation run php as CGI script, which is more slower than mod_php and LiteSpeed suEXEC implementation.
  5. M

    Configuration

    Or, we can setup one server then you duplicate the setup to the other two.
  6. M

    Configuration

    That's correct, if you want us to setup all three servers. If all three server has similar setup, we probably can do it for $300.
  7. M

    Configuration

    We have installation service available for $150/server. This include installation, configuration optimization, build customize PHP binary, one vhost configuration, etc.
  8. M

    Configuration

    Yes, you need to configure 3 servers. Maybe you can try to configure one server first, then copy the configuration files over to the other two servers.
  9. M

    Weird .htaccess problem

    It was fixed in the latest 3.2.2 build. http://www.litespeedtech.com/packages/3.0/lsws-3.2.2-ent-i386-linux.tar.gz
  10. M

    Weird .htaccess problem

    Can you turn on rewrite logging with "RewriteLogLevel 9" in the vhost configuration section in httpd.conf? Then you will get a rewrite logs in lsws/logs/error.log
  11. M

    timeouts

    try increasing this http://www.litespeedtech.com/docs/webserver/config/extapps/#initTimeout
  12. M

    Ruby LSAPI 2.7 and PHP LSAPI 4.1 released

    Ruby LSAPI 2.7 and PHP LSAPI 4.1 released: Download: http://www.litespeedtech.com/products/lsapi/download/ Overview: Ruby LSAPI is a Ruby extension which implements the highly optimized LiteSpeed SAPI protocol between Ruby and LiteSpeed Server. PHP LSAPI is a PHP SAPI which...
  13. M

    [lsphp]ssh2.so lib

    ssh2.so is built for earlier PHP release, you need to rebuild it.
  14. M

    vhconf charecter limit or number of lines limit?

    3.2.2 package has been uploaded, you can give it a try. http://www.litespeedtech.com/packages/3.0/lsws-3.2.2-ent-i386-linux.tar.gz http://www.litespeedtech.com/packages/3.0/lsws-3.2.2-std-i386-linux.tar.gz It is not the final release, we will update it from time to time to improve it. Just...
  15. M

    How use httpd.conf

    It should work well with the updated 3.2.2 release now.
  16. M

    How use httpd.conf

    Are you using directive "Listen 216.154.210.39:80"? Please show me the value of the "Using Apache Configuration file" section.
  17. M

    How use httpd.conf

    Also, please check the listener configuration section of LSWS web admin console, see if there is any IP addresses listed in the IP drop down box. Thanks!
  18. M

    How use httpd.conf

    I am not exactly sure what causes the problem in your environment, I have no problem to load your configuration file from our test server. Maybe LSWS has difficulty to detect the IP address assigned to that VPS? Can you try this to verify it? Please change "Listen 80" directive in the...
  19. M

    How use httpd.conf

    That's how LiteSpeed + control panel works. I think it is based on plesk control panel. Please give it try, if any thing broken, just send us the httpd.conf and related files, we will make it work.
Top