Displaying 20 results from an estimated 5000 matches similar to: "Base path"
2006 Feb 22
1
Urgent help needed
Hi,
I''m on Apache 2.0.54, Linux Fedora Core 2 with Plesk.
I installed a Rails application previously on the box using SCGI and  
it works fine; even now.
I''m trying to get a second app online and it fails. Same config,  
except for the SCGI runner ports of course.
It looks like the error comes from the fact that the mod_rewrite  
loops. WHY ???
BTW : I have to put this app
2006 Feb 22
9
Error 500
Hi,
I''ve got a weird 500 error that I can''t fix. I''m using scgi with Apache2 on
Fedora core 2.
Status: 500 Internal Server Error
Even when I launch dispatch.cgi from the command line, I get the 500 error.
I don''t have any log entry written so I''m completely blind. I know that the
app is fine because I can run it in the console and get my records from
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using
apache and scgi. The application runs fine with webrick.
I have a site. Let''s call it "mysite.org". There is a variety of content on
that site.
I would like to add a rails application to that site. Let''s call the
application "myapp".
So we will have urls of the form
2006 Jan 11
10
Recommend server for developing RoR on win
Hi all,
can you recommend me which web server config to use for developing rails 
on windows machine. I tried webrick, which is good but it''s annoying 
because console window is in taskbar for every site running and it have 
to be started manually. Apache with CGI is to slow and using FastCGI on 
the other side brings me lot of problems, like randomly not working RoR 
sites.
Any help is
2006 Mar 12
2
InstantRails works with WEBrick, fails with SCGI
I have an app that I''ve been developing for some time with RADRails and
WEBrick locally. I wanted to take it to Apache and following the 
following steps:
1) Downloaded and extracted InstantRails.
2) Started and tested cookbook with SCGI. Works great.
3) Copied my app over to rails_apps directory.
4) Added a virtual host to Apache identical to cookbook (just using port 
9999
   with
2007 Apr 16
4
Web Flow and the session method in ActionController
Hi there,
I''m writing a port of Spring Webflow to Ruby on rails and I''ve
encountered quite a lot of difficulty finding how to override the
session[] method which is accessed via any ActionController.
I have my pseudo-code ready to implement, but I can''t find the method
declaration to copy it''s signature.
Also, if anyone wants to collaborate on this particular
2005 Dec 09
0
Default Logger -> Database log
Hi listers,
I''m trying to save my log entries in the database using the following technique :
http://wiki.rubyonrails.com/rails/pages/DatabaseLoggerWish
I''ve added the following code to the Environment.rb :
----------------------------------------------------------------------------
begin
  
    RAILS_DEFAULT_LOGGER = DBErrorLogger.new()
    
rescue StandardError
  
   
2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi
when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get
fastcgi working anyhow).
thanks
csn
	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors'' Choice 2005 
http://mail.yahoo.com
2005 Dec 28
11
some notes about rails, apache, fastcgi and windows
hello.
i''d like to share some feelings of mine after a couple of *weeks*
intermittent attempts to have rails applications working on windows
(XP) with fastcgi performances under apache (2.0).
i''d say the software stack i''m using now will be fairly common as more
and more new rails developers will join the bandwagon.
what is stunning me is the fact that, even if
2005 Oct 15
1
Installing Typo on Instant Rails
I don?t know how to post following some thread.
 From where can I answer some specific message ? If somebody can help 
me, please
Well, I have followed the instructions from Ed for installing typo,
It works, but I have problems with stylesheets when I am logged-in doing 
the administrations functions in the blog.
I remember the same when I tried typo using fastcgi, CSS Stylesheets 
seem doesn?t
2006 Jun 04
1
Problem with images on Apache and Lighttpd
Hello.
Since two days I am trying to set up two rails-apps on a vserver-host so 
that I can access from work ;-)
I tried all I can imagine and what Google/MSN teached me: FastCGI, SCGI, 
Lighttpd, Apache, Alias, Vhosts,....
But nothing really works. I am on Debian 3.1 with Ruby 1.8.4, Rails 
1.1.2, FastCGI 2.4.0, mod_fastcgi 2.4.2, ruby_fcgi 0.8.6, ruby_gems 
0.8.11, Apache 2.0.54, Lighttpd
2006 May 18
2
Lighttpd scgi error on windows
Hi,
I have followed the instructions below to get lighttpd and scgi working 
on windows.
http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows
When i typ in the following address http://127.0.0.1:9999/ i get just a 
blank white page.
In the scgi.log file i have the following error but dont know what the 
problem is
[INF][3552] Running in production mode on 127.0.0.1:9999
2007 Nov 13
35
XEN - Broadcom issue: survey
I totally agree with Luc Boudreau about this problem.
On modern branded server they ALL use Broadcom chipset... I must admit that:
a) lot of people are experiencing the problem but can tolerate it
or
b) someone already experienced this problem and solved it
Lets'' approach the problem pragmatically... just start with a survey on 
the list. ... hope we solve this issue soon.
     Ivan
2007 Jan 09
0
Production Mode with SCGI
Hi,
I have an application running on Apache SCGI (Win XP). Once I run it in
production mode (scgi_ctrl config -S -e production ) I''m getting
stack trace instead of HTTP status 500 (Application Error) and the
error is logged production.log. The application works fine without
SCGI. Your help is highly appreciated....
Thanx
/* production.log */
# Logfile created on Thu Jan 04 16:35:43
2006 Mar 07
0
production.log says status 200, browser says 500?
I have a long running operation (more than a minute) that is running in 
a request. The operation completes according to the log and the log says 
that it returns http status 200. Sometimes an error message is written 
after the 200 log message (included at the end of this message). But the 
browser get a status 500 from the Apache server. We''re using Apache with 
SCGI on Windows doing
2005 Nov 15
11
Collecting thread: Too many open files (Rails+SCGI crash)
I have a problem with running Rails 0.13.1 with scgi_rails 0.4.3 and
Apache. After running for some time (more than a day), the SCGI
process stops with the following error (from scgi.log):
--
[ERR][24189] Collecting thread: Too many open files
[ERR][24189] /usr/local/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:188:in
`accept''
2006 Mar 31
2
AAARGH! Need some fresh eyes to look at this pls
I just switched my rails app over to production mode, couldn''t get it 
working, switched it back to development mode, and now nothing gets 
outputted in the browser. I''m sure I''ve missed something in the configs.
Setup: Lighttpd/SCGI on WinXP, Rails 1.0.
Environment.rb:
ENV[''RAILS_ENV''] ||= ''development''
require
2006 May 26
0
SCGI + Lighttpd + SSL crashes - fine without SSL
[ERR][17968] Handling client: can''t convert nil into
String
Hi,
We decided to go with SCGI + Lighttpd for Rails at our
company and had no problems with the initial setup. 
Everything ran fine and was fast.  However, problems
occurred when we tried to rebuild Lighty with SSL
capabilities.  With this build, even with SSL off in
the config file the application fails on the first
request. 
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
I''ve run into a problem on one of my development machines. I''m trying to 
run multiple rails apps on one dev machine that runs Windows. Problem is 
that is seems that I can only run one scgi_service at a time, meaning 
that only one of my apps will function at a time. Anyone know how I can 
get around this, other than getting a *nix box (which I should have 
soon, hopefully) ?
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
two problems, pls help...I''m under big pressure at work to fix this!
I''m having trouble getting scgi and lighttpd running on windows - here''s 
what I did:
On Win XP, I installed ruby, rubygems, and setup my rails app. All works 
fine with webrick.
I then did: gem install cmdparse and gem install highline (as required 
for the scgi_rails gem according to