Search results

  1. M

    Force run as root

    No, it is not possible for security reason. You can have to use "Set UID" CGI to do that.
  2. M

    Newsletters slowdown

    So, I guess the newletter engine uses a cron job to send out the news letter. The request take long time to finish, so you need to increase various timeout setttings. "Server"->"tuning"->"connection timeout" Increase "Initial Request Time" for the lsphp external application. If it take longer...
  3. M

    Expression Engine

    The 500 error is not likely related to the rewrite rule, you can comment out the rewrite rule see if you still get the 500 error. Just acccess the rewritten URL directly, like /index.php/org/path .
  4. M

    rails lsapi wiki clarification

    No, you do not need to copy dispatch.lsapi for the easy configuration.
  5. M

    connection reset

    Please wait for the 3.2 release for th cPanel edge. You could strace the lsphp process that processing the upload to find out what is going on.
  6. M

    connection reset

    Are you using bandwidth throttling and/or request rate throttling? Try turning it off see if it helps.
  7. M

    LiteSpeed License is making it impossible to run user generated / web2.0 websites

    If your site is not targeting porn content, we will not trouble you. For example, there is no problem for flickr or photobucket to use our product, even though, there might be users who uploads porn pictures occasionally, we won't revoke our license because of that. However, there are picture...
  8. M

    Newsletters slowdown

    Any error messages in stderr.log, error.log? How many PHP process are running? You can try "strace" on those php process to find out what makes them stop. How was the emails being sent? through sendmail, smtp or something else?
  9. M

    LSAPI Bug

    Yeah, I understood. We will address this issue in next release.
  10. M

    Newsletters slowdown

    Maybe it uses a large amount of concurrent PHP process to send out the email. Try increasing "Max Conns" "Process Soft/Hard Limit" for the lsphp application.
  11. M

    LSAPI Bug

    I thought that RAILS_ENV is a standard environment variable being referenced internally by the Rails framework. I might be wrong as I am not a real Rails developer. ;)
  12. M

    Toggle for Byte Log Rollover

    Yes, you should upgrade to LSWS3.
  13. M

    Toggle for Byte Log Rollover

    Current rotation size is at 1GB, should be big enough to hold traffic data of a whole day. We will increase it to about 2GB. Does cPanel rotate the byte log file daily?
  14. M

    LSAPI Bug

    I think I knew why, ruby-lsapi does Rails environment variable fix up if a rail environment has been detected, otherwise standard CGI environment variable is used. ruby-lsapi checks "RAILS_ROOT" or "RAILS_ENV" as the signature, which will be set automatically when our rails easy setup is used...
  15. M

    LiteSpeed VPS Edition

    It will be available in a day or two, please be patient.
  16. M

    LiteSpeed VPS Edition

    We are building our new online order system around modernbill, still get some problems. will be fixed soon. To upgrade to the paid version, just run the installer and select upgrade, then hit "enter" a couple times.
  17. M

    LSWS + Resin ?

    There probably is not any easy solution here. You need to read mod_caucho and resin documentation see if it is possible to have resin start a HTTP listener on one port, then let LiteSpeed talk to resin via HTTP proxy.
  18. M

    LSWS + Resin ?

    What is the related Apache directive used. Apache may have a mod_resin, which is not available in LiteSpeed. For Litespeed, I think should use HTTP reverse proxy to talk to backend Resin.
  19. M

    403 Forbidden error

    I think you should use URI: /chat/ when you create the Java Web App context. You can have LiteSpeed proxy to backend tomcat as well.
  20. M

    LSAPI Bug

    Please make sure there is no manually installed ruby-lsapi module interfering with the gem installation. Please make sure to remove /usr/local/lib/ruby/site_ruby/1.8/i686-linux/lsapi.so if there is one. Then please remove the ruby-lsapi gem and install again. The "PATH_INFO" env should always...
Top