Search results

  1. M

    Peer review of my LS screencast

    That looks great! Do you mind we keep a copy and link it in our wiki?
  2. M

    Stability of 3.3.14

    Don't worry, we have tested it in our lab extensively. Should be best release for cPanel users.
  3. M

    Won't Compile w/ Settings.

    Looks like it does not build PHP with LiteSpeed SAPI at all. I think you should check your configuration parameters, and make sure to remove those related to other SAPI modules, like Apache (--with-axps), or fcgi (--enable-fastcgi), etc. A set of files will be created each time you build PHP...
  4. M

    Return of the core files

    We will not able to fix a php internal bug, which we believe it is the root cause of the core dump. However, if you do not want to have lsphp stop producing core dump files any more, the solution is easy. Just add the following code to LSAPI_Init_Env_Parameters() function in...
  5. M

    Tuning for 512Mb slice

    For the ruby process, you should give enough memory, otherwise the application will break. For Memory I/O buffer, you don't have to change it as LSWS will allocate memory on demand. When the limit is hit, LSWS will start to swap to disk.
  6. M

    Finding out license expiry date?

    Please try command cd /opt/lsws/bin ./lshttpd -t
  7. M

    Won't Compile w/ Settings.

    The build failed, you can check the build log under lsws/phpbuild directory.
  8. M

    info: Permission denied, let parent kill it: 31166

    That's normal, lshttpd cannot kill a child process started in suEXEC mode.
  9. M

    Default configurations of litespeed

    You can find the default value in the installation package under conf/ directory.
  10. M

    LSWS 3.3.14 has been released

    LiteSpeed Web Server 3.3.14 has been released This release is mainly to address a few minor bugs and improved cPanel compatibilities. Attention cPanel users: This release should fix the cPanel compatibility problem for real. :) "Use Apache Binary wrapper" option is recommended for people...
  11. M

    core dumps

    It is more likely a ruby internal problem, so, you may get more helpful tips if you write to the ruby email lists about this. If you want to, you can try debug a live Ruby process with http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_debug
  12. M

    Default configurations of litespeed

    Please try reset Static Requests/Second, Dynamic Requests/Second and Outbound Bandwidth to "0", then restart LSWS.
  13. M

    503 error after rails 2 upgrade

    I have upgrade our rails test environment to 2.1.0, created a test rails application, it works fine with LiteSpeed, maybe the rails 2.0.2 is buggy.
  14. M

    Administrator Emails

    No. you won't get email notification regarding this. Only when something happen to lshttpd itself you will get notified.
  15. M

    Upload Progress Bar

    No, it will be added when the SSI support is ready.
  16. M

    Error !

    Those are normal. need more information about your installation.
  17. M

    503 error after rails 2 upgrade

    Maybe need to add something like "require rails" before "require config/environment"? Just a wild guess.
  18. M

    503 error after rails 2 upgrade

    Do you have any idea why you get this ./config/environment.rb:13: uninitialized constant Rails (NameError) from /opt/lsws/fcgi-bin/RailsRunner.rb:5:in `require' from /opt/lsws/fcgi-bin/RailsRunner.rb:5 line 5 is require 'config/environment'
  19. M

    Won't Compile w/ Settings.

    Does /opt/lsws/phpbuild/php-5.2.6/sapi/littespeed/php get created? Any error in the build log?
  20. M

    Problem with multi IP config

    Please send a temp server root login to support@litespeedtech... we will take a look.
Top