Search results

  1. M

    Redirect_to not working

    Can you build a sample application using redirect_to and send it to us?
  2. M

    weird behavior multipart form uploads

    Looks like your application may write some debug message to stdout before the response header was sent.
  3. M

    lspai and RESTful routes

    Try upgrade ruby-lsapi, I have added a new release to rubyforge a while ago. That release should work well with redirect_to. We probably will not announce it officially, as we need to release a new release soon.
  4. M

    Railsrunner eating CPU on custom kernel

    We probably could not help much on this. It is completely a Ruby / kernel problem, maybe a bug in kernel was hit. You have to use some kernel debug tool to find out where the extra CPU was used. It is beyond the knowledge of most of us.
  5. M

    vhconf charecter limit or number of lines limit?

    Yes, there is a limit for each configuration entry. We will increase the limit in next release. But, 1470 lines of rewrite rules is too much, It will slowdown the server a lot. If possible, you can use a rewrite map to simplify the rewrite rules, and it will run a lot faster.
  6. M

    best way to set up environment variables??

    I think it should work with Standard edition as well. We will double check.
  7. M

    newbie questions !

    No, you do not need another control panel, nor Apache.
  8. M

    newbie questions !

    I think most of them are PHP modules, so it will take about the same amount of effort as with Apache. LSWS has its own web admin console to manage web sites. You can use WebMin to manage other part of the system if you prefer.
  9. M

    "slim" Apache?

    maybe mod_perl?
  10. M

    Can't connect to mysql

    Yes. No, LiteSpeed will not affect the PHP, it is completely a PHP issue. Please double check the MySQL socket configuration in the info page. Also, you can check lsws/logs/error.log and stderr.log see if PHP dump any error message.
  11. M

    Hosting with Standard Edition.

    Yes, it is.
  12. M

    FilesMatch

    No, it will not work. You have to use rewrite rules to implement this.
  13. M

    default lsphp no mysql

    Yes, there is for later build of lsphp. do cp -f admin/fcgi-bin/admin_php fcgi-bin/lsphp
  14. M

    Hosting with Standard Edition.

    It is unlimited.
  15. M

    is it possible to set $VH_NAME to environment variables??

    We can add that in next release. Are you using it in a vhost template?
  16. M

    Initial setup of RoR on a cPanel box

    A problem with subdomain configuration. This issue will be addressed in 3.2.2 release.
  17. M

    Difference between using the pre-built Ruby vhost template and disptach.lsapi?

    Are you sure? The RoR vhost templates uses RailsRunner.rb, which is like a universal dispatch.lsapi, performance should be the same.
  18. M

    MultiViews

    Solution should be similar to this http://www.litespeedtech.com/support/forum/showthread.php?t=1143
  19. M

    *file /usr/local/apache/conf/httpd.conf is not readable

    The apache configuration file field was updated to make it wider, looks like the read permission should not be required. Will fix it with a update . You can manually change http_config.xml in the mean time. Sorry about that.
Top