Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. D

    503 troubleshooting

    Hi, I've got a fresh install (2.6) on a Fedora 6 box (actually ec2 image). Used the EasyRailsTemplate to create a vhost. The listener seems looks right. There are no notices or erros on restart. However, when I try to access my rails site it times out and gives me a 503 Service Unavailable...
  8. D

    Unable to create Rails EasyHost Template

    When I create a virtual host using the Rails Template and then restart, I get this warning: [config:server:vhosts] missing <virtualHostList> And if I instantiate it, and then try to view it, I get this error: /opt/lsws/conf/quizical.xml is not a valid file. these notices show up in my...
  9. D

    uid, gid warnings, and vhosts not showing up in panel

    Hi, I'm experimenting with running litespeed on Amazon's EC2. I have a couple of basic questions. Preliminary Stuff: I installed litespeed (as root I believe) and was able to create a virtual host using the EasyRailswithSuEXEC. I was able to get to the welcome screen of my rails app...
  10. D

    trouble on redirect_to's

    I've narrowed down the problem I've been having with litespeed to methods where I am using redirect_to. For example, something like: def create @workbook.track_results(params[:answer_id]) if @workbook.total == @workbook.items.size redirect_to history_url(@workbook.game)...
  11. D

    Getting lots of application errors

    Hi, I've got a fresh install. I keep getting 500 errors Everything runs fine under WEBrick. Using LS, these mysql connection errors keep popping up in my log: I also have noticed when I using AJAX on a form and trace it using firebug, nothing shows up as a response. Any ideas...
  12. D

    Litespeed dies on restart

    I'm having the same exact issues as this user had: http://www.litespeedtech.com/support/forum/showthread.php?t=447 Except I'm on a intel Mac. I'm following Bob Silva's screencast step for step here: http://i.nfectio.us/litespeed2/litespeed2.html Litespeed starts perfectly when I...
  13. D

    Nubie question about virtual hosts

    This is a pretty basic question. Forgive me. I don't know how to set up my virtual host. I'm trying to set up litespeed on my intel mac to run rails. The litespeed installation was a snap. Litespeed is installed at: Users/steveodom/lsws I installed ruby lsapi via gem install ruby-lsapi...
Top