Search results

  1. D

    New install, can't access admin interface

    That was it. I knew it was something simple. Thanks!
  2. D

    New install, can't access admin interface

    I'm on a 32bit CentOs linux machine. I'm using lsws version 3.3.18. Thanks.
  3. D

    New install, can't access admin interface

    Okay, this I think is an easy permissions problem, but I can't figure it out. When I try to access the admin interface at 7080 I get a 404 Not Found (powered by litespeed). I check the lsws/logs/error.log and I see: 2008-09-10 11:22:02.101 [NOTICE] [AutoUpdate] Checking for new...
  4. D

    install from script?

    Solution? I'd be interested in seeing your solution.
  5. D

    [Resolved] scripting httpd_config.xml

    You are absolutely right, Mistwang. Here is the rake script I was using: task :configure_litespeed do put File.read("#{BASE}/config/httpd_config.xml"), /home/steveodom/quizical.xml' put File.read("#{BASE}/config/quizical.xml"), '/home/steveodom/httpd_config.xml' start_lsws end...
  6. D

    [Resolved] scripting httpd_config.xml

    Hi, I'm trying to create a script that sets up a new litespeed configuration and copies my httpd_config.xml and myapp.xml files locally to the server. I started by copying these two files from an existing, working installation. However, I'm getting this error when I try start lsws: 2007-03-06...
  7. D

    install from script?

    Hi, I'm trying to configure a rails capistrano script to be used with Amazon's EC2 virtual servers. My script is designed to setup my entire server from script, including litespeed. I'm stuck on the LS .install.sh script. Part of the script wget's the latest litespeed package. Is there a...
  8. D

    More Application Errors

    Thanks for checking into it. Its not my db setup. It has something to do with a serialized attribute. I haven't been able to figure out the solution yet, but I'm in the right area. thanks again.
  9. D

    More Application Errors

    That was not the answer I was hoping for. I just made a post last night on my blog called: How I Set Up My EC2 Instance for Rails and Litespeed I'd hate to go Mongrel or Liighttpd after coming this far. Its not that I have not tried. Look back at the number of posts I've done related to...
  10. D

    More Application Errors

    I was previously thinking of migrating over to lightspeed, but kept getting application errors on certain pages. See this old post on my problems: http://litespeedtech.com/support/forum/showthread.php?t=568&highlight=apache+error I went back to lighttp, but decided to try litespeed again...
  11. D

    basic rewrite instructions

    Easy enough. For education sake, can you provide an example of what I'd need to do if I wanted to point the domain to port 81 or 8088 instead of 80? Also let me ask a different question. If I want to redirect all visits to mydomain.com to www.mydomain.com, can you provide a sample rewrite...
  12. D

    basic rewrite instructions

    Sorry. What do I need to change to have when I type in www.mydomain.com it goes to my app at port 8088? Right now, if I type in www.mydomain.com, nothing is found "unable to establish a connection". However, if I type in www.mydomain.com:8088 then my app shows up. I'm thinking I have to...
  13. D

    basic rewrite instructions

    I've got my rails app running properly. I've got my domain pointing to my server. However, of course, I must type www.mydomain.com:8088 to access my app. I'm a little confused whether I write a rewrite rule or whether I can do as a context. Can someone provide a sample of how & where to...
  14. D

    capistrano script to start lsws

    With EC2, you can create a instance with any distribution. I'm using Fedora 6. Related to scripting, and unrelated to this thread, can lsws virtual hosts be created via the command line? I couldn't find anything in the documentation about it. I'm interested in it to see if I can use...
  15. D

    capistrano script to start lsws

    nevermind I figured out I can put a ./ in front of the command and it works. Doh.
  16. D

    capistrano script to start lsws

    Hi, When I installed lsws I told it to start on reboot. However, I'm experimenting with Amazon's ec2 and lsws does not start when I launch an instance. I'm trying to use a capistrano script to start the lsws server. Here is my part of that task: When it tries to start lswsctrl it...
  17. D

    503 troubleshooting

    Bingo. My app was set to production in its virtual host tab. Changing it to development - where a populated db exists - solved the problem. thanks very much for your help. Steve
  18. D

    503 troubleshooting

    I'm getting this now: My stderror.log gives this.. ...which I read is okay. There are no messages in my rails logs. I increased my hard & soft memory to 500M each. I determined to make this happen. Steve
  19. D

    503 troubleshooting

    I installed it manually and get this: Blah.
  20. D

    503 troubleshooting

    Yes, I didn't have the make package installed and installing my ruby-lsapi gem, though it says successfully install, wasn't complaining loud enough for me. I installed the make package and it seems like ruby-lsapi installs correctly, though I can't 100% tell. Here is what is generated...
Top