Search results

  1. M

    Virtual hosts problem

    I think I know why it does not work with your plesk installation. standard edition has 5 hosts limit from apache configuration. Plesk create too many default vhosts, so the limit has been reached before a real vhost was configured. that's why you only see the default page. Enterprise edition...
  2. M

    Virtual hosts problem

    I recommend you to try a fresh installation with 3.2.2 release by strictly following the tutorial. It should work.
  3. M

    404 Error?

    Maybe try lynx from that server. When you see that message, means that the rails app works. You can move on.
  4. M

    404 Error?

    Are you running in "production" mode or "development"? the properties page is not available for "production" for security reason.
  5. M

    404 Error?

    You should try our easy configuration first, without the rewrite.
  6. M

    Virtual hosts problem

    You should use the phpsuexec template, everything should be configured though Apache's httpd.conf. You should try LSWS on another port with "port offset" = 2000. And you can try our 3.2.2 build: http://www.litespeedtech.com/packages/3.0/lsws-3.2.2-std-i386-linux.tar.gz
  7. M

    suddenly can't resolve hosts inside PHP but wget is fine

    I think it might be PHP memory limit issue, try increasing the "Process Soft/Hard limit" for the php external application, and there are a memory limit in php.ini, you should increase that as well.
  8. M

    Running short of concurrent connections

    Yeah, those are related. Max Connections around 2K is more than enough for your current usage. If every page contains new images, you may turn off smart keep-alive. But it is not that critical.
  9. M

    Rails stopped running with LSAPI 2.7

    It should be /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.7, something wrong with your gem installation.
  10. M

    Rails stopped running with LSAPI 2.7

    Has the gem being properly installed. maybe it take for a while to have all rubyforge mirrors got synced. Can you compare the source files in the gem package and the tar.gz package from our site?
  11. M

    Rails stopped running with LSAPI 2.7

    Yes, that will do it.
  12. M

    Rails stopped running with LSAPI 2.7

    Uploaded the gem package again, should work now.
  13. M

    max response size

    It is a global configuration, can only be adjusted from LSWS web console.
  14. M

    Lisencing Question

    And you can read our documentation regarding installation as well.
  15. M

    Lisencing Question

    Once you get your hand on the installer, you will know what you should do. very easy and painless. :)
  16. M

    Lisencing Question

    No, just run the installer again to install the license key. All configurations are kept.
  17. M

    Proxy crashes backend mongrel when URL ends with ?

    The request looks all right, mongrel does not like it, and close connection upon receiving it. 0x0030: 73ac aab4 4745 5420 2f61 6363 6f75 6e74 s...GET./account 0x0040: 2f6c 6f63 6174 696f 6e73 2f36 2f65 6469 /locations/6/edi 0x0050: 743f 0048 5454 502f 312e 310d 0a48 6f73...
  18. M

    Proxy crashes backend mongrel when URL ends with ?

    Can try capturing the data going back and forth between LSWS and mongrel with tcpdump? something like "tcpdump -i lo -s 0 -X" Looks like mongrel does not like the request forwarded by LSWS, you can verify the request it with tcpdump output.
  19. M

    So.. WHich is faster? suphp or nobody?

    Linux I/O scheduler is not priority aware, they have their own algorithm. One I/O intensive task will definitely affect other jobs doing disk I/O.
Top