Search results

  1. M

    'force gid' not working

    We could not reproduce this, can you please try the 4.0 release package, just change the version number in link to 4.0rc1 package.
  2. M

    Fatal error: Allowed memory size of 33554432 bytes exhausted

    You can increase both limits in php.ini and LSWS web console. The memory used for opcode cache counted towards that limit.
  3. M

    Cannot build php 5.2.8

    Maybe it relates to the memory limit imposed on PHP process, can you please try our 4.0 release? Just change the version number in link to 4.0rc1 package to get it.
  4. M

    Admin Contrl Panel - 503 Service Unavailable ???

    Have you checked stderr.log and error.log for related errors? After a few retries, it eventually works, right? When you get 503, please check if there is "admin_php" process running. If there is, try to strace those processes.
  5. M

    suExec doesn't seem to work

    Please try 4.0 release, just change the version number in our 4.0rc1 download link published in the forum, it works in our lab.
  6. M

    Admin Contrl Panel - 503 Service Unavailable ???

    check available disk space, maybe some partition is full.
  7. M

    Will there be official support for Rails >= 2.3

    I am thinking adding ruby code to extract the version number from file "RAILS_ROOT/config/environment.rb, at the beginning of the file, "RAILS_GEM_VERSION" is set to the version of Rails should be used. Can anyone help with the ruby code?
  8. M

    suExec doesn't seem to work

    It is under "Server"->"General" tab, "Using Apache Configuration File".
  9. M

    h264 streaming support

    If someone can contribute a BSD licensed library which can seek H264 encoded movie file based on time (in seconds), it will accelerate the addition of this feature. The code should be based on the spec of the video file, should not be similar to the code used for lighttpd, nginx or Apache from...
  10. M

    'force gid' not working

    Please try 4.0rc1 release.
  11. M

    Server Load!

    One tip to reduce IOWAIT is to turn off updating access time of file system, search for "noatime" file system mount option for /etc/fstab .
  12. M

    Cannot build php 5.2.8

    Have you tried to build PHP from command line, under /usr/local/litespeed/phpbuild/php-5.2.8 Maybe some configuration option make PHP failed to detect the system readdir_r() function, try with minimum configuration option if it still fail from command line, just do ./configure --with-litespeed...
  13. M

    Only non-zts

    Are you using Apache 2.2 with worker mpm? Compile Apache 2.0 or Apache 2.2 with prefork should have WHM create non-zts php modules for you.
  14. M

    suExec doesn't seem to work

    http://www.litespeedtech.com/docs/webserver/config/general/#phpSuExec
  15. M

    Php 5.2.9

    It will be included in our upcoming 4.0 release.
  16. M

    SSL - Java Web Server Proxy - How to?

    create a SSL listener and bind to the vhost for the java web app. http://www.litespeedtech.com/how-tos.html#qa_confssl
  17. M

    Will there be official support for Rails >= 2.3

    Looks like ActiveRecord::Base.clear_active_connections! is coming back into ActiveRecord::Base in rails 2.3, so it should be fine. I have to make the RailsRunner.rb compatible with Rails 1.x 2.2 and 2.3 by combining the current RailsRunner.rb and the one you put up on github. Is...
  18. M

    Debian question and Pro version question.

    Most popular linux distribution used in hosting environment I think is CentOS, debian should be fine as well. http://www.litespeedtech.com/litespeed-web-server-editions.html 15 day trial is a 2-CPU license equivalent.
  19. M

    Can't get scripts to work with Litespeed

    Since LiteSpeed already run CGI script in suEXEC mode, there is no need to use scgi via /scgi-bin/, that's why scgiwrap complain about it. Just use plain CGI should be fine.
  20. M

    4.0 RC1 release

    that's interesting, please PM me more information about this issue, we need to verify and investigate.
Top