Displaying 8 results from an estimated 8 matches for "control_url".
Did you mean:
control_un
2006 Jan 27
5
Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
....scgi" => ((
"host" => "127.0.0.1",
"port" => 1000,
"check-local" => "disable"
)) )
}
Scgi.yaml #1
---
:host: 127.0.0.1
:password: **********
:port: 1001
:logfile: log/scgi.log
:config: config/scgi.yaml
:control_url: druby://127.0.0.1:8999
:disable_signals: true
:env: production
Scgi.yaml #2
---
:host: 127.0.0.1
:password: **********
:port: 1000
:logfile: log/scgi.log
:config: config/scgi.yaml
:control_url: druby://127.0.0.1:8999
:disable_signals: true
:env: production
Heres the error I get:
c:/ruby/lib/ru...
2006 Mar 31
2
AAARGH! Need some fresh eyes to look at this pls
...ent''
require File.join(File.dirname(__FILE__), ''boot'')
Rails::Initializer.run do |config|
end
database.yaml:
development:
adapter: mysql
database: extranet
username: xxxxx
password: xxxxxxxx
socket: /path/to/your/mysql.sock
scgi.yaml
:password: xxxxxxxxxxxx
:control_url: druby://127.0.0.1:8999
:port: 9999
:config: config/scgi.yaml
:logfile: log/scgi.log
:env: development
:host: 127.0.0.1
:disable_signals: true
lighttpd.conf:
server.modules = (
"mod_rewrite",
"mod_redirect",
"mod_access",...
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
2006 Feb 22
1
Urgent help needed
...mLinks +ExecCGI
RewriteEngine On
RewriteRule ^(.*)$ /scgi-bin/%{REQUEST_URI} [QSA,L]
---------------------------------------------------
Here''s my scgi.yaml :
---------------------------------------------------
:port: 9998
:config: config/scgi.yaml
:logfile: log/scgi.log
:env: production
:control_url: druby://127.0.0.1:9988
:host: 127.0.0.1
:password: R8nZHBEEvF0k2
---------------------------------------------------
Here''s my vhost setup :
---------------------------------------------------
#ServerName hoster-demo
DocumentRoot /home/httpd/vhosts/lecteurs.ca/subdomains/test/
ht...
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 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
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t
been able to find an answer to. Do I need to have either
scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to
work? If yes, why? I have installed the scgi server and i can get the
service to run, i have also installed the following mod_fastcgi/2.4.2
mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,
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''