Search results

  1. S

    Another Internal Redirect issue

    After the internal redirect a few times I have seen a server generated error page starting with "Were sorry but something went wrong...... there is nothing in the log file... I'd say it has happened 3 times in 50 redirects. Scott
  2. S

    Errors in LOg

    I get the following three errors every time the server starts 2008-05-30 21:54:41.083 ERROR [config:template:centralConfigLog] Listener [Default] does not exist 2008-05-30 21:54:41.085 ERROR [config:template:PHP_SuEXEC] Listener [Default] does not exist 2008-05-30 21:54:41.088 ERROR...
  3. S

    Internal Redirect problem

    I'm using Internal Redirect to send large files. Here's my function: def sendfile @name = session[:jobname] + ".zip" filename = ":public/download/" + @name headers["Location"] = filename redirect_to(filename) end It works fine on Firefox but Safari and IE7 hang for...
  4. S

    No images or styles?

    I'm not sure if this should go in Install/Configuration or here? I just installed isws and the ruby-lsapi gem. I have been using mongrel for months with no problems. I have a small rails web site(50 pages) already running for about 4 months. I'm ready to deploy. I set up lsws per Bob...
  5. S

    .cgid.sock

    The socket files .cgid.sock and another are being created in /lsws/admin/conf I need this to be done on a ram drive. I was able to specify where to create the php.sock file but can't find where to do this with .cgid.sock? In other words I need dynamic files, logs, sockets, etc created in a...
  6. S

    Disable Autoupdate?

    Our web servers are embedded and ussually will be on a private network. I would like to not have teh autoupdate service run at all. Is there a way to safely remove it? Scott
  7. S

    CGI and Admin login fails

    After installing LSWS on Redhat 9.0 with the 2.6.5 kernel I am having problems with a couple things.. The webserver serves up the default home page, the PHP, user login, not found page, and access denied links all work. The Hellowworld CGI page fails with the following error: 503...
  8. S

    Small Install SIze

    We are tyring to install the server on a space limited device and need to trim any access baggage. I noticed that there is a 2 MB file /admin/fcgi-bin/admin_php and what looks to be an identical file /fcgi-bin/php Instead of having both files, can I make one of them a link to the other...
Top