Search results

  1. P

    Virtual Host not accessible with correct password for security

    Hi, I have a RoR virtual host setup on LSWS 4.1.1 and if I enable security the site correctly prompts me for a username and password, but it will not accept any combination, including the correct ones. From the working, unprotected site I do these things: 1) Goto Security tab for Virtual...
  2. P

    Rails 2.3.2 issue with production mode

    Hi, I know there are a lot of 2.3.2 threads but I couldn't find one that quite had these details; if there is one please point me that way. I'm running litespeed 4.0.10 (tried on 4.0.6 as well) and I just recently upgraded my app to Rails 2.3.2 (from 2.2.2) and I'm having issues with...
  3. P

    How to configure Request Tracker (RT)?

    Hi, I was poking around in there and some other places, my issue is that I can't figure out how to map the RT settings (from the link I sent) into the terminology of Litespeed. Specifically I think I want to be adjusting the Address and perhaps the Command, but I don't know what to set them...
  4. P

    How to configure Request Tracker (RT)?

    Hi, I'd like to use Litespeed rather than Apache to run my RT installation (version 3.8 specifically); supposedly RT can be configured to use FCGI, which would make me think it would work (see this page: http://wiki.bestpractical.com/view/FastCGIConfiguration) but I can't make the translation...
  5. P

    Unattended install options?

    Hi, I'd like to have some scripts to automate the setup of my litespeed webservers and as such I'd like to install in an unattended mode. However from what I can tell the install script is highly interactive. Is there anyway to provide answers to all the questions via command line on...
  6. P

    File upload 503 error after 90 secs

    Similiar problem Hi, I've been having a similar problem and I can get around it for some files by increasing those limits, but eventually I hit a limit again and can't get around it. The solution of changing those doesn't seem very scalable, nor reasonably; for me I have them set to 512MB...
  7. P

    RailsRunner Issue in 3.3.24

    First is better? I think the second of those that uses .reconnect is worse because it opens the DB connection before the process forks into ruby thus incuring more cost; I think the .establish_connection is key because it makes the connection ready, but doesn't actual make any connection to the...
  8. P

    RailsRunner Issue in 3.3.24

    Our replacement Hi, We had a similar issue just recently and ended up replacing the quoted line with: if defined?(ActiveRecord::Base) ActiveRecord::Base.connection.disconnect! @reconnect = true ActiveRecord::Base.establish_connection end So perhaps this is compatible...
Top