Search results

  1. M

    Will there be official support for Rails >= 2.3

    Thanks! Now, the RailsRunner.rb in the latest 4.0 release package should be compatible with all Rails release now.
  2. M

    Will there be official support for Rails >= 2.3

    I want to save the result in variable "raisl_ver" Is above code correct?
  3. M

    New installation security concerns

    You can update the configuration file lsws/admin/conf/admin_config.xml
  4. M

    Apache config's with piped CustomLog returns error

    Please download and try 4.0 release, the logger external app should be added automatically now.
  5. M

    Will there be official support for Rails >= 2.3

    actually, config/boot.rb does exactly what I want. just need to duplicate that code. :)
  6. M

    Will there be official support for Rails >= 2.3

    I am not sure we can do "require config/environment" at the beginning of the file or not. The code for 2.3 does not have that. I am thinking about some ruby code to open config/environment.rb and search for RAILS_GEM_VERSION .
  7. M

    suExec doesn't seem to work

    just PM the login information.
  8. M

    suExec doesn't seem to work

    What's your cPanel version? Which version of Apache was used? Have you customized httpd.conf? Is it possible for us to login to your server and take a look?
  9. M

    'force gid' not working

    Yes, should vhost level php5. The command maybe should be $SERVER_ROOT/fcgi-bin/lsphp5
  10. M

    php 5 questions. not able to see php docs

    read the document.
  11. M

    'force gid' not working

    From the information in your PM, looks like your PHP is not running in suEXEC mode, so, everything run as the default server UID. If you configure your vhosts natively from LSWS console, you should add a VHost Level lsphp_$VH_NAME external app, and corresponding script handler configuration for...
  12. M

    php 5 questions. not able to see php docs

    Please if there is a script handler configured for .php at server level.
  13. M

    'force gid' not working

    What's your "force gid" configuration, does the gid exist in /etc/group? Let you php script run shell command "id" to dump the uid and gids, you can PM me the result.
  14. M

    Admin Contrl Panel - 503 Service Unavailable ???

    Also try our latest 4.0 release package, just change the version number in our download link to 4.0rc1 packages.
  15. M

    Admin Contrl Panel - 503 Service Unavailable ???

    Please check number of admin_php sockets with ls /tmp/lshttpd/admin_php.sock* maybe remove them all with rm -rf /tmp/lshttpd/admin_php.sock*
  16. M

    Admin Contrl Panel - 503 Service Unavailable ???

    which version of LSWS are you using?
  17. M

    Can't access admin

    LiteSpeed should not affect cPanel/WHM access, as cPanel/WHM service is independent to Apache or LiteSpeed. Please check "cpsrvd" is running or not.
  18. M

    h264 streaming support

    That's another code-shop.com based implementation. :)
  19. M

    Mod_rewrite problem...

    should not be a problem with latest 4.0 release package anymore.
Top