Search results

  1. A

    PHP compiles fine, but stalls at "Installing PHP"

    same problem here, lsws 4.0.10 64-bit, Ubuntu LTS 8.0.4 I'm having the same problem... Hangs at 'Installing PHP'.. root:/opt/lsws/phpbuild# tail -f `ls -1 *progress -rt | tail -1` Installing PHP Tried php 5.2.9, 5.2.10, lsws 4.0.9, 4.0.10.... btw, I do NOT have suhosin checked, and do NOT...
  2. A

    web console not responding after graceful restart

    Similar problem here... This seems to be happening to my server (4.0.9) as well... similar environment.. New install of "Ubuntu 8.04.3 LTS" error.log: 2009-08-05 00:14:32.784 [NOTICE] Your License key will expire in 34 days 2009-08-05 00:14:32.784 [NOTICE] Loading LiteSpeed/4.0.9...
  3. A

    Create Virtual Template from Virtual Host

    oh, and clone Virtual Host or just to clone an existing virtual host configuration to a new one, that would solve my existing challenge as well... though if I'm doing that, I suppose I should have a template....
  4. A

    Create Virtual Template from Virtual Host

    I would love the ability to create a virtual template based on an existing virtual host. If anyone has a step-by-step, I could use it... but the ideal would be to click a link in the virtual host in the admin console, specify the virtual template name, and viola, a virtual host template...
  5. A

    503 error with Rails 2.3.2

    outdated RailsRunner.rb?? Is this something we must manually do everytime we upgrade? Also, How can we serve both rails v2.3 and rails v2.2 on the save server? Does our virtual host automatically choose between the two?
  6. A

    503 error on every initial request to a Rails site

    lsws 4.0.4 fixed it, thanks! Thanks, lsws 4.0.4 doesn't give me the 503, thanks...
  7. A

    503, but no logs, or explanation...

    I'm getting this error, and a 503 page, but no other logs... 2009-05-24 15:45:21.296 [NOTICE] [96.25.25.71:10237-0#forms-redirect] [uds://tmp/lshttpd/forms-redirect:_.sock] Request in process stage, fail with 503 I'm trying to set up a rails app with the ez context, but isn't this a...
  8. A

    503 error on every initial request to a Rails site

    oh, and I did increase the Timeout to 60 seconds... still got the exact same symptoms... I timed how long it took the rails app to come up with RAILS_ENV=production script/console , and it tool about 29seconds... So 60 should be plenty!???
  9. A

    503 error on every initial request to a Rails site

    ???? nobody has ideas on how to troubleshoot ??? I'm a bit at a loss... I've had to resort to a cron job every 2 mins to pull a page, just to ensure it's up... I have the max time set to -1, and Auto Start: Yes, so I shouldn't have to do this... Anyone have any clues on how to...
  10. A

    503 error on every initial request to a Rails site

    but what does it mean?? You have a good point, but honestly, I'm not sure if the Instances parameter would help with the initial startup... (I do have 'Auto Start: 1') So, I'm less inclined to try changing those values any more until I understand how they affect the process... Any...
  11. A

    503 error on every initial request to a Rails site

    a way to troubleshoot this??? Surely there's a way to troubleshoot exactly where the 503 is coming from??? :confused: When there's an error in the Rails application, and I get a 503, I know it's the rails app because I execute: # RAILS_ENV=production script/console from the command...
  12. A

    503 error on every initial request to a Rails site

    I keep getting a 503 error the first time I pull a page from the rails app... After that, the subsequent requests pull fine with no errors.. I'm running Litespeed Web Server Enterprise: v4.0.2 Rails version: 2.2.2 ruby-lsapi gem version: 3.4 I suspect it's something to do with...
  13. A

    503 error with Rails 2.3.2

    any luck? I'm having 503 errors as well... They seem to come more often when the server is under load, or this is the first request of this rails app since litespeed restarted... I tried updating the timeouts in the rails virtual host conf... but they're pretty long, and still it's...
  14. A

    Admin Contrl Panel - 503 Service Unavailable ???

    That worked! #ls /tmp/lshttpd/admin_php.sock.* /tmp/lshttpd/admin_php.sock.671 /tmp/lshttpd/admin_php.sock.890 #rm -rf /tmp/lshttpd/admin_php.sock.* That worked.. Thanks!
  15. A

    Admin Contrl Panel - 503 Service Unavailable ???

    Version 3.3.24 #cat VERSION 3.3.24
  16. A

    Admin Contrl Panel - 503 Service Unavailable ???

    ah, errors and no admin_php errors... # tail -f stderr.log error.log 2009-03-17 14:23:46.084 [INFO] [X.X.X.X:32586-0#_AdminVHost] connection to [UDS://tmp/lshttpd/admin_php.sock] on request #0, Connection timed out! 2009-03-17 14:23:47.085 [NOTICE] [Rails:XXX.com:/] Send SIGKILL to...
  17. A

    Admin Contrl Panel - 503 Service Unavailable ???

    not disk space.... Thanks for the idea.. Not this problem though... Filesystem Size Used Avail Use% Mounted on /dev/hda5 7.8G 2.2G 5.3G 29% / /dev/hda1 122M 20M 96M 18% /boot /dev/hda8 45G 16G 26G 39% /home /dev/hda3...
  18. A

    Admin Contrl Panel - 503 Service Unavailable ???

    :confused: For the last few days, I'm having problems reaching my litespeed control panel... I'm getting: '503 Service Unavailable' I don't think it's a load issue: top says: top - 10:05:58 up 93 days, 2:32, 3 users, load average: 1.30, 0.61, 0.44 Tasks: 133 total, 1 running...
  19. A

    Change the user/group

    thanks much, what about port 80? Thanks! I'll remember... but what about running on port 80? What I want to happen is for the spawned listeners to run as 'lsws/lsws', on port 80.
  20. A

    Change the user/group

    difficulty changing to run as lsws/lsws I'm having difficulty enabling litespeed to run as lsws/lsws as per the page: 'How to Secure User Accounts in Shared Hosting Environment': http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:security:shared_hosting_securities I...
Top